Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1885 std::shared_ptr<const C2StreamRotationInfo::output> rotation = in renderOutputBuffer()
1886 std::static_pointer_cast<const C2StreamRotationInfo::output>( in renderOutputBuffer()
1887 c2Buffer->getInfo(C2StreamRotationInfo::output::PARAM_TYPE)); in renderOutputBuffer()
DCCodec.cpp1614 C2StreamRotationInfo::output::PARAM_TYPE, in onMessageReceived()
DCCodecConfig.cpp914 addLocalParam(new C2StreamRotationInfo::output(0u, 0), C2_PARAMKEY_ROTATION); in initialize()
/hardware/google/av/codec2/include/
DC2Config.h1285 typedef C2StreamParam<C2Info, C2RotationStruct, kParamIndexRotation> C2StreamRotationInfo; typedef