/device/lge/mako/camera/mm-camera-interface/ |
mm_jpeg_encoder.h | 45 int thumbnail_fd, uint32_t thumbnail_offset,
|
mm_omx_jpeg_encoder.h | 37 int thumbnail_fd; member in struct:omx_jpeg_encode_params_t
|
mm_jpeg_encoder.c | 129 int mainimg_fd, thumbnail_fd; local 136 thumbnail_fd = jpeg_buffer_get_pmem_fd(thumbnail_buffer); 306 int thumbnail_fd, uint32_t thumbnail_offset, 336 CDBG("jpeg_encoder_encode: thumbnail_fd = %d snapshot_fd = %d usethumbnail %d\n", 337 thumbnail_fd, snapshot_fd, usethumbnail); 397 thumbnail_fd, thumbnail_offset, snapshot_fd, snapshot_offset); 401 thumbnail_fd);
|
mm_omx_jpeg_encoder.c | 418 pmem_info1.fd = encode_params->thumbnail_fd; 671 pmem_info1.fd = encode_params->thumbnail_fd;
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI_Still.cpp | 1445 uint32_t thumbnail_fd; local [all...] |
/device/lge/mako/camera/ |
QCameraHWI_Still.cpp | 1610 uint32_t thumbnail_fd; local [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_snapshot.c | 352 uint32_t thumbnail_fd; 379 encode_params.thumbnail_fd = postviewframe->fd; [all...] |