Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h108 std::string mCodingMediaType; // media type of the coded stream member
DCCodecConfig.cpp678 C2Mapper::GetProfileLevelMapper(mCodingMediaType); in initializeStandardParams()
882 mCodingMediaType = QueryMediaType(true /* input */, component).c_str(); in initialize()
885 mCodingMediaType = QueryMediaType(false /* input */, component).c_str(); in initialize()
888 mCodingMediaType = ""; in initialize()