Searched defs:img_fmt (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_interface.h89 jpeg_enc_src_img_fmt_t img_fmt; member in struct:__anon580
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c1101 int32_t mm_stream_get_frame_len_offset(mm_camera_image_fmt_t* img_fmt, argument
1111 width = img_fmt->width;
1112 height = img_fmt->height;
1114 switch (img_fmt->fmt) {
1163 __func__, img_fmt->fmt);
1167 __func__, img_fmt->fmt, image_type, width, height, frame_offset->frame_len);

Completed in 63 milliseconds