Home
last modified time | relevance | path

Searched refs:fmt_code (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dvirtual-camera.c48 int fmt_code; member
167 fmt->code = vcam->fmt_code; in vcamera_fill_fmt()
191 vcam->fmt_code = MEDIA_BUS_FMT_SBGGR8_1X8; in vcamera_get_default_fmt()
193 def_fmt->code, vcam->fmt_code); in vcamera_get_default_fmt()
195 vcam->fmt_code = def_fmt->code; in vcamera_get_default_fmt()
250 vcam->fmt_code = supported_formats[index].code; in vcamera_set_fmt()
H A Dadv7511-v4l2.c105 u32 fmt_code; member
383 if (state->fmt_code != MEDIA_BUS_FMT_RGB888_1X24) { in adv7511_set_rgb_quantization_mode()
1282 format->format.code = state->fmt_code; in adv7511_get_fmt()
1356 state->fmt_code = format->format.code; in adv7511_set_fmt()
1818 state->fmt_code = MEDIA_BUS_FMT_RGB888_1X24; in adv7511_probe()
/OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/
H A Dmedia_enquiry.cpp399 const char *fmt_code = ""; in pipelin_dev_info_print() local
406 fmt_code = v4l2_subdev_pixelcode_to_string(v4l2_mbus_pixelcode(format.code)); in pipelin_dev_info_print()
415 fmt_code, format.width, format.height); in pipelin_dev_info_print()
508 const char *fmt_code = ""; in pipelin_dev_info_print_two() local
519 fmt_code = v4l2_subdev_pixelcode_to_string(v4l2_mbus_pixelcode(format.code)); in pipelin_dev_info_print_two()
521 printf("%-15s%-4uX%-5u", fmt_code, format.width, format.height); in pipelin_dev_info_print_two()
572 const char *fmt_code = ""; in pipelin_dev_info_print_two() local