Home
last modified time | relevance | path

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

12

/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp177 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getImageInternal()
211 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getImageInternal()
302 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFrameInternal()
340 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); in getFrameInternal()
469 if (meta->findCString(kMap[i].from, &value)) { in parseMetaData()
556 if (trackMeta->findCString(kKeyMIMEType, &mime)) { in parseMetaData()
603 if (trackMeta->findCString(kKeyMediaLanguage, &lang)) { in parseMetaData()
681 if (meta->findCString(kKeyMIMEType, &fileMIME) && in parseMetaData()
686 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME)); in parseMetaData()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp189 CHECK(meta->findCString(kKeyMIMEType, &mime)); in playSource()
454 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in DetectSyncSource()
1133 if (!meta->findCString(kKeyMIMEType, &mime)) { in main()
1157 CHECK(source->getFormat()->findCString( in main()
1188 meta->findCString(kKeyMIMEType, &mime); in main()
Drecord.cpp138 if (!meta->findCString(kKeyMIMEType, &mime)) {
Dstream.cpp182 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
DAudioPlayer.cpp130 bool success = format->findCString(kKeyMIMEType, &mime); in start()
/frameworks/av/media/libstagefright/
DRemoteMediaExtractor.cpp72 if (pMetaData.findCString(kKeyMIMEType, &mime)) { in RemoteMediaExtractor()
DAMRWriter.cpp70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DNuMediaExtractor.cpp243 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate()
302 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getFileFormat()
379 if (!meta->findCString(kKeyMIMEType, &mime)) { in selectTrack()
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()
DAACWriter.cpp83 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
DOggWriter.cpp88 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
DSimpleDecodingSource.cpp55 CHECK(meta->findCString(kKeyMIMEType, &mime)); in Create()
DMPEG4Writer.cpp662 meta->findCString(kKeyMIMEType, &mime); in addSource()
2079 mMeta->findCString(kKeyMIMEType, &mime); in Track()
2505 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in getCodecSpecificDataFromInputFormatIfPossible()
4041 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in checkCodecSpecificData()
4131 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeMetadataFourCCBox()
4168 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeVideoFourCCBox()
4241 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeAudioFourCCBox()
4639 if (mMeta->findCString(kKeyMediaLanguage, &lang) && lang && strnlen(lang, 3) > 2) { in writeMdhdBox()
DUtils.cpp832 if (meta->findCString(elem.second, &value)) { in convertMetaDataToMessageFromMappings()
897 if (!meta->findCString(kKeyMIMEType, &mime)) { in convertMetaDataToMessage()
963 if (meta->findCString(kKeyMediaLanguage, &lang)) { in convertMetaDataToMessage()
2108 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getAudioOffloadInfo()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp91 || !md->findCString(kKeyMIMEType, &mimeType)) { in videoTrack()
121 || !md->findCString(kKeyMIMEType, &mimeType)) { in audioTrack()
444 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
/frameworks/av/media/libstagefright/tests/extractorFactory/
DExtractorFactoryTest.cpp128 bool valueFound = meta->findCString(kKeyMIMEType, &mime); in TEST_P()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp221 CHECK(meta->findCString(kKeyMIMEType, &mime)); in initFromDataSource()
654 meta->findCString(kKeyMIMEType, &mime); in onMessageReceived()
965 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getTrackInfo()
981 if (!meta->findCString(kKeyMediaLanguage, &lang)) { in getTrackInfo()
1056 CHECK(meta->findCString(kKeyMIMEType, &mime)); in selectTrack()
1250 && mTimedTextTrack.mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in mediaBufferToABuffer()
DRTSPSource.cpp739 CHECK(format->findCString(kKeyMIMEType, &mime)); in onConnected()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h301 bool findCString(uint32_t key, const char **value) const;
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp442 if (!meta->findCString(kKeyMIMEType, &mime)) { in main()
458 meta->findCString(kKeyMIMEType, &mime); in main()
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in setFormat()
675 && format->findCString(kKeyMIMEType, &mime) in trimBuffersBeforeMeta()
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp252 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
/frameworks/av/media/libstagefright/foundation/
DMetaDataBase.cpp156 bool MetaDataBase::findCString(uint32_t key, const char **value) const { in findCString() function in android::MetaDataBase
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in start()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp560 CHECK(meta->findCString(kKeyMIMEType, &trackMime)); in CreateSourceForMime()

12