Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp754 C2Mapper::GetProfileLevelMapper(mCodingMediaType); in initializeStandardParams()
1103 mCodingMediaType = QueryMediaType(true /* input */, configurable).c_str(); in initialize()
1106 mCodingMediaType = QueryMediaType(false /* input */, configurable).c_str(); in initialize()
1109 mCodingMediaType = ""; in initialize()
1768 C2Mapper::GetProfileLevelMapper(mCodingMediaType); in getReflectedFormat()
2007 C2Mapper::GetBitDepthProfileLevelMapper(mCodingMediaType, bitDepth); in getConfigUpdateFromSdkParams()
H A DCCodecConfig.h111 std::string mCodingMediaType; // media type of the coded stream member
H A DCCodec.cpp2965 initData->m.value, initData->flexCount(), config->mCodingMediaType, in onMessageReceived()