Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp177 DefineParam(mRotation, C2_PARAMKEY_ROTATION) in IntfImpl()
179 .withFields({ C2F(mRotation, value).inRange(0, 270, 90) }) in IntfImpl()
258 std::shared_ptr<C2StreamRotationInfo::output> mRotation; member in android::C2SoftHevcDec::IntfImpl
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp200 DefineParam(mRotation, C2_PARAMKEY_ROTATION) in IntfImpl()
202 .withFields({ C2F(mRotation, value).inRange(0, 270, 90) }) in IntfImpl()
299 std::shared_ptr<C2StreamRotationInfo::output> mRotation; member in android::C2SoftAvcDec::IntfImpl
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h328 cam_rotation_t mRotation; variable
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1273 uint32_t mRotation; variable
DQCameraParameters.cpp1045 mRotation = 0; in QCameraParameters()
1160 mRotation = 0; in QCameraParameters()
3295 mRotation = rotation; in setRotation()
11042 rotation = mRotation; in getRotation()
11078 rotation = mRotation; in getDeviceRotation()
11099 rotation = mRotation; in getJpegExifRotation()