/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 385 bool success = format->findCString(kKeyMIMEType, &mime); in extractVideoFrame() 617 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFrameAtTime() 648 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getFrameAtTime() 748 if (meta->findCString(kMap[i].from, &value)) { in parseMetaData() 817 if (trackMeta->findCString(kKeyMIMEType, &mime)) { in parseMetaData() 834 if (trackMeta->findCString(kKeyMediaLanguage, &lang)) { in parseMetaData() 888 if (meta->findCString(kKeyMIMEType, &fileMIME) && in parseMetaData() 892 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME)); in parseMetaData()
|
D | NuMediaExtractor.cpp | 214 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate() 273 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFileFormat() 331 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime)); in selectTrack()
|
D | AMRWriter.cpp | 70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | MPEG2TSWriter.cpp | 104 CHECK(meta->findCString(kKeyMIMEType, &mime)); in SourceInfo() 151 CHECK(meta->findCString(kKeyMIMEType, &mime)); in extractCodecSpecificData() 507 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | MediaExtractor.cpp | 213 if (pMetaData->findCString(kKeyMIMEType, &mime)) { in CreateFromService()
|
D | AACWriter.cpp | 83 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | MPEG4Writer.cpp | 585 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource() 1662 mMeta->findCString(kKeyMIMEType, &mime); in Track() 1850 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in getCodecSpecificDataFromInputFormatIfPossible() 3204 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in checkCodecSpecificData() 3286 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeMetadataFourCCBox() 3300 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeVideoFourCCBox() 3373 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeAudioFourCCBox() 3604 if (mMeta->findCString(kKeyMediaLanguage, &lang) && lang && strnlen(lang, 3) > 2) { in writeMdhdBox()
|
D | SimpleDecodingSource.cpp | 50 CHECK(meta->findCString(kKeyMIMEType, &mime)); in Create()
|
D | MPEG4Extractor.cpp | 449 CHECK(track->meta->findCString(kKeyMIMEType, &mime)); in getTrackMetaData() 1380 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); in parseChunk() 1668 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); in parseChunk() 1688 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); in parseChunk() 3345 if (!track->meta->findCString(kKeyMIMEType, &mime)) { in getTrack() 3389 CHECK(track->meta->findCString(kKeyMIMEType, &mime)); in verifyTrack() 3813 bool success = mFormat->findCString(kKeyMIMEType, &mime); in MPEG4Source() 5233 && track->meta->findCString(kKeyMIMEType, &mime) in findTrackByMimePrefix()
|
D | AudioPlayer.cpp | 122 bool success = format->findCString(kKeyMIMEType, &mime); in start()
|
D | Utils.cpp | 611 if (!meta->findCString(kKeyMIMEType, &mime)) { in convertMetaDataToMessage() 671 if (meta->findCString(kKeyMediaLanguage, &lang)) { in convertMetaDataToMessage() 1628 CHECK(meta->findCString(kKeyMIMEType, &mime)); in canOffloadStream()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | MediaPuller.cpp | 41 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MediaPuller() 118 CHECK(meta->findCString(kKeyMIMEType, &tmp)); in onMessageReceived()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 181 CHECK(meta->findCString(kKeyMIMEType, &mime)); in playSource() 436 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in DetectSyncSource() 1036 if (!meta->findCString(kKeyMIMEType, &mime)) { in main() 1059 CHECK(source->getFormat()->findCString( in main() 1090 meta->findCString(kKeyMIMEType, &mime); in main()
|
D | record.cpp | 136 if (!meta->findCString(kKeyMIMEType, &mime)) {
|
D | stream.cpp | 179 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MetaData.h | 259 bool findCString(uint32_t key, const char **value);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 195 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource() 604 meta->findCString(kKeyMIMEType, &mime); in onMessageReceived() 977 CHECK(meta->findCString(kKeyMIMEType, &mime)); in doGetTrackInfo() 993 if (!meta->findCString(kKeyMediaLanguage, &lang)) { in doGetTrackInfo() 1125 CHECK(meta->findCString(kKeyMIMEType, &mime)); in doSelectTrack() 1328 && mTimedTextTrack.mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in mediaBufferToABuffer()
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 89 || !md->findCString(kKeyMIMEType, &mimeType)) { in videoTrack() 381 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | AnotherPacketSource.cpp | 71 CHECK(meta->findCString(kKeyMIMEType, &mime)); in setFormat() 662 && format->findCString(kKeyMIMEType, &mime) in trimBuffersBeforeMeta()
|
D | MPEG2TSExtractor.cpp | 159 return format->findCString(kKeyMIMEType, &mime) in isScrambledFormat()
|
/frameworks/av/media/libstagefright/foundation/ |
D | MetaData.cpp | 96 bool MetaData::findCString(uint32_t key, const char **value) { in findCString() function in android::MetaData
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 245 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 225 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MatroskaSource() 1443 CHECK(info->mMeta->findCString(kKeyMIMEType, &mime)); in findThumbnails()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPWriter.cpp | 134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in start()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 564 CHECK(meta->findCString(kKeyMIMEType, &trackMime)); in CreateSourceForMime()
|