Home
last modified time | relevance | path

Searched refs:mInputMediaType (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp171 DefineParam(mInputMediaType, C2_PARAMKEY_INPUT_MEDIA_TYPE)
172 .withConstValue(allocSharedString(mInputMediaType, inputMediaType))
218 std::shared_ptr<C2PortMediaTypeSetting::input> mInputMediaType; member in android::CCodecConfigTest::Configurable::Impl
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp138 DefineParam(mInputMediaType, C2_PARAMKEY_INPUT_MEDIA_TYPE) in BaseParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h139 std::shared_ptr<C2PortMediaTypeSetting::input> mInputMediaType; member