/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditorUtils.cpp | 59 if (meta->findCString(kKeyMIMEType, &charData)) { in displayMetaData() 120 if (meta->findCString(kKeyDecoderComponent, &charData)) { in displayMetaData() 132 if (meta->findCString(kKeyAlbum, &charData)) { in displayMetaData() 135 if (meta->findCString(kKeyArtist, &charData)) { in displayMetaData() 138 if (meta->findCString(kKeyAlbumArtist, &charData)) { in displayMetaData() 141 if (meta->findCString(kKeyComposer, &charData)) { in displayMetaData() 144 if (meta->findCString(kKeyGenre, &charData)) { in displayMetaData() 147 if (meta->findCString(kKeyTitle, &charData)) { in displayMetaData() 150 if (meta->findCString(kKeyYear, &charData)) { in displayMetaData() 156 if (meta->findCString(kKeyAlbumArtMIME, &charData)) { in displayMetaData() [all …]
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 204 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in extractVideoFrameWithCodecFlags() 315 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFrameAtTime() 437 if (meta->findCString(kMap[i].from, &value)) { in parseMetaData() 480 if (trackMeta->findCString(kKeyMIMEType, &mime)) { in parseMetaData() 494 trackMeta->findCString(kKeyMediaLanguage, &lang); in parseMetaData() 541 CHECK(meta->findCString(kKeyMIMEType, &fileMIME)); in parseMetaData() 546 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME)); in parseMetaData()
|
D | NuMediaExtractor.cpp | 104 && fileMeta->findCString(kKeyMIMEType, &containerMime) in setDataSource() 159 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate() 234 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime)); in selectTrack()
|
D | DRMExtractor.cpp | 87 bool success = getFormat()->findCString(kKeyMIMEType, &mime); in DRMSource() 161 CHECK(getFormat()->findCString(kKeyMIMEType, &mime)); in read()
|
D | AwesomePlayer.cpp | 370 CHECK(meta->findCString(kKeyMIMEType, &mime)); in setDataSource_l() 398 CHECK(meta->findCString(kKeyMIMEType, &_mime)); in setDataSource_l() 1085 CHECK(meta->findCString(kKeyDecoderComponent, &component)); in initRenderer_l() 1386 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initAudioDecoder() 1424 ->findCString(kKeyDecoderComponent, &component)) { in initAudioDecoder() 1514 ->findCString(kKeyDecoderComponent, &componentName)); in initVideoDecoder() 2323 CHECK(meta->findCString(kKeyMIMEType, &_mime)); in getTrackInfo() 2340 if (!meta->findCString(kKeyMediaLanguage, &lang)) { in getTrackInfo() 2440 CHECK(meta->findCString(kKeyMIMEType, &mime)); in selectTrack()
|
D | MPEG2TSWriter.cpp | 105 CHECK(meta->findCString(kKeyMIMEType, &mime)); in SourceInfo() 151 CHECK(meta->findCString(kKeyMIMEType, &mime)); in extractCodecSpecificData() 533 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | AMRWriter.cpp | 81 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | MPEG4Extractor.cpp | 347 CHECK(track->meta->findCString(kKeyMIMEType, &mime)); in getTrackMetaData() 896 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); in parseChunk() 1085 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); in parseChunk() 1755 CHECK(track->meta->findCString(kKeyMIMEType, &mime)); in verifyTrack() 1906 bool success = mFormat->findCString(kKeyMIMEType, &mime); in MPEG4Source() 2285 && track->meta->findCString(kKeyMIMEType, &mime) in findTrackByMimePrefix()
|
D | Utils.cpp | 71 CHECK(meta->findCString(kKeyMIMEType, &mime)); in convertMetaDataToMessage()
|
D | AACWriter.cpp | 96 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | MetaData.cpp | 90 bool MetaData::findCString(uint32_t key, const char **value) { in findCString() function in android::MetaData
|
/frameworks/av/media/libstagefright/timedtext/ |
D | TimedText3GPPSource.cpp | 72 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in extractAndAppendLocalDescriptions() 96 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in extractGlobalDescriptions()
|
D | TimedTextSource.cpp | 38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime)); in CreateTimedTextSource()
|
D | TimedTextDriver.cpp | 239 meta->findCString(kKeyMediaLanguage, &lang); in getExternalTrackInfo()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorSRC.cpp | 53 CHECK(format->findCString(kKeyMIMEType, &mime)); in VideoEditorSRC() 299 CHECK(format->findCString(kKeyMIMEType, &mime)); in checkAndSetResampler()
|
D | PreviewPlayer.cpp | 191 CHECK(meta->findCString(kKeyMIMEType, &mime)); in setDataSource_l() 411 if (meta->findCString(kKeyDecoderComponent, &pVidSrcType)) { in setAudioPlayer() 423 if (meta->findCString(kKeyDecoderComponent, &pSrcType1)) { in setAudioPlayer() 426 if (meta->findCString(kKeyDecoderComponent, &pSrcType2)) { in setAudioPlayer() 704 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initAudioDecoder_l()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 169 CHECK(meta->findCString(kKeyMIMEType, &mime)); in playSource() 428 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in DetectSyncSource() 1032 CHECK(meta->findCString(kKeyMIMEType, &mime)); in main() 1049 CHECK(source->getFormat()->findCString( in main() 1077 meta->findCString(kKeyMIMEType, &mime); in main()
|
D | sf2.cpp | 87 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onMessageReceived() 269 CHECK(meta->findCString(kKeyMIMEType, &mime)); in makeFormat()
|
D | record.cpp | 134 if (!meta->findCString(kKeyMIMEType, &mime)) {
|
D | stream.cpp | 171 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 49 CHECK(meta->findCString(kKeyMIMEType, &mime)); in configure()
|
D | GenericSource.cpp | 71 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource()
|
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 194 bool findCString(uint32_t key, const char **value);
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | AnotherPacketSource.cpp | 36 CHECK(meta->findCString(kKeyMIMEType, &mime)); in AnotherPacketSource()
|
D | MPEG2TSExtractor.cpp | 142 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getTrack()
|