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

12

  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 105 CHECK(meta->findCString(kKeyMIMEType, &mime));
151 CHECK(meta->findCString(kKeyMIMEType, &mime));
533 CHECK(meta->findCString(kKeyMIMEType, &mime));
AudioPlayer.cpp 111 bool success = format->findCString(kKeyMIMEType, &mime);
AVIExtractor.cpp 113 CHECK(mTrack.mMeta->findCString(kKeyMIMEType, &mime));
918 CHECK(track->mMeta->findCString(kKeyMIMEType, &tmp));
    [all...]
MPEG4Writer.cpp 1142 mMeta->findCString(kKeyMIMEType, &mime);
    [all...]
OMXCodec.cpp 294 bool success = meta->findCString(kKeyMIMEType, &mime);
    [all...]
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 240 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libaah_rtp/
aah_tx_player.cpp 350 CHECK(meta->findCString(kKeyMIMEType, &mime));
402 if (!mAudioFormat->findCString(kKeyMIMEType, &mime_type)) {
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 170 CHECK(meta->findCString(kKeyMIMEType, &mime));
890 CHECK(info->mMeta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 272 CHECK(meta->findCString(kKeyMIMEType, &trackMIME));
531 CHECK(meta->findCString(kKeyMIMEType, &trackMime));
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 501 bool success = format->findCString(kKeyMIMEType, &mime);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 462 CHECK(meta->findCString(kKeyMIMEType, &mime));
VideoEditor3gpReader.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 685 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));

Completed in 604 milliseconds

12