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.cpp677 C2Mapper::GetProfileLevelMapper(mCodingMediaType); in initializeStandardParams()
881 mCodingMediaType = QueryMediaType(true /* input */, component).c_str(); in initialize()
884 mCodingMediaType = QueryMediaType(false /* input */, component).c_str(); in initialize()
887 mCodingMediaType = ""; in initialize()