HomeSort by relevance Sort by last modified time
    Searched refs:thumb_crop_offset (Results 1 - 7 of 7) sorted by null

  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.h 54 cam_point_t* thumb_crop_offset);
mm_omx_jpeg_encoder.h 47 cam_point_t* thumb_crop_offset; member in struct:omx_jpeg_encode_params_t
mm_jpeg_encoder.c 315 cam_point_t* thumb_crop_offset)
572 if (thumb_crop_offset) {
573 jpege_config.thumbnail_cfg.scale_cfg.h_offset = thumb_crop_offset->x;
574 jpege_config.thumbnail_cfg.scale_cfg.v_offset = thumb_crop_offset->y;
mm_omx_jpeg_encoder.c 609 if (encode_params->thumb_crop_offset) {
612 thumbnail.left = encode_params->thumb_crop_offset->x;
613 thumbnail.top = encode_params->thumb_crop_offset->y;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 1442 cam_point_t thumb_crop_offset; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 1607 cam_point_t thumb_crop_offset; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 349 cam_point_t thumb_crop_offset;
374 memset(&thumb_crop_offset,0,sizeof(cam_point_t));
389 encode_params.thumb_crop_offset = &thumb_crop_offset;
    [all...]

Completed in 104 milliseconds