/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | StagefrightMetadataRetriever.cpp | 177 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 D | stagefright.cpp | 189 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 D | record.cpp | 138 if (!meta->findCString(kKeyMIMEType, &mime)) {
|
H A D | stream.cpp | 182 CHECK(meta->findCString(kKeyMIMEType, &mime)); in MyConvertingStreamSource()
|
H A D | AudioPlayer.cpp | 130 bool success = format->findCString(kKeyMIMEType, &mime); in start()
|
/aosp12/frameworks/av/media/libstagefright/foundation/tests/ |
H A D | MetaDataBaseUnitTest.cpp | 97 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 D | WebmWriter.cpp | 91 || !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 D | GenericSource.cpp | 221 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 D | RemoteMediaExtractor.cpp | 82 if (pMetaData.findCString(kKeyMIMEType, &mime)) { in RemoteMediaExtractor()
|
H A 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()
|
H A D | AMRWriter.cpp | 70 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
H A D | NuMediaExtractor.cpp | 252 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 D | AACWriter.cpp | 83 CHECK(meta->findCString(kKeyMIMEType, &mime)); in addSource()
|
H A D | OggWriter.cpp | 88 source->getFormat()->findCString(kKeyMIMEType, &mime); in addSource()
|
H A D | SimpleDecodingSource.cpp | 55 CHECK(meta->findCString(kKeyMIMEType, &mime)); in Create()
|
H A D | FrameDecoder.cpp | 142 return trackMeta->findCString(kKeyMIMEType, &mime) in isAvif() 503 if (!trackMeta()->findCString(kKeyMIMEType, &mime)) { in onGetFormatAndSeekOptions()
|
H A D | MPEG4Writer.cpp | 664 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 D | Utils.cpp | 849 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 D | codec2.cpp | 442 if (!meta->findCString(kKeyMIMEType, &mime)) { in main() 458 meta->findCString(kKeyMIMEType, &mime); in main()
|
/aosp12/frameworks/av/media/libstagefright/tests/extractorFactory/ |
H A D | ExtractorFactoryTest.cpp | 128 bool valueFound = meta->findCString(kKeyMIMEType, &mime); in TEST_P()
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | MetaDataBase.h | 330 bool findCString(uint32_t key, const char **value) const;
|
/aosp12/frameworks/av/media/libstagefright/tests/metadatautils/ |
H A D | MetaDataUtilsTest.cpp | 328 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 D | AnotherPacketSource.cpp | 66 if (meta == NULL || !meta->findCString(kKeyMIMEType, &mime)) { in setFormat() 677 && format->findCString(kKeyMIMEType, &mime) in trimBuffersBeforeMeta()
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | android_AudioSfDecoder.cpp | 252 CHECK(meta->findCString(kKeyMIMEType, &mime)); in onPrepare()
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | MetaDataBase.cpp | 156 bool MetaDataBase::findCString(uint32_t key, const char **value) const { in findCString() function in android::MetaDataBase
|