Searched defs:_mime (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp394 const char *_mime; local
395 CHECK(meta->findCString(kKeyMIMEType, &_mime));
397 String8 mime = String8(_mime);
2337 const char *_mime; local
2338 CHECK(meta->findCString(kKeyMIMEType, &_mime));
2340 String8 mime = String8(_mime);

Completed in 45 milliseconds