/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 174 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getImageInternal() 208 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getImageInternal() 294 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFrameInternal() 338 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()
|
D | RemoteMediaExtractor.cpp | 72 if (pMetaData.findCString(kKeyMIMEType, &mime)) { in RemoteMediaExtractor()
|
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 | NuMediaExtractor.cpp | 225 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate() 284 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFileFormat() 361 if (!meta->findCString(kKeyMIMEType, &mime)) { in selectTrack()
|
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 | 617 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource() 1820 mMeta->findCString(kKeyMIMEType, &mime); in Track() 2201 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in getCodecSpecificDataFromInputFormatIfPossible() 3655 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in checkCodecSpecificData() 3742 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeMetadataFourCCBox() 3779 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeVideoFourCCBox() 3852 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeAudioFourCCBox() 4147 if (mMeta->findCString(kKeyMediaLanguage, &lang) && lang && strnlen(lang, 3) > 2) { in writeMdhdBox()
|
D | AudioPlayer.cpp | 129 bool success = format->findCString(kKeyMIMEType, &mime); in start()
|
D | Utils.cpp | 769 if (meta->findCString(elem.second, &value)) { in convertMetaDataToMessageFromMappings() 834 if (!meta->findCString(kKeyMIMEType, &mime)) { in convertMetaDataToMessage() 906 if (meta->findCString(kKeyMediaLanguage, &lang)) { in convertMetaDataToMessage() 2026 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getAudioOffloadInfo()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 190 CHECK(meta->findCString(kKeyMIMEType, &mime)); in playSource() 455 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in DetectSyncSource() 1134 if (!meta->findCString(kKeyMIMEType, &mime)) { in main() 1158 CHECK(source->getFormat()->findCString( in main() 1189 meta->findCString(kKeyMIMEType, &mime); in main()
|
D | record.cpp | 137 if (!meta->findCString(kKeyMIMEType, &mime)) {
|
D | stream.cpp | 182 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
|
/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/include/media/stagefright/ |
D | MetaDataBase.h | 291 bool findCString(uint32_t key, const char **value) const;
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 224 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource() 664 meta->findCString(kKeyMIMEType, &mime); in onMessageReceived() 975 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getTrackInfo() 991 if (!meta->findCString(kKeyMediaLanguage, &lang)) { in getTrackInfo() 1066 CHECK(meta->findCString(kKeyMIMEType, &mime)); in selectTrack() 1260 && mTimedTextTrack.mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in mediaBufferToABuffer()
|
/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 | 248 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
|
/frameworks/av/media/libstagefright/foundation/ |
D | MetaDataBase.cpp | 153 bool MetaDataBase::findCString(uint32_t key, const char **value) const { in findCString() function in android::MetaDataBase
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | GenericSource2.cpp | 206 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource() 938 CHECK(meta->findCString(kKeyMIMEType, &mime)); in selectTrack()
|
D | RTSPSource2.cpp | 734 CHECK(format->findCString(kKeyMIMEType, &mime)); in onConnected()
|
/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 | 549 CHECK(meta->findCString(kKeyMIMEType, &trackMime)); in CreateSourceForMime()
|