Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp168 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()
DRemoteMediaExtractor.cpp66 if (pMetaData.findCString(kKeyMIMEType, &mime)) { in RemoteMediaExtractor()
DAMRWriter.cpp70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DMPEG2TSWriter.cpp104 CHECK(meta->findCString(kKeyMIMEType, &mime)); in SourceInfo()
151 CHECK(meta->findCString(kKeyMIMEType, &mime)); in extractCodecSpecificData()
507 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DNuMediaExtractor.cpp235 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate()
294 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFileFormat()
371 if (!meta->findCString(kKeyMIMEType, &mime)) { in selectTrack()
DAACWriter.cpp83 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DMPEG4Writer.cpp615 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()
DSimpleDecodingSource.cpp54 CHECK(meta->findCString(kKeyMIMEType, &mime)); in Create()
DAudioPlayer.cpp122 bool success = format->findCString(kKeyMIMEType, &mime); in start()
DUtils.cpp582 if (!meta->findCString(kKeyMIMEType, &mime)) { in convertMetaDataToMessage()
642 if (meta->findCString(kKeyMediaLanguage, &lang)) { in convertMetaDataToMessage()
1639 CHECK(meta->findCString(kKeyMIMEType, &mime)); in canOffloadStream()
DFrameDecoder.cpp422 if (!trackMeta()->findCString(kKeyMIMEType, &mime)) { in onGetFormatAndSeekOptions()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp183 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()
Drecord.cpp137 if (!meta->findCString(kKeyMIMEType, &mime)) {
Dstream.cpp182 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp211 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/
DMetaDataBase.h277 bool findCString(uint32_t key, const char **value) const;
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h277 bool findCString(uint32_t key, const char **value) const;
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp89 || !md->findCString(kKeyMIMEType, &mimeType)) { in videoTrack()
381 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in setFormat()
661 && format->findCString(kKeyMIMEType, &mime) in trimBuffersBeforeMeta()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp524 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/
Dandroid_AudioSfDecoder.cpp248 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
/frameworks/av/media/libmediaextractor/
DMetaDataBase.cpp153 bool MetaDataBase::findCString(uint32_t key, const char **value) const { in findCString() function in android::MetaDataBase
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp170 return format.findCString(kKeyMIMEType, &mime) in isScrambledFormat()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp226 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource()
1001 CHECK(meta->findCString(kKeyMIMEType, &mime)); in selectTrack()
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in start()

12