Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
Dmm_jpeg_interface.c67 … buf_info->src_imgs.src_img[i].out_dim.width, buf_info->src_imgs.src_img[i].out_dim.height, in mm_jpeg_dump_job()
Dmm_jpeg.c360 thumbnail.width = src_buf->out_dim.width; in mm_jpeg_omx_config_thumbnail()
361 thumbnail.height = src_buf->out_dim.height; in mm_jpeg_omx_config_thumbnail()
367 src_buf->src_dim.width != src_buf->out_dim.width || in mm_jpeg_omx_config_thumbnail()
368 src_buf->src_dim.height != src_buf->out_dim.height) { in mm_jpeg_omx_config_thumbnail()
417 (src_buf->src_dim.width != src_buf->out_dim.width) || in mm_jpeg_omx_config_main_crop()
418 (src_buf->src_dim.height != src_buf->out_dim.height)) { in mm_jpeg_omx_config_main_crop()
425 if (src_buf->out_dim.width && src_buf->out_dim.height) { in mm_jpeg_omx_config_main_crop()
426 rect_type_out.nWidth = src_buf->out_dim.width; in mm_jpeg_omx_config_main_crop()
427 rect_type_out.nHeight = src_buf->out_dim.height; in mm_jpeg_omx_config_main_crop()
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
Dmm_jpeg_interface.h110 image_resolution out_dim; member
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp587 main_buf_info->out_dim.width = mPictureWidth; in encodeData()
588 main_buf_info->out_dim.height = mPictureHeight; in encodeData()
593 main_buf_info->out_dim.width, main_buf_info->out_dim.height); in encodeData()
615 thumb_buf_info->out_dim.width = thumbnailWidth; in encodeData()
616 thumb_buf_info->out_dim.height = thumbnailHeight; in encodeData()
620 thumb_buf_info->out_dim.width,thumb_buf_info->out_dim.height); in encodeData()
638 main_buf_info->out_dim.width = main_buf_info->src_dim.width; in encodeData()
639 main_buf_info->out_dim.height = main_buf_info->src_dim.height; in encodeData()
641 if (thumb_buf_info->out_dim.width > thumb_buf_info->src_dim.width || in encodeData()
642 thumb_buf_info->out_dim.height > thumb_buf_info->src_dim.height ) { in encodeData()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c293 main_buf_info->out_dim.width = pme->dim.picture_width; in encodeData()
294 main_buf_info->out_dim.height = pme->dim.picture_height; in encodeData()
324 thumb_buf_info->out_dim.width = pme->dim.thumbnail_width; in encodeData()
325 thumb_buf_info->out_dim.height = pme->dim.thumbnail_height; in encodeData()
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQualcommUsbCamera.cpp2863 srcBuf->out_dim.width = camHal->pictWidth; in encodeJpeg()
2864 srcBuf->out_dim.height = camHal->pictHeight; in encodeJpeg()