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

/linux-master/tools/net/ynl/lib/
H A Dnlspec.py303 format = self.new_format(family, elem)
306 def new_format(self, family, format): member in class:SpecSubMessage
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c7888 enum ia_css_frame_format new_format)
7892 IA_CSS_ENTER_PRIVATE("pipe = %p, pin_index = %d, new_formats = %d", pipe, pin_index, new_format);
7906 if (new_format != IA_CSS_FRAME_FORMAT_NV12_TILEY) {
7912 err = ia_css_pipe_check_format(pipe, new_format);
7915 pipe->output_info[0].format = new_format;
7917 pipe->vf_output_info[0].format = new_format;
7886 ia_css_pipe_override_frame_format(struct ia_css_pipe *pipe, int pin_index, enum ia_css_frame_format new_format) argument

Completed in 118 milliseconds