Home
last modified time | relevance | path

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

12

/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightMetadataRetriever.cpp177 if (meta->findCString(kKeyMIMEType, &mime) && !strncasecmp(mime, "image/", 6)) { in getImageInternal()
209 if (!trackMeta->findCString(kKeyMIMEType, &mime)) { in getImageInternal()
307 if (meta->findCString(kKeyMIMEType, &mime) && !strncasecmp(mime, "video/", 6)) { in getFrameInternal()
343 if (!trackMeta->findCString(kKeyMIMEType, &mime)) { in getFrameInternal()
475 if (meta->findCString(kMap[i].from, &value)) { in parseMetaData()
571 if (trackMeta->findCString(kKeyMIMEType, &mime)) { in parseMetaData()
623 if (trackMeta->findCString(kKeyMediaLanguage, &lang)) { in parseMetaData()
709 if (meta->findCString(kKeyMIMEType, &fileMIME) && in parseMetaData()
714 && trackMeta->findCString(kKeyMIMEType, &trackMIME) in parseMetaData()
/aosp12/frameworks/av/cmds/stagefright/
H A 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()
H A Drecord.cpp138 if (!meta->findCString(kKeyMIMEType, &mime)) {
H A Dstream.cpp182 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
H A DAudioPlayer.cpp130 bool success = format->findCString(kKeyMIMEType, &mime); in start()
/aosp12/frameworks/av/media/libstagefright/foundation/tests/
H A DMetaDataBaseUnitTest.cpp97 status = metaData->findCString(kKeyMIMEType, &mime); in TEST_F()
161 status = metaData->findCString(kKeyMIMEType, &mime); in TEST_F()
/aosp12/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp91 || !md->findCString(kKeyMIMEType, &mimeType)) { in videoTrack()
121 || !md->findCString(kKeyMIMEType, &mimeType)) { in audioTrack()
444 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A 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()
/aosp12/frameworks/av/media/libstagefright/
H A DRemoteMediaExtractor.cpp82 if (pMetaData.findCString(kKeyMIMEType, &mime)) { in RemoteMediaExtractor()
H A 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()
H A DAMRWriter.cpp70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
H A DNuMediaExtractor.cpp252 CHECK(meta->findCString(kKeyMIMEType, &mime)); in updateDurationAndBitrate()
316 if (!meta->findCString(kKeyMIMEType, &mime)) { in getFileFormat()
422 if (!meta->findCString(kKeyMIMEType, &mime)) { in selectTrack()
H A DAACWriter.cpp83 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
H A DOggWriter.cpp88 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
H A DSimpleDecodingSource.cpp55 CHECK(meta->findCString(kKeyMIMEType, &mime)); in Create()
H A DFrameDecoder.cpp142 return trackMeta->findCString(kKeyMIMEType, &mime) in isAvif()
503 if (!trackMeta()->findCString(kKeyMIMEType, &mime)) { in onGetFormatAndSeekOptions()
H A DMPEG4Writer.cpp664 meta->findCString(kKeyMIMEType, &mime); in addSource()
2176 mMeta->findCString(kKeyMIMEType, &mime); in Track()
2602 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in getCodecSpecificDataFromInputFormatIfPossible()
4171 CHECK(mMeta->findCString(kKeyMIMEType, &mime)); in checkCodecSpecificData()
4261 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeMetadataFourCCBox()
4298 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeVideoFourCCBox()
4380 bool success = mMeta->findCString(kKeyMIMEType, &mime); in writeAudioFourCCBox()
4778 if (mMeta->findCString(kKeyMediaLanguage, &lang) && lang && strnlen(lang, 3) > 2) { in writeMdhdBox()
H A DUtils.cpp849 if (meta->findCString(elem.second, &value)) { in convertMetaDataToMessageFromMappings()
914 if (!meta->findCString(kKeyMIMEType, &mime)) { in convertMetaDataToMessage()
980 if (meta->findCString(kKeyMediaLanguage, &lang)) { in convertMetaDataToMessage()
2174 CHECK(meta->findCString(kKeyMIMEType, &mime)); in getAudioOffloadInfo()
/aosp12/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp442 if (!meta->findCString(kKeyMIMEType, &mime)) { in main()
458 meta->findCString(kKeyMIMEType, &mime); in main()
/aosp12/frameworks/av/media/libstagefright/tests/extractorFactory/
H A DExtractorFactoryTest.cpp128 bool valueFound = meta->findCString(kKeyMIMEType, &mime); in TEST_P()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaDataBase.h330 bool findCString(uint32_t key, const char **value) const;
/aosp12/frameworks/av/media/libstagefright/tests/metadatautils/
H A DMetaDataUtilsTest.cpp328 status = metaData->findCString(kKeyMIMEType, &mimeType); in TEST_P()
380 status = metaData->findCString(kKeyMIMEType, &mimeType); in TEST_P()
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp66 if (meta == NULL || !meta->findCString(kKeyMIMEType, &mime)) { in setFormat()
677 && format->findCString(kKeyMIMEType, &mime) in trimBuffersBeforeMeta()
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp252 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DMetaDataBase.cpp156 bool MetaDataBase::findCString(uint32_t key, const char **value) const { in findCString() function in android::MetaDataBase

12