Home
last modified time | relevance | path

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

/linux-6.12.1/tools/net/ynl/lib/
Dnlspec.py303 format = self.new_format(family, elem)
306 def new_format(self, family, format): member in SpecSubMessage
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dsh_css.c7741 enum ia_css_frame_format new_format) in ia_css_pipe_override_frame_format() argument
7745 IA_CSS_ENTER_PRIVATE("pipe = %p, pin_index = %d, new_formats = %d", pipe, pin_index, new_format); in ia_css_pipe_override_frame_format()
7759 if (new_format != IA_CSS_FRAME_FORMAT_NV12_TILEY) { in ia_css_pipe_override_frame_format()
7765 err = ia_css_pipe_check_format(pipe, new_format); in ia_css_pipe_override_frame_format()
7768 pipe->output_info[0].format = new_format; in ia_css_pipe_override_frame_format()
7770 pipe->vf_output_info[0].format = new_format; in ia_css_pipe_override_frame_format()