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

1 2

  /frameworks/av/media/libstagefright/timedtext/
TimedTextSource.cpp 38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime));
TimedText3GPPSource.cpp 72 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
96 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
TimedTextDriver.cpp 281 meta->findCString(kKeyMediaLanguage, &lang);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 125 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
246 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
357 CHECK(meta->findCString(kKeyMIMEType, &mime));
480 if (meta->findCString(kMap[i].from, &value)) {
543 if (trackMeta->findCString(kKeyMIMEType, &mime)) {
560 trackMeta->findCString(kKeyMediaLanguage, &lang);
610 CHECK(meta->findCString(kKeyMIMEType, &fileMIME));
615 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME));
DRMExtractor.cpp 82 bool success = getFormat()->findCString(kKeyMIMEType, &mime);
156 CHECK(getFormat()->findCString(kKeyMIMEType, &mime));
NuMediaExtractor.cpp 106 && fileMeta->findCString(kKeyMIMEType, &containerMime)
193 CHECK(meta->findCString(kKeyMIMEType, &mime));
245 CHECK(meta->findCString(kKeyMIMEType, &mime));
296 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
AMRWriter.cpp 83 CHECK(meta->findCString(kKeyMIMEType, &mime));
AwesomePlayer.cpp 406 CHECK(meta->findCString(kKeyMIMEType, &mime));
441 CHECK(meta->findCString(kKeyMIMEType, &_mime));
    [all...]
AACWriter.cpp 100 CHECK(meta->findCString(kKeyMIMEType, &mime));
MetaData.cpp 96 bool MetaData::findCString(uint32_t key, const char **value) {
MPEG2TSWriter.cpp 106 CHECK(meta->findCString(kKeyMIMEType, &mime));
152 CHECK(meta->findCString(kKeyMIMEType, &mime));
544 CHECK(meta->findCString(kKeyMIMEType, &mime));
MPEG4Writer.cpp 452 source->getFormat()->findCString(kKeyMIMEType, &mime);
    [all...]
AVIExtractor.cpp 113 CHECK(mTrack.mMeta->findCString(kKeyMIMEType, &mime));
918 CHECK(track->mMeta->findCString(kKeyMIMEType, &tmp));
    [all...]
Utils.cpp 78 CHECK(meta->findCString(kKeyMIMEType, &mime));
701 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 41 CHECK(meta->findCString(kKeyMIMEType, &mime));
118 CHECK(meta->findCString(kKeyMIMEType, &tmp));
  /frameworks/av/include/media/stagefright/
MetaData.h 214 bool findCString(uint32_t key, const char **value);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 168 CHECK(meta->findCString(kKeyMIMEType, &mime));
427 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
1012 CHECK(meta->findCString(kKeyMIMEType, &mime));
1028 CHECK(source->getFormat()->findCString(
1056 meta->findCString(kKeyMIMEType, &mime);
    [all...]
sf2.cpp 128 CHECK(meta->findCString(kKeyMIMEType, &mime));
293 CHECK(meta->findCString(kKeyMIMEType, &mime));
record.cpp 134 if (!meta->findCString(kKeyMIMEType, &mime)) {
stream.cpp 178 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 175 CHECK(meta->findCString(kKeyMIMEType, &mime));
627 meta->findCString(kKeyMIMEType, &mime);
908 CHECK(meta->findCString(kKeyMIMEType, &mime));
923 if (!meta->findCString(kKeyMediaLanguage, &lang)) {
1054 CHECK(meta->findCString(kKeyMIMEType, &mime));
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 133 CHECK(meta->findCString(kKeyMIMEType, &mime));
AnotherPacketSource.cpp 62 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 242 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 219 CHECK(meta->findCString(kKeyMIMEType, &mime));
1041 CHECK(info->mMeta->findCString(kKeyMIMEType, &mime));

Completed in 692 milliseconds

1 2