/device/moto/shamu/camera/QCamera2/stack/common/ |
D | mm_jpeg_interface.h | 152 int rotation; member 199 int rotation; member 232 int rotation; member
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 86 int32_t rotation; member 155 mjpegd->rotation = 0; in mjpegDecoderInit() 356 if (0 == p_args->rotation || 180 == p_args->rotation) in decoder_test() 364 else if (90 == p_args->rotation || 270 == p_args->rotation) in decoder_test() 428 config.rotation = p_args->rotation; in decoder_test()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3HALHeader.h | 75 cam_rotation_t rotation; member
|
D | QCamera3Channel.cpp | 1645 int32_t *rotation = (int32_t *)POINTER_OF_PARAM( in request() local 1647 if (*rotation == 0) { in request() 1648 reproc_cfg.rotation = ROTATE_0; in request() 1649 } else if (*rotation == 90) { in request() 1650 reproc_cfg.rotation = ROTATE_90; in request() 1651 } else if (*rotation == 180) { in request() 1652 reproc_cfg.rotation = ROTATE_180; in request() 1653 } else if (*rotation == 270) { in request() 1654 reproc_cfg.rotation = ROTATE_270; in request() 2995 fwk_frame.reproc_config.rotation = ROTATE_0; in extractFrameCropAndRotation() [all …]
|
/device/lge/mako/camera/mm-camera-interface/ |
D | mm_jpeg_encoder.h | 58 extern int8_t mm_jpeg_encoder_setRotation(int rotation);
|
D | mm_omx_jpeg_encoder.h | 63 int8_t mm_jpeg_encoder_setRotation(int rotation,int isZSL);
|
D | mm_omx_jpeg_encoder.c | 764 int8_t mm_jpeg_encoder_setRotation(int rotation, int isZSL) in mm_jpeg_encoder_setRotation() argument 770 ALOGV("%s: Setting ZSL Mode to %d Rotation = %d\n",__func__,isZSLMode,rotation); in mm_jpeg_encoder_setRotation() 772 switch (rotation) { in mm_jpeg_encoder_setRotation() 777 jpegRotation = rotation; in mm_jpeg_encoder_setRotation()
|
D | mm_jpeg_encoder.c | 697 int8_t mm_jpeg_encoder_setRotation(int rotation) in mm_jpeg_encoder_setRotation() argument 701 switch(rotation) in mm_jpeg_encoder_setRotation() 707 jpegRotation = rotation; in mm_jpeg_encoder_setRotation()
|
/device/moto/shamu/camera/mm-image-codec/qomx_core/ |
D | QOMX_JpegExtensions.h | 196 OMX_U32 rotation; member
|
/device/asus/flo/camera/QCamera2/stack/common/ |
D | mm_jpeg_interface.h | 141 int rotation; member
|
/device/lge/hammerhead/camera/QCamera2/stack/common/ |
D | mm_jpeg_interface.h | 148 int rotation; member
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraStream.cpp | 236 stream_config.fmt.rotation = mHalCamCtrl->getJpegRotation(); in setFormat() 239 stream_config.fmt.rotation = mHalCamCtrl->getJpegRotation(); in setFormat()
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg_interface.h | 150 int rotation; member
|
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg_interface.h | 147 int rotation; member
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 900 if (streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_90 || in addReprocStreamsFromSource() 901 streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_270) { in addReprocStreamsFromSource() 925 (streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_90 || in addReprocStreamsFromSource() 926 streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_270)){ in addReprocStreamsFromSource()
|
D | QCameraParameters.cpp | 2460 int rotation = params.getInt(KEY_QC_VIDEO_ROTATION); in setVideoRotation() local 2461 if (rotation != -1) { in setVideoRotation() 2462 if (rotation == 0 || rotation == 90 || in setVideoRotation() 2463 rotation == 180 || rotation == 270) { in setVideoRotation() 2464 set(KEY_QC_VIDEO_ROTATION, rotation); in setVideoRotation() 2466 ALOGE("Invalid rotation value: %d", rotation); in setVideoRotation() 2487 int rotation = params.getInt(KEY_ROTATION); in setRotation() local 2488 if (rotation != -1) { in setRotation() 2489 if (rotation == 0 || rotation == 90 || in setRotation() 2490 rotation == 180 || rotation == 270) { in setRotation() [all …]
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1271 int rotation = mJpegSettings->jpeg_orientation; in getJpegRotation() local 1272 if (rotation < 0) { in getJpegRotation() 1273 rotation = 0; in getJpegRotation() 1275 return rotation; in getJpegRotation() 2230 if (reprocess_config.pp_feature_config.rotation == ROTATE_90 || in addReprocStreamsFromSource() 2231 reprocess_config.pp_feature_config.rotation == ROTATE_270) { in addReprocStreamsFromSource()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 133 fmt->rotation = 90; in mm_app_set_thumbnail_fmt() 150 fmt->rotation = 90; in mm_app_set_snapshot_fmt() 179 fmt->rotation = 90; in mm_app_set_raw_snapshot_fmt() 278 job.encode_job.encode_parm.rotation = 0; in encodeData() 280 job.encode_job.encode_parm.rotation = 0; in encodeData() 283 job.encode_job.encode_parm.rotation = 90; in encodeData()
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Still.cpp | 702 int rotation = 0; in initSnapshotBuffers() local 743 rotation = mHalCamCtrl->getJpegRotation(); in initSnapshotBuffers() 745 rotation = 0; in initSnapshotBuffers() 746 if(rotation != dim->rotation) { in initSnapshotBuffers() 747 dim->rotation = rotation; in initSnapshotBuffers() 761 … __func__, dim->rotation, y_off, cbcr_off, frame_len, dim->picture_width, dim->picture_height); in initSnapshotBuffers() 784 __func__, dim->rotation, y_off, cbcr_off, frame_len, in initSnapshotBuffers()
|
/device/lge/mako/camera/ |
D | QualcommCameraHardware.cpp | 136 int8_t (*LINK_jpeg_encoder_setRotation)(uint32_t rotation); 2602 int rotation = mParameters.getInt("rotation"); in initImageEncodeParameters() local 2606 rotation = (rotation + 90)%360; in initImageEncodeParameters() 2609 rotation = 0; in initImageEncodeParameters() 2610 if (rotation >= 0) { in initImageEncodeParameters() 2611 ALOGI("initJpegParameters, rotation = %d", rotation); in initImageEncodeParameters() 2612 mImageEncodeParms.rotation = rotation; in initImageEncodeParameters() 4562 int rotation = mParameters.getInt("rotation"); in initRaw() local 4566 rotation = (rotation + 90)%360; in initRaw() 4569 rotation = 0; in initRaw() [all …]
|
D | QCameraHWI_Still.cpp | 789 int rotation = 0; in initSnapshotBuffers() local 830 rotation = mHalCamCtrl->getJpegRotation(); in initSnapshotBuffers() 832 rotation = 0; in initSnapshotBuffers() 833 if(rotation != dim->rotation) { in initSnapshotBuffers() 834 dim->rotation = rotation; in initSnapshotBuffers() 848 … __func__, dim->rotation, y_off, cbcr_off, frame_len, dim->picture_width, dim->picture_height); in initSnapshotBuffers() 871 __func__, dim->rotation, y_off, cbcr_off, frame_len, in initSnapshotBuffers()
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 96 job.encode_job.rotation = 0; in encodeData() 99 job.encode_job.rotation = 90; in encodeData()
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 96 job.encode_job.rotation = 0; in encodeData() 99 job.encode_job.rotation = 90; in encodeData()
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 3210 int rotation = mParameters.getJpegRotation(); in addOnlineReprocChannel() local 3211 if (rotation == 0) { in addOnlineReprocChannel() 3212 pp_config.rotation = ROTATE_0; in addOnlineReprocChannel() 3213 } else if (rotation == 90) { in addOnlineReprocChannel() 3214 pp_config.rotation = ROTATE_90; in addOnlineReprocChannel() 3215 } else if (rotation == 180) { in addOnlineReprocChannel() 3216 pp_config.rotation = ROTATE_180; in addOnlineReprocChannel() 3217 } else if (rotation == 270) { in addOnlineReprocChannel() 3218 pp_config.rotation = ROTATE_270; in addOnlineReprocChannel()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 3210 int rotation = mParameters.getJpegRotation(); in addOnlineReprocChannel() local 3211 if (rotation == 0) { in addOnlineReprocChannel() 3212 pp_config.rotation = ROTATE_0; in addOnlineReprocChannel() 3213 } else if (rotation == 90) { in addOnlineReprocChannel() 3214 pp_config.rotation = ROTATE_90; in addOnlineReprocChannel() 3215 } else if (rotation == 180) { in addOnlineReprocChannel() 3216 pp_config.rotation = ROTATE_180; in addOnlineReprocChannel() 3217 } else if (rotation == 270) { in addOnlineReprocChannel() 3218 pp_config.rotation = ROTATE_270; in addOnlineReprocChannel()
|