Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp385 bool success = format->findCString(kKeyMIMEType, &mime); in extractVideoFrame()
617 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFrameAtTime()
648 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getFrameAtTime()
748 if (meta->findCString(kMap[i].from, &value)) { in parseMetaData()
817 if (trackMeta->findCString(kKeyMIMEType, &mime)) { in parseMetaData()
834 if (trackMeta->findCString(kKeyMediaLanguage, &lang)) { in parseMetaData()
888 if (meta->findCString(kKeyMIMEType, &fileMIME) && in parseMetaData()
892 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME)); in parseMetaData()
DNuMediaExtractor.cpp214 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate()
273 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFileFormat()
331 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime)); in selectTrack()
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()
DMediaExtractor.cpp213 if (pMetaData->findCString(kKeyMIMEType, &mime)) { in CreateFromService()
DAACWriter.cpp83 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DMPEG4Writer.cpp585 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
1662 mMeta->findCString(kKeyMIMEType, &mime); in Track()
1850 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in getCodecSpecificDataFromInputFormatIfPossible()
3204 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in checkCodecSpecificData()
3286 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeMetadataFourCCBox()
3300 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeVideoFourCCBox()
3373 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeAudioFourCCBox()
3604 if (mMeta->findCString(kKeyMediaLanguage, &lang) && lang && strnlen(lang, 3) > 2) { in writeMdhdBox()
DSimpleDecodingSource.cpp50 CHECK(meta->findCString(kKeyMIMEType, &mime)); in Create()
DMPEG4Extractor.cpp449 CHECK(track->meta->findCString(kKeyMIMEType, &mime)); in getTrackMetaData()
1380 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); in parseChunk()
1668 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); in parseChunk()
1688 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); in parseChunk()
3345 if (!track->meta->findCString(kKeyMIMEType, &mime)) { in getTrack()
3389 CHECK(track->meta->findCString(kKeyMIMEType, &mime)); in verifyTrack()
3813 bool success = mFormat->findCString(kKeyMIMEType, &mime); in MPEG4Source()
5233 && track->meta->findCString(kKeyMIMEType, &mime) in findTrackByMimePrefix()
DAudioPlayer.cpp122 bool success = format->findCString(kKeyMIMEType, &mime); in start()
DUtils.cpp611 if (!meta->findCString(kKeyMIMEType, &mime)) { in convertMetaDataToMessage()
671 if (meta->findCString(kKeyMediaLanguage, &lang)) { in convertMetaDataToMessage()
1628 CHECK(meta->findCString(kKeyMIMEType, &mime)); in canOffloadStream()
/frameworks/av/media/libstagefright/wifi-display/source/
DMediaPuller.cpp41 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MediaPuller()
118 CHECK(meta->findCString(kKeyMIMEType, &tmp)); in onMessageReceived()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp181 CHECK(meta->findCString(kKeyMIMEType, &mime)); in playSource()
436 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in DetectSyncSource()
1036 if (!meta->findCString(kKeyMIMEType, &mime)) { in main()
1059 CHECK(source->getFormat()->findCString( in main()
1090 meta->findCString(kKeyMIMEType, &mime); in main()
Drecord.cpp136 if (!meta->findCString(kKeyMIMEType, &mime)) {
Dstream.cpp179 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaData.h259 bool findCString(uint32_t key, const char **value);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp195 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource()
604 meta->findCString(kKeyMIMEType, &mime); in onMessageReceived()
977 CHECK(meta->findCString(kKeyMIMEType, &mime)); in doGetTrackInfo()
993 if (!meta->findCString(kKeyMediaLanguage, &lang)) { in doGetTrackInfo()
1125 CHECK(meta->findCString(kKeyMIMEType, &mime)); in doSelectTrack()
1328 && mTimedTextTrack.mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in mediaBufferToABuffer()
/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.cpp71 CHECK(meta->findCString(kKeyMIMEType, &mime)); in setFormat()
662 && format->findCString(kKeyMIMEType, &mime) in trimBuffersBeforeMeta()
DMPEG2TSExtractor.cpp159 return format->findCString(kKeyMIMEType, &mime) in isScrambledFormat()
/frameworks/av/media/libstagefright/foundation/
DMetaData.cpp96 bool MetaData::findCString(uint32_t key, const char **value) { in findCString() function in android::MetaData
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp245 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp225 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MatroskaSource()
1443 CHECK(info->mMeta->findCString(kKeyMIMEType, &mime)); in findThumbnails()
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in start()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp564 CHECK(meta->findCString(kKeyMIMEType, &trackMime)); in CreateSourceForMime()

12