Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c1223 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/
DmdpWrapper.h61 bool rotate(int fd, msm_rotator_data_info& rot);
137 inline bool rotate(int fd, msm_rotator_data_info& rot) { in rotate() function
DoverlayMdpRot.cpp229 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) { in queueBuffer()
/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/src/
Dmm_jpeg.c426 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/
Dmm_qcamera_main_menu.h387 unsigned char *, void *, camera_encoding_rotate_t rotate);