Home
last modified time | relevance | path

Searched refs:mVuiRotation (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp170 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/
DC2SoftAvcDec.cpp193 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