Home
last modified time | relevance | path

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

/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI_Still.cpp1570 crop.in1_w=mCrop.snapshot.thumbnail_crop.width; //dimension.thumbnail_width; in encodeData()
1571 crop.in1_h=mCrop.snapshot.thumbnail_crop.height; // dimension.thumbnail_height; in encodeData()
1580 thumb_crop_offset.x=mCrop.snapshot.thumbnail_crop.left; in encodeData()
1581 thumb_crop_offset.y=mCrop.snapshot.thumbnail_crop.top; in encodeData()
1777 crop.in1_w=mCrop.snapshot.thumbnail_crop.width; in receiveRawPicture()
1778 crop.in1_h=mCrop.snapshot.thumbnail_crop.height; in receiveRawPicture()
DQCameraHWI.cpp1903 v4l2_crop.snapshot.thumbnail_crop.left, in handleZoomEventForSnapshot()
1904 v4l2_crop.snapshot.thumbnail_crop.top, in handleZoomEventForSnapshot()
1905 v4l2_crop.snapshot.thumbnail_crop.width, in handleZoomEventForSnapshot()
1906 v4l2_crop.snapshot.thumbnail_crop.height); in handleZoomEventForSnapshot()
/device/lge/mako/camera/mm-camera-interface/
Dmm_camera_interface2.h139 mm_camera_rect_t thumbnail_crop; member
Dmm_camera_channel.c528 &crop->snapshot.thumbnail_crop); in mm_camera_ch_util_get_crop()
/device/lge/mako/camera/
DQCameraHWI.cpp2072 v4l2_crop.snapshot.thumbnail_crop.left, in handleZoomEventForSnapshot()
2073 v4l2_crop.snapshot.thumbnail_crop.top, in handleZoomEventForSnapshot()
2074 v4l2_crop.snapshot.thumbnail_crop.width, in handleZoomEventForSnapshot()
2075 v4l2_crop.snapshot.thumbnail_crop.height); in handleZoomEventForSnapshot()
DQCameraHWI_Still.cpp1765 crop.in1_w=mCrop.snapshot.thumbnail_crop.width; //dimension.thumbnail_width; in encodeData()
1766 crop.in1_h=mCrop.snapshot.thumbnail_crop.height; // dimension.thumbnail_height; in encodeData()
1775 thumb_crop_offset.x=mCrop.snapshot.thumbnail_crop.left; in encodeData()
1776 thumb_crop_offset.y=mCrop.snapshot.thumbnail_crop.top; in encodeData()