/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightMetadataRetriever.cpp | 177 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getImageInternal() 211 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getImageInternal() 302 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFrameInternal() 340 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getFrameInternal() 469 if (meta->findCString(kMap[i].from, &value)) { in parseMetaData() 556 if (trackMeta->findCString(kKeyMIMEType, &mime)) { in parseMetaData() 603 if (trackMeta->findCString(kKeyMediaLanguage, &lang)) { in parseMetaData() 681 if (meta->findCString(kKeyMIMEType, &fileMIME) && in parseMetaData() 686 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME)); in parseMetaData()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 189 CHECK(meta->findCString(kKeyMIMEType, &mime)); in playSource() 454 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in DetectSyncSource() 1133 if (!meta->findCString(kKeyMIMEType, &mime)) { in main() 1157 CHECK(source->getFormat()->findCString( in main() 1188 meta->findCString(kKeyMIMEType, &mime); in main()
|
D | record.cpp | 138 if (!meta->findCString(kKeyMIMEType, &mime)) {
|
D | stream.cpp | 182 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
|
D | AudioPlayer.cpp | 130 bool success = format->findCString(kKeyMIMEType, &mime); in start()
|
/frameworks/av/media/libstagefright/ |
D | RemoteMediaExtractor.cpp | 72 if (pMetaData.findCString(kKeyMIMEType, &mime)) { in RemoteMediaExtractor()
|
D | AMRWriter.cpp | 70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | NuMediaExtractor.cpp | 243 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate() 302 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFileFormat() 379 if (!meta->findCString(kKeyMIMEType, &mime)) { in selectTrack()
|
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 | AACWriter.cpp | 83 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | OggWriter.cpp | 88 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
|
D | SimpleDecodingSource.cpp | 55 CHECK(meta->findCString(kKeyMIMEType, &mime)); in Create()
|
D | MPEG4Writer.cpp | 662 meta->findCString(kKeyMIMEType, &mime); in addSource() 2079 mMeta->findCString(kKeyMIMEType, &mime); in Track() 2505 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in getCodecSpecificDataFromInputFormatIfPossible() 4041 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in checkCodecSpecificData() 4131 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeMetadataFourCCBox() 4168 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeVideoFourCCBox() 4241 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeAudioFourCCBox() 4639 if (mMeta->findCString(kKeyMediaLanguage, &lang) && lang && strnlen(lang, 3) > 2) { in writeMdhdBox()
|
D | Utils.cpp | 832 if (meta->findCString(elem.second, &value)) { in convertMetaDataToMessageFromMappings() 897 if (!meta->findCString(kKeyMIMEType, &mime)) { in convertMetaDataToMessage() 963 if (meta->findCString(kKeyMediaLanguage, &lang)) { in convertMetaDataToMessage() 2108 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getAudioOffloadInfo()
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 91 || !md->findCString(kKeyMIMEType, &mimeType)) { in videoTrack() 121 || !md->findCString(kKeyMIMEType, &mimeType)) { in audioTrack() 444 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
|
/frameworks/av/media/libstagefright/tests/extractorFactory/ |
D | ExtractorFactoryTest.cpp | 128 bool valueFound = meta->findCString(kKeyMIMEType, &mime); in TEST_P()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 221 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource() 654 meta->findCString(kKeyMIMEType, &mime); in onMessageReceived() 965 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getTrackInfo() 981 if (!meta->findCString(kKeyMediaLanguage, &lang)) { in getTrackInfo() 1056 CHECK(meta->findCString(kKeyMIMEType, &mime)); in selectTrack() 1250 && mTimedTextTrack.mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in mediaBufferToABuffer()
|
D | RTSPSource.cpp | 739 CHECK(format->findCString(kKeyMIMEType, &mime)); in onConnected()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MetaDataBase.h | 301 bool findCString(uint32_t key, const char **value) const;
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 442 if (!meta->findCString(kKeyMIMEType, &mime)) { in main() 458 meta->findCString(kKeyMIMEType, &mime); in main()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | AnotherPacketSource.cpp | 70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in setFormat() 675 && format->findCString(kKeyMIMEType, &mime) in trimBuffersBeforeMeta()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 252 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
|
/frameworks/av/media/libstagefright/foundation/ |
D | MetaDataBase.cpp | 156 bool MetaDataBase::findCString(uint32_t key, const char **value) const { in findCString() function in android::MetaDataBase
|
/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 | 560 CHECK(meta->findCString(kKeyMIMEType, &trackMime)); in CreateSourceForMime()
|