Searched refs:inputMIME (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp112 AString inputMIME; local
113 CHECK(mInputFormat->findString("mime", &inputMIME));
117 if (!strcasecmp(inputMIME.c_str(), MEDIA_MIMETYPE_AUDIO_RAW)) {
124 } else if (!strcasecmp(inputMIME.c_str(), MEDIA_MIMETYPE_VIDEO_RAW)) {

Completed in 5 milliseconds