Searched refs:get_v4l2_pixelformat (Results 1 – 6 of 6) sorted by relevance
7 extern uint32_t get_v4l2_pixelformat(uint32_t pixelcode);
9 uint32_t get_v4l2_pixelformat(uint32_t pixelcode) in get_v4l2_pixelformat() function
105 uint32_t get_v4l2_pixelformat(uint32_t pixelcode);
502 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
130 sns_des->sensor_pixelformat = get_v4l2_pixelformat(_fmt_code); in get_sensor_desc()
5992 format.fmt.pix.pixelformat = get_v4l2_pixelformat(isp_fmt.format.code); in get_stream_format()