HomeSort by relevance Sort by last modified time
    Searched refs:kKeyMIMEType (Results 26 - 50 of 66) sorted by null

12 3

  /frameworks/av/cmds/stagefright/
stagefright.cpp 169 CHECK(meta->findCString(kKeyMIMEType, &mime));
428 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
1032 CHECK(meta->findCString(kKeyMIMEType, &mime));
1050 kKeyMIMEType, &mime));
1077 meta->findCString(kKeyMIMEType, &mime);
    [all...]
sf2.cpp 87 CHECK(meta->findCString(kKeyMIMEType, &mime));
269 CHECK(meta->findCString(kKeyMIMEType, &mime));
stream.cpp 171 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 113 CHECK(mTrack.mMeta->findCString(kKeyMIMEType, &mime));
397 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_CONTAINER_AVI);
649 meta->setCString(kKeyMIMEType, mime);
707 track->mMeta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_MPEG);
918 CHECK(track->mMeta->findCString(kKeyMIMEType, &tmp));
    [all...]
avc_utils.cpp 298 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_AVC);
358 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AAC);
AACWriter.cpp 96 CHECK(meta->findCString(kKeyMIMEType, &mime));
AMRWriter.cpp 81 CHECK(meta->findCString(kKeyMIMEType, &mime));
Utils.cpp 71 CHECK(meta->findCString(kKeyMIMEType, &mime));
FLACExtractor.cpp 567 mTrackMetadata->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_RAW);
579 mFileMetadata->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_FLAC);
AACExtractor.cpp 205 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AAC_ADTS);
AudioSource.cpp 179 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_RAW);
SurfaceMediaSource.cpp 179 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
MPEG2TSWriter.cpp 105 CHECK(meta->findCString(kKeyMIMEType, &mime));
151 CHECK(meta->findCString(kKeyMIMEType, &mime));
533 CHECK(meta->findCString(kKeyMIMEType, &mime));
OMXCodec.cpp 294 bool success = meta->findCString(kKeyMIMEType, &mime);
    [all...]
AwesomePlayer.cpp 370 CHECK(meta->findCString(kKeyMIMEType, &mime));
398 CHECK(meta->findCString(kKeyMIMEType, &_mime));
    [all...]
AudioPlayer.cpp 111 bool success = format->findCString(kKeyMIMEType, &mime);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 71 CHECK(meta->findCString(kKeyMIMEType, &mime));
RTSPSource.cpp 365 CHECK(format->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 36 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 175 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AAC_ADTS);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
VideoEditorUtils.cpp 59 if (meta->findCString(kKeyMIMEType, &charData)) {
60 LOG1("displayMetaData kKeyMIMEType %s", charData);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 836 encMeta->setCString(kKeyMIMEType, mime);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 203 mMeta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AAC);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 240 CHECK(meta->findCString(kKeyMIMEType, &mime));

Completed in 537 milliseconds

12 3