Lines Matching refs:otf_input

67 		__hw_param_copy(&par->isp.otf_input, &cfg->isp.otf_input);  in __fimc_is_hw_update_param()
127 __hw_param_copy(&par->drc.otf_input, &cfg->drc.otf_input); in __fimc_is_hw_update_param()
143 __hw_param_copy(&par->fd.otf_input, &cfg->fd.otf_input); in __fimc_is_hw_update_param()
212 mf->width = isp->otf_input.width; in __is_get_frame_size()
213 mf->height = isp->otf_input.height; in __is_get_frame_size()
228 isp->otf_input.width = mf->width; in __is_set_frame_size()
229 isp->otf_input.height = mf->height; in __is_set_frame_size()
233 drc->otf_input.width = mf->width; in __is_set_frame_size()
234 drc->otf_input.height = mf->height; in __is_set_frame_size()
238 fd->otf_input.width = mf->width; in __is_set_frame_size()
239 fd->otf_input.height = mf->height; in __is_set_frame_size()
275 isp->otf_input.frametime_min = 0; in __is_set_sensor()
276 isp->otf_input.frametime_max = 66666; in __is_set_sensor()
279 isp->otf_input.frametime_min = 0; in __is_set_sensor()
280 isp->otf_input.frametime_max = (u32)1000000 / fps; in __is_set_sensor()
690 isp->otf_input.cmd = OTF_INPUT_COMMAND_ENABLE; in fimc_is_set_initial_params()
692 isp->otf_input.width = DEFAULT_PREVIEW_STILL_WIDTH; in fimc_is_set_initial_params()
693 isp->otf_input.height = DEFAULT_PREVIEW_STILL_HEIGHT; in fimc_is_set_initial_params()
697 isp->otf_input.format = OTF_INPUT_FORMAT_STRGEN_COLORBAR_BAYER; in fimc_is_set_initial_params()
699 isp->otf_input.format = OTF_INPUT_FORMAT_BAYER; in fimc_is_set_initial_params()
700 isp->otf_input.bitwidth = 10; in fimc_is_set_initial_params()
701 isp->otf_input.order = OTF_INPUT_ORDER_BAYER_GR_BG; in fimc_is_set_initial_params()
702 isp->otf_input.crop_offset_x = 0; in fimc_is_set_initial_params()
703 isp->otf_input.crop_offset_y = 0; in fimc_is_set_initial_params()
704 isp->otf_input.err = OTF_INPUT_ERROR_NONE; in fimc_is_set_initial_params()
822 drc->otf_input.cmd = OTF_INPUT_COMMAND_ENABLE; in fimc_is_set_initial_params()
824 drc->otf_input.width = DEFAULT_PREVIEW_STILL_WIDTH; in fimc_is_set_initial_params()
825 drc->otf_input.height = DEFAULT_PREVIEW_STILL_HEIGHT; in fimc_is_set_initial_params()
828 drc->otf_input.format = OTF_INPUT_FORMAT_YUV444; in fimc_is_set_initial_params()
829 drc->otf_input.bitwidth = 12; in fimc_is_set_initial_params()
830 drc->otf_input.order = 0; in fimc_is_set_initial_params()
831 drc->otf_input.err = OTF_INPUT_ERROR_NONE; in fimc_is_set_initial_params()
860 fd->otf_input.cmd = OTF_INPUT_COMMAND_ENABLE; in fimc_is_set_initial_params()
862 fd->otf_input.width = DEFAULT_PREVIEW_STILL_WIDTH; in fimc_is_set_initial_params()
863 fd->otf_input.height = DEFAULT_PREVIEW_STILL_HEIGHT; in fimc_is_set_initial_params()
867 fd->otf_input.format = OTF_INPUT_FORMAT_YUV444; in fimc_is_set_initial_params()
868 fd->otf_input.bitwidth = 8; in fimc_is_set_initial_params()
869 fd->otf_input.order = 0; in fimc_is_set_initial_params()
870 fd->otf_input.err = OTF_INPUT_ERROR_NONE; in fimc_is_set_initial_params()