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

/hardware/qcom/camera/mm-camera-interface/
H A Dmm_omx_jpeg_encoder.h41 uint32_t snapshot_offset; member in struct:omx_jpeg_encode_params_t
H A Dmm_jpeg_encoder.c309 uint32_t snapshot_offset,
397 thumbnail_fd, thumbnail_offset, snapshot_fd, snapshot_offset);
490 jpeg_buffer_set_phy_offset(main_img_info.p_fragments[0].color.yuv.luma_buf, snapshot_offset);
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

Completed in 37 milliseconds