Lines Matching refs:otf_input

70 		__hw_param_copy(&par->isp.otf_input, &cfg->isp.otf_input);  in __fimc_is_hw_update_param()
130 __hw_param_copy(&par->drc.otf_input, &cfg->drc.otf_input); in __fimc_is_hw_update_param()
146 __hw_param_copy(&par->fd.otf_input, &cfg->fd.otf_input); in __fimc_is_hw_update_param()
215 mf->width = isp->otf_input.width; in __is_get_frame_size()
216 mf->height = isp->otf_input.height; in __is_get_frame_size()
231 isp->otf_input.width = mf->width; in __is_set_frame_size()
232 isp->otf_input.height = mf->height; in __is_set_frame_size()
236 drc->otf_input.width = mf->width; in __is_set_frame_size()
237 drc->otf_input.height = mf->height; in __is_set_frame_size()
241 fd->otf_input.width = mf->width; in __is_set_frame_size()
242 fd->otf_input.height = mf->height; in __is_set_frame_size()
278 isp->otf_input.frametime_min = 0; in __is_set_sensor()
279 isp->otf_input.frametime_max = 66666; in __is_set_sensor()
282 isp->otf_input.frametime_min = 0; in __is_set_sensor()
283 isp->otf_input.frametime_max = (u32)1000000 / fps; in __is_set_sensor()
693 isp->otf_input.cmd = OTF_INPUT_COMMAND_ENABLE; in fimc_is_set_initial_params()
695 isp->otf_input.width = DEFAULT_PREVIEW_STILL_WIDTH; in fimc_is_set_initial_params()
696 isp->otf_input.height = DEFAULT_PREVIEW_STILL_HEIGHT; in fimc_is_set_initial_params()
700 isp->otf_input.format = OTF_INPUT_FORMAT_STRGEN_COLORBAR_BAYER; in fimc_is_set_initial_params()
702 isp->otf_input.format = OTF_INPUT_FORMAT_BAYER; in fimc_is_set_initial_params()
703 isp->otf_input.bitwidth = 10; in fimc_is_set_initial_params()
704 isp->otf_input.order = OTF_INPUT_ORDER_BAYER_GR_BG; in fimc_is_set_initial_params()
705 isp->otf_input.crop_offset_x = 0; in fimc_is_set_initial_params()
706 isp->otf_input.crop_offset_y = 0; in fimc_is_set_initial_params()
707 isp->otf_input.err = OTF_INPUT_ERROR_NONE; in fimc_is_set_initial_params()
825 drc->otf_input.cmd = OTF_INPUT_COMMAND_ENABLE; in fimc_is_set_initial_params()
827 drc->otf_input.width = DEFAULT_PREVIEW_STILL_WIDTH; in fimc_is_set_initial_params()
828 drc->otf_input.height = DEFAULT_PREVIEW_STILL_HEIGHT; in fimc_is_set_initial_params()
831 drc->otf_input.format = OTF_INPUT_FORMAT_YUV444; in fimc_is_set_initial_params()
832 drc->otf_input.bitwidth = 12; in fimc_is_set_initial_params()
833 drc->otf_input.order = 0; in fimc_is_set_initial_params()
834 drc->otf_input.err = OTF_INPUT_ERROR_NONE; in fimc_is_set_initial_params()
863 fd->otf_input.cmd = OTF_INPUT_COMMAND_ENABLE; in fimc_is_set_initial_params()
865 fd->otf_input.width = DEFAULT_PREVIEW_STILL_WIDTH; in fimc_is_set_initial_params()
866 fd->otf_input.height = DEFAULT_PREVIEW_STILL_HEIGHT; in fimc_is_set_initial_params()
870 fd->otf_input.format = OTF_INPUT_FORMAT_YUV444; in fimc_is_set_initial_params()
871 fd->otf_input.bitwidth = 8; in fimc_is_set_initial_params()
872 fd->otf_input.order = 0; in fimc_is_set_initial_params()
873 fd->otf_input.err = OTF_INPUT_ERROR_NONE; in fimc_is_set_initial_params()