Home
last modified time | relevance | path

Searched refs:findCString (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorUtils.cpp59 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/
DStagefrightMetadataRetriever.cpp204 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()
DNuMediaExtractor.cpp104 && fileMeta->findCString(kKeyMIMEType, &containerMime) in setDataSource()
159 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate()
234 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime)); in selectTrack()
DDRMExtractor.cpp87 bool success = getFormat()->findCString(kKeyMIMEType, &mime); in DRMSource()
161 CHECK(getFormat()->findCString(kKeyMIMEType, &mime)); in read()
DAwesomePlayer.cpp370 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()
DMPEG2TSWriter.cpp105 CHECK(meta->findCString(kKeyMIMEType, &mime)); in SourceInfo()
151 CHECK(meta->findCString(kKeyMIMEType, &mime)); in extractCodecSpecificData()
533 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DAMRWriter.cpp81 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DMPEG4Extractor.cpp347 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()
DUtils.cpp71 CHECK(meta->findCString(kKeyMIMEType, &mime)); in convertMetaDataToMessage()
DAACWriter.cpp96 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DMetaData.cpp90 bool MetaData::findCString(uint32_t key, const char **value) { in findCString() function in android::MetaData
/frameworks/av/media/libstagefright/timedtext/
DTimedText3GPPSource.cpp72 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in extractAndAppendLocalDescriptions()
96 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in extractGlobalDescriptions()
DTimedTextSource.cpp38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime)); in CreateTimedTextSource()
DTimedTextDriver.cpp239 meta->findCString(kKeyMediaLanguage, &lang); in getExternalTrackInfo()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorSRC.cpp53 CHECK(format->findCString(kKeyMIMEType, &mime)); in VideoEditorSRC()
299 CHECK(format->findCString(kKeyMIMEType, &mime)); in checkAndSetResampler()
DPreviewPlayer.cpp191 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/
Dstagefright.cpp169 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()
Dsf2.cpp87 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onMessageReceived()
269 CHECK(meta->findCString(kKeyMIMEType, &mime)); in makeFormat()
Drecord.cpp134 if (!meta->findCString(kKeyMIMEType, &mime)) {
Dstream.cpp171 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp49 CHECK(meta->findCString(kKeyMIMEType, &mime)); in configure()
DGenericSource.cpp71 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource()
/frameworks/av/include/media/stagefright/
DMetaData.h194 bool findCString(uint32_t key, const char **value);
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp36 CHECK(meta->findCString(kKeyMIMEType, &mime)); in AnotherPacketSource()
DMPEG2TSExtractor.cpp142 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getTrack()

12