Home
last modified time | relevance | path

Searched refs:out1_h (Results 1 – 7 of 7) sorted by relevance

/device/lge/mako/camera/mm-camera-interface/
Dmm_omx_jpeg_encoder.c529 encode_params->scaling_params->out1_h, in omxJpegEncode()
586 (encode_params->scaling_params->out1_h != in omxJpegEncode()
593 (encode_params->scaling_params->out1_h != in omxJpegEncode()
607 thumbnail.height = encode_params->scaling_params->out1_h; in omxJpegEncode()
Dmm_jpeg_encoder.c536 scaling_params->out1_w, scaling_params->out1_h, in mm_jpeg_encoder_encode()
581 jpege_config.thumbnail_cfg.scale_cfg.output_height = scaling_params->out1_h; in mm_jpeg_encoder_encode()
/device/lge/mako/camera/
DQCameraHWI_Still.cpp1509 crop_info.out1_h = mHalCamCtrl->thumbnailHeight; in takePictureLiveshot()
1769 crop.out1_h= mHalCamCtrl->thumbnailHeight; in encodeData()
1770 ALOGV("Thumbnail width= %d height= %d for livesnapshot", crop.out1_w, crop.out1_h); in encodeData()
1773 crop.out1_h = height; in encodeData()
1778 if (crop.out1_w > crop.out2_w || crop.out1_h > crop.out2_h) { in encodeData()
1780 crop.out1_h = crop.out2_h; in encodeData()
DQCamera_Intf.h1057 uint32_t out1_h; member
DQualcommCameraHardware.cpp2996 zoomCropInfo.top = (crop->out1_h - crop->in1_h + 1) / 2 - 1; in runPreviewThread()
6668 e->src_rect.y = (crop->out1_h - crop->in1_h + 1) / 2 - 1; in native_zoom_image()
7604 zoomCropInfo.top = (crop->out1_h - crop->in1_h + 1) / 2 - 1; in receiveRawPicture()
/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI_Still.cpp1339 crop_info.out1_h = mHalCamCtrl->thumbnailHeight; in takePictureLiveshot()
1574 crop.out1_h= mHalCamCtrl->thumbnailHeight; in encodeData()
1575 LOGD("Thumbnail width= %d height= %d for livesnapshot", crop.out1_w, crop.out1_h); in encodeData()
1578 crop.out1_h = height; in encodeData()
1780 crop.out1_h=mThumbnailHeight; in receiveRawPicture()
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCamera_Intf.h1021 uint32_t out1_h; member