Searched refs:rotate (Results 1 – 5 of 5) sorted by relevance
/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gscaler.c | 1223 unsigned int *rotate, in rotateValueHAL2GSC() argument 1228 *rotate = 0; in rotateValueHAL2GSC() 1234 *rotate = 90; in rotateValueHAL2GSC() 1237 *rotate = 180; in rotateValueHAL2GSC() 1240 *rotate = 270; in rotateValueHAL2GSC() 1243 *rotate = 90; in rotateValueHAL2GSC() 1247 *rotate = 90; in rotateValueHAL2GSC() 1329 unsigned int rotate; in exynos_gsc_m2m_config() local 1351 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip); in exynos_gsc_m2m_config() 1352 exynos_gsc_set_rotation(gsc_handle, rotate, hflip, vflip); in exynos_gsc_m2m_config() [all …]
|
/hardware/qcom/display/liboverlay/ |
D | mdpWrapper.h | 61 bool rotate(int fd, msm_rotator_data_info& rot); 137 inline bool rotate(int fd, msm_rotator_data_info& rot) { in rotate() function
|
D | overlayMdpRot.cpp | 229 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) { in queueBuffer()
|
/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 426 OMX_CONFIG_ROTATIONTYPE rotate; in mm_jpeg_omx_config_common() local 436 memset(&rotate, 0, sizeof(rotate)); in mm_jpeg_omx_config_common() 437 rotate.nPortIndex = OUTPUT_PORT; in mm_jpeg_omx_config_common() 438 rotate.nRotation = job->encode_parm.rotation; in mm_jpeg_omx_config_common() 439 OMX_SetConfig(my_obj->omx_handle, OMX_IndexConfigCommonRotate, &rotate); in mm_jpeg_omx_config_common()
|
/hardware/qcom/camera/QCamera/stack/mm-camera-test/inc/ |
D | mm_qcamera_main_menu.h | 387 unsigned char *, void *, camera_encoding_rotate_t rotate);
|