Searched refs:findCString (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp168 CHECK(meta->findCString(kKeyMIMEType, &mime));
199 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
285 CHECK(meta->findCString(kKeyMIMEType, &mime));
326 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
435 if (meta->findCString(kMap[i].from, &value)) {
519 if (trackMeta->findCString(kKeyMIMEType, &mime)) {
551 if (trackMeta->findCString(kKeyMediaLanguage, &lang)) {
629 if (meta->findCString(kKeyMIMEType, &fileMIME) &&
633 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME));
H A DRemoteMediaExtractor.cpp66 if (pMetaData.findCString(kKeyMIMEType, &mime)) {
H A DAACWriter.cpp83 CHECK(meta->findCString(kKeyMIMEType, &mime));
H A DAMRWriter.cpp70 CHECK(meta->findCString(kKeyMIMEType, &mime));
H A DMPEG2TSWriter.cpp104 CHECK(meta->findCString(kKeyMIMEType, &mime));
151 CHECK(meta->findCString(kKeyMIMEType, &mime));
507 CHECK(meta->findCString(kKeyMIMEType, &mime));
H A DNuMediaExtractor.cpp235 CHECK(meta->findCString(kKeyMIMEType, &mime));
294 CHECK(meta->findCString(kKeyMIMEType, &mime));
371 if (!meta->findCString(kKeyMIMEType, &mime)) {
H A DAudioPlayer.cpp122 bool success = format->findCString(kKeyMIMEType, &mime);
H A DSimpleDecodingSource.cpp54 CHECK(meta->findCString(kKeyMIMEType, &mime));
H A DMPEG4Writer.cpp615 source->getFormat()->findCString(kKeyMIMEType, &mime);
1803 mMeta->findCString(kKeyMIMEType, &mime);
2139 CHECK(mMeta->findCString(kKeyMIMEType, &mime));
3583 CHECK(mMeta->findCString(kKeyMIMEType, &mime));
3669 bool success = mMeta->findCString(kKeyMIMEType, &mime);
3683 bool success = mMeta->findCString(kKeyMIMEType, &mime);
3756 bool success = mMeta->findCString(kKeyMIMEType, &mime);
3987 if (mMeta->findCString(kKeyMediaLanguage, &lang) && lang && strnlen(lang, 3) > 2) {
H A DUtils.cpp582 if (!meta->findCString(kKeyMIMEType, &mime)) {
642 if (meta->findCString(kKeyMediaLanguage, &lang)) {
1639 CHECK(meta->findCString(kKeyMIMEType, &mime));
/frameworks/av/include/media/stagefright/
H A DMetaDataBase.h277 bool findCString(uint32_t key, const char **value) const;
/frameworks/av/media/libmediaextractor/include/media/stagefright/
H A DMetaDataBase.h277 bool findCString(uint32_t key, const char **value) const;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaDataBase.h277 bool findCString(uint32_t key, const char **value) const;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp183 CHECK(meta->findCString(kKeyMIMEType, &mime));
441 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
1035 if (!meta->findCString(kKeyMIMEType, &mime)) {
1059 CHECK(source->getFormat()->findCString(
1090 meta->findCString(kKeyMIMEType, &mime);
H A Drecord.cpp137 if (!meta->findCString(kKeyMIMEType, &mime)) {
H A Dstream.cpp182 CHECK(meta->findCString(kKeyMIMEType, &mime));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp211 CHECK(meta->findCString(kKeyMIMEType, &mime));
634 meta->findCString(kKeyMIMEType, &mime);
945 CHECK(meta->findCString(kKeyMIMEType, &mime));
961 if (!meta->findCString(kKeyMediaLanguage, &lang)) {
1036 CHECK(meta->findCString(kKeyMIMEType, &mime));
1230 && mTimedTextTrack.mSource->getFormat()->findCString(kKeyMIMEType, &mime));
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp70 CHECK(meta->findCString(kKeyMIMEType, &mime));
661 && format->findCString(kKeyMIMEType, &mime)
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp89 || !md->findCString(kKeyMIMEType, &mimeType)) {
381 source->getFormat()->findCString(kKeyMIMEType, &mime);
/frameworks/av/media/libmediaextractor/
H A DMetaDataBase.cpp153 bool MetaDataBase::findCString(uint32_t key, const char **value) const { function in class:android::MetaDataBase
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp248 CHECK(meta->findCString(kKeyMIMEType, &mime));
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp524 CHECK(track->meta.findCString(kKeyMIMEType, &mime));
1426 CHECK(mLastTrack->meta.findCString(kKeyMIMEType, &mime));
1714 CHECK(mLastTrack->meta.findCString(kKeyMIMEType, &mime));
1737 CHECK(mLastTrack->meta.findCString(kKeyMIMEType, &mime));
3398 if (!track->meta.findCString(kKeyMIMEType, &mime)) {
3448 CHECK(track->meta.findCString(kKeyMIMEType, &mime));
3887 bool success = mFormat.findCString(kKeyMIMEType, &mime);
5370 if (track->meta.findCString(kKeyMIMEType, &mime)
/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp170 return format.findCString(kKeyMIMEType, &mime)
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DGenericSource2.cpp226 CHECK(meta->findCString(kKeyMIMEType, &mime));
1001 CHECK(meta->findCString(kKeyMIMEType, &mime));
/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp228 CHECK(meta.findCString(kKeyMIMEType, &mime));
1576 CHECK(info->mMeta.findCString(kKeyMIMEType, &mime));

Completed in 362 milliseconds

12