Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp205 .withDefault(new C2StreamPixelAspectRatioInfo::output(0u, 1, 1))
210 .withSetter(Setter<C2StreamPixelAspectRatioInfo::output>)
270 std::shared_ptr<C2StreamPixelAspectRatioInfo::output> mPixelAspectRatio;
485 C2StreamPixelAspectRatioInfo::output *par = in TEST_F()
498 C2StreamPixelAspectRatioInfo::output par(0u, 12, 11); in TEST_F()
/frameworks/av/media/codec2/core/include/
DC2Config.h1446 C2StreamPixelAspectRatioInfo; typedef
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1149 new C2StreamPixelAspectRatioInfo::output(0u, 1u, 1u), in initialize()
DCCodec.cpp2867 C2StreamPixelAspectRatioInfo::output::PARAM_TYPE, in onMessageReceived()