Home
last modified time | relevance | path

Searched refs:new_format (Results 1 – 2 of 2) sorted by relevance

/linux/tools/net/ynl/pyynl/lib/
H A Dnlspec.py309 format = self.new_format(family, elem)
312 def new_format(self, family, format): member in SpecSubMessage
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c7702 enum ia_css_frame_format new_format) in ia_css_pipe_override_frame_format() argument
7706 IA_CSS_ENTER_PRIVATE("pipe = %p, pin_index = %d, new_formats = %d", pipe, pin_index, new_format); in ia_css_pipe_override_frame_format()
7720 if (new_format != IA_CSS_FRAME_FORMAT_NV12_TILEY) { in ia_css_pipe_override_frame_format()
7726 err = ia_css_pipe_check_format(pipe, new_format); in ia_css_pipe_override_frame_format()
7729 pipe->output_info[0].format = new_format; in ia_css_pipe_override_frame_format()
7731 pipe->vf_output_info[0].format = new_format; in ia_css_pipe_override_frame_format()