/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 168 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getImageInternal() 199 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getImageInternal() 285 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFrameInternal() 326 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getFrameInternal() 435 if (meta->findCString(kMap[i].from, &value)) { in parseMetaData() 519 if (trackMeta->findCString(kKeyMIMEType, &mime)) { in parseMetaData() 551 if (trackMeta->findCString(kKeyMediaLanguage, &lang)) { in parseMetaData() 629 if (meta->findCString(kKeyMIMEType, &fileMIME) && in parseMetaData() 633 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME)); in parseMetaData()
|
D | RemoteMediaExtractor.cpp | 66 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 | 235 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate() 294 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFileFormat() 371 if (!meta->findCString(kKeyMIMEType, &mime)) { in selectTrack()
|
D | AACWriter.cpp | 83 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
D | MPEG4Writer.cpp | 615 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource() 1803 mMeta->findCString(kKeyMIMEType, &mime); in Track() 2139 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in getCodecSpecificDataFromInputFormatIfPossible() 3583 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in checkCodecSpecificData() 3669 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeMetadataFourCCBox() 3683 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeVideoFourCCBox() 3756 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeAudioFourCCBox() 3987 if (mMeta->findCString(kKeyMediaLanguage, &lang) && lang && strnlen(lang, 3) > 2) { in writeMdhdBox()
|
D | SimpleDecodingSource.cpp | 54 CHECK(meta->findCString(kKeyMIMEType, &mime)); in Create()
|
D | AudioPlayer.cpp | 122 bool success = format->findCString(kKeyMIMEType, &mime); in start()
|
D | Utils.cpp | 582 if (!meta->findCString(kKeyMIMEType, &mime)) { in convertMetaDataToMessage() 642 if (meta->findCString(kKeyMediaLanguage, &lang)) { in convertMetaDataToMessage() 1639 CHECK(meta->findCString(kKeyMIMEType, &mime)); in canOffloadStream()
|
D | FrameDecoder.cpp | 422 if (!trackMeta()->findCString(kKeyMIMEType, &mime)) { in onGetFormatAndSeekOptions()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 183 CHECK(meta->findCString(kKeyMIMEType, &mime)); in playSource() 441 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in DetectSyncSource() 1035 if (!meta->findCString(kKeyMIMEType, &mime)) { in main() 1059 CHECK(source->getFormat()->findCString( in main() 1090 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/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 211 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource() 634 meta->findCString(kKeyMIMEType, &mime); in onMessageReceived() 945 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getTrackInfo() 961 if (!meta->findCString(kKeyMediaLanguage, &lang)) { in getTrackInfo() 1036 CHECK(meta->findCString(kKeyMIMEType, &mime)); in selectTrack() 1230 && mTimedTextTrack.mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in mediaBufferToABuffer()
|
/frameworks/av/media/libmediaextractor/include/media/stagefright/ |
D | MetaDataBase.h | 277 bool findCString(uint32_t key, const char **value) const;
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MetaDataBase.h | 277 bool findCString(uint32_t key, const char **value) const;
|
/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 | 70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in setFormat() 661 && format->findCString(kKeyMIMEType, &mime) in trimBuffersBeforeMeta()
|
/frameworks/av/media/extractors/mp4/ |
D | MPEG4Extractor.cpp | 524 CHECK(track->meta.findCString(kKeyMIMEType, &mime)); in getTrackMetaData() 1426 CHECK(mLastTrack->meta.findCString(kKeyMIMEType, &mime)); in parseChunk() 1714 CHECK(mLastTrack->meta.findCString(kKeyMIMEType, &mime)); in parseChunk() 1737 CHECK(mLastTrack->meta.findCString(kKeyMIMEType, &mime)); in parseChunk() 3398 if (!track->meta.findCString(kKeyMIMEType, &mime)) { in getTrack() 3448 CHECK(track->meta.findCString(kKeyMIMEType, &mime)); in verifyTrack() 3887 bool success = mFormat.findCString(kKeyMIMEType, &mime); in MPEG4Source() 5370 if (track->meta.findCString(kKeyMIMEType, &mime) in findTrackByMimePrefix()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 248 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
|
/frameworks/av/media/libmediaextractor/ |
D | MetaDataBase.cpp | 153 bool MetaDataBase::findCString(uint32_t key, const char **value) const { in findCString() function in android::MetaDataBase
|
/frameworks/av/media/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 170 return format.findCString(kKeyMIMEType, &mime) in isScrambledFormat()
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | GenericSource2.cpp | 226 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource() 1001 CHECK(meta->findCString(kKeyMIMEType, &mime)); in selectTrack()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPWriter.cpp | 134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in start()
|