HomeSort by relevance Sort by last modified time
    Searched refs:mVuiRotation (Results 1 - 2 of 2) sorted by null

  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 170 DefineParam(mVuiRotation, C2_PARAMKEY_VUI_ROTATION)
172 .withFields({ C2F(mVuiRotation, value).inRange(0, 270, 90) })
180 .withSetter(RotationSetter, mVuiRotation)
257 std::shared_ptr<C2StreamRotationInfo::input> mVuiRotation;
    [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp 193 DefineParam(mVuiRotation, C2_PARAMKEY_VUI_ROTATION)
195 .withFields({ C2F(mVuiRotation, value).inRange(0, 270, 90) })
203 .withSetter(RotationSetter, mVuiRotation)
298 std::shared_ptr<C2StreamRotationInfo::input> mVuiRotation;
    [all...]

Completed in 3936 milliseconds