Searched defs:thumbnail_fd (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/mm-camera-interface/
H A Dmm_omx_jpeg_encoder.h37 int thumbnail_fd; member in struct:omx_jpeg_encode_params_t
H A Dmm_jpeg_encoder.c129 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);
304 mm_jpeg_encoder_encode(const cam_ctrl_dimension_t * dimension, const uint8_t * thumbnail_buf, int thumbnail_fd, uint32_t thumbnail_offset, const uint8_t * snapshot_buf, int snapshot_fd, uint32_t snapshot_offset, common_crop_t *scaling_params, exif_tags_info_t *exif_data, int exif_numEntries, const int32_t a_cbcroffset, cam_point_t* main_crop_offset, cam_point_t* thumb_crop_offset) argument
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Still.cpp1445 uint32_t thumbnail_fd; local
1478 encode_params.thumbnail_fd = postviewframe->fd;
1590 encode_params.thumbnail_fd = postviewframe->fd;
/hardware/qcom/camera/
H A DQCameraHWI_Still.cpp1592 uint32_t thumbnail_fd; local
1631 encode_params.thumbnail_fd = postviewframe->fd;
1771 encode_params.thumbnail_fd = postviewframe->fd;

Completed in 59 milliseconds