Home
last modified time | relevance | path

Searched refs:C2StreamRotationInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp597 std::shared_ptr<const C2StreamRotationInfo::output> rotation = in renderOutputBuffer()
598 std::static_pointer_cast<const C2StreamRotationInfo::output>( in renderOutputBuffer()
599 c2Buffer->getInfo(C2StreamRotationInfo::output::PARAM_TYPE)); in renderOutputBuffer()
DCCodec.cpp1787 C2StreamRotationInfo::output::PARAM_TYPE, in onMessageReceived()
DCCodecConfig.cpp924 addLocalParam(new C2StreamRotationInfo::output(0u, 0), C2_PARAMKEY_ROTATION); in initialize()
/frameworks/av/media/codec2/core/include/
DC2Config.h1271 typedef C2StreamParam<C2Info, C2RotationStruct, kParamIndexRotation> C2StreamRotationInfo; typedef