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

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp496 AString outputMIME; local
497 CHECK(mOutputFormat->findString("mime", &outputMIME));
498 mIsVideo = outputMIME.startsWithIgnoreCase("video/");
516 outputMIME.c_str(), true /* encoder */,

Completed in 29 milliseconds