HomeSort by relevance Sort by last modified time
    Searched refs:findCString (Results 26 - 35 of 35) sorted by null

12

  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 269 CHECK(meta->findCString(kKeyMIMEType, &trackMIME));
534 CHECK(meta->findCString(kKeyMIMEType, &trackMime));
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 449 CHECK(track->meta->findCString(kKeyMIMEType, &mime));
    [all...]
AudioPlayer.cpp 118 bool success = format->findCString(kKeyMIMEType, &mime);
MediaCodecSource.cpp 86 CHECK(meta->findCString(kKeyMIMEType, &mime));
OMXCodec.cpp 304 bool success = meta->findCString(kKeyMIMEType, &mime);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 557 CHECK(format->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 382 source->getFormat()->findCString(kKeyMIMEType, &mime);
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 898 if (meta->findCString(kKeyMIMEType, &mime)
    [all...]

Completed in 1225 milliseconds

12