Searched refs:mVuiRotation (Results 1 – 2 of 2) sorted by relevance
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 170 DefineParam(mVuiRotation, C2_PARAMKEY_VUI_ROTATION) in IntfImpl() 172 .withFields({ C2F(mVuiRotation, value).inRange(0, 270, 90) }) in IntfImpl() 180 .withSetter(RotationSetter, mVuiRotation) in IntfImpl() 257 std::shared_ptr<C2StreamRotationInfo::input> mVuiRotation; member in android::C2SoftHevcDec::IntfImpl
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 193 DefineParam(mVuiRotation, C2_PARAMKEY_VUI_ROTATION) in IntfImpl() 195 .withFields({ C2F(mVuiRotation, value).inRange(0, 270, 90) }) in IntfImpl() 203 .withSetter(RotationSetter, mVuiRotation) in IntfImpl() 298 std::shared_ptr<C2StreamRotationInfo::input> mVuiRotation; member in android::C2SoftAvcDec::IntfImpl
|