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

1 2

  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 41 CHECK(meta->findCString(kKeyMIMEType, &mime));
118 CHECK(meta->findCString(kKeyMIMEType, &tmp));
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 388 bool success = format->findCString(kKeyMIMEType, &mime);
617 CHECK(meta->findCString(kKeyMIMEType, &mime));
648 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
748 if (meta->findCString(kMap[i].from, &value)) {
817 if (trackMeta->findCString(kKeyMIMEType, &mime)) {
834 if (trackMeta->findCString(kKeyMediaLanguage, &lang)) {
888 if (meta->findCString(kKeyMIMEType, &fileMIME) &&
892 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME));
NuMediaExtractor.cpp 214 CHECK(meta->findCString(kKeyMIMEType, &mime));
273 CHECK(meta->findCString(kKeyMIMEType, &mime));
331 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
AACWriter.cpp 83 CHECK(meta->findCString(kKeyMIMEType, &mime));
AMRWriter.cpp 70 CHECK(meta->findCString(kKeyMIMEType, &mime));
MediaExtractor.cpp 213 if (pMetaData->findCString(kKeyMIMEType, &mime)) {
MPEG2TSWriter.cpp 104 CHECK(meta->findCString(kKeyMIMEType, &mime));
151 CHECK(meta->findCString(kKeyMIMEType, &mime));
507 CHECK(meta->findCString(kKeyMIMEType, &mime));
AudioPlayer.cpp 122 bool success = format->findCString(kKeyMIMEType, &mime);
SimpleDecodingSource.cpp 50 CHECK(meta->findCString(kKeyMIMEType, &mime));
AVIExtractor.cpp 113 CHECK(mTrack.mMeta->findCString(kKeyMIMEType, &mime));
918 CHECK(track->mMeta->findCString(kKeyMIMEType, &tmp));
    [all...]
MPEG4Extractor.cpp 449 CHECK(track->meta->findCString(kKeyMIMEType, &mime));
    [all...]
MPEG4Writer.cpp 585 source->getFormat()->findCString(kKeyMIMEType, &mime);
    [all...]
Utils.cpp 611 if (!meta->findCString(kKeyMIMEType, &mime)) {
671 if (meta->findCString(kKeyMediaLanguage, &lang)) {
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaData.h 257 bool findCString(uint32_t key, const char **value);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 181 CHECK(meta->findCString(kKeyMIMEType, &mime));
436 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
1036 if (!meta->findCString(kKeyMIMEType, &mime)) {
1059 CHECK(source->getFormat()->findCString(
1090 meta->findCString(kKeyMIMEType, &mime);
    [all...]
record.cpp 136 if (!meta->findCString(kKeyMIMEType, &mime)) {
stream.cpp 179 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 195 CHECK(meta->findCString(kKeyMIMEType, &mime));
604 meta->findCString(kKeyMIMEType, &mime);
977 CHECK(meta->findCString(kKeyMIMEType, &mime));
993 if (!meta->findCString(kKeyMediaLanguage, &lang)) {
    [all...]
RTSPSource.cpp 770 CHECK(format->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 71 CHECK(meta->findCString(kKeyMIMEType, &mime));
662 && format->findCString(kKeyMIMEType, &mime)
MPEG2TSExtractor.cpp 159 return format->findCString(kKeyMIMEType, &mime)
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 89 || !md->findCString(kKeyMIMEType, &mimeType)) {
381 source->getFormat()->findCString(kKeyMIMEType, &mime);
  /frameworks/av/media/libstagefright/foundation/
MetaData.cpp 96 bool MetaData::findCString(uint32_t key, const char **value) {
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 245 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 225 CHECK(meta->findCString(kKeyMIMEType, &mime));
    [all...]

Completed in 199 milliseconds

1 2