Home
last modified time | relevance | path

Searched refs:get_v4l2_pixelformat (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dcode_to_pixel_format.h7 extern uint32_t get_v4l2_pixelformat(uint32_t pixelcode);
H A Dcode_to_pixel_format.cpp9 uint32_t get_v4l2_pixelformat(uint32_t pixelcode) in get_v4l2_pixelformat() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.h105 uint32_t get_v4l2_pixelformat(uint32_t pixelcode);
H A DSensorHw.cpp502 sns_des->sensor_pixelformat = get_v4l2_pixelformat(fmt.format.code); in get_sensor_desc()
1233 BaseSensorHw::get_v4l2_pixelformat(uint32_t pixelcode) in get_v4l2_pixelformat() function in RkCam::BaseSensorHw
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeSensorHw.cpp130 sns_des->sensor_pixelformat = get_v4l2_pixelformat(_fmt_code); in get_sensor_desc()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp5992 format.fmt.pix.pixelformat = get_v4l2_pixelformat(isp_fmt.format.code); in get_stream_format()