HomeSort by relevance Sort by last modified time
    Searched refs:findCString (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 59 if (meta->findCString(kKeyMIMEType, &charData)) {
120 if (meta->findCString(kKeyDecoderComponent, &charData)) {
132 if (meta->findCString(kKeyAlbum, &charData)) {
135 if (meta->findCString(kKeyArtist, &charData)) {
138 if (meta->findCString(kKeyAlbumArtist, &charData)) {
141 if (meta->findCString(kKeyComposer, &charData)) {
144 if (meta->findCString(kKeyGenre, &charData)) {
147 if (meta->findCString(kKeyTitle, &charData)) {
150 if (meta->findCString(kKeyYear, &charData)) {
156 if (meta->findCString(kKeyAlbumArtMIME, &charData))
    [all...]
  /frameworks/base/media/libstagefright/
StagefrightMetadataRetriever.cpp 201 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
305 CHECK(meta->findCString(kKeyMIMEType, &mime));
427 if (meta->findCString(kMap[i].from, &value)) {
470 if (trackMeta->findCString(kKeyMIMEType, &mime)) {
484 trackMeta->findCString(kKeyMediaLanguage, &lang);
531 CHECK(meta->findCString(kKeyMIMEType, &fileMIME));
536 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME));
DRMExtractor.cpp 87 bool success = getFormat()->findCString(kKeyMIMEType, &mime);
161 CHECK(getFormat()->findCString(kKeyMIMEType, &mime));
AACWriter.cpp 94 CHECK(meta->findCString(kKeyMIMEType, &mime));
AMRWriter.cpp 81 CHECK(meta->findCString(kKeyMIMEType, &mime));
MetaData.cpp 86 bool MetaData::findCString(uint32_t key, const char **value) {
AwesomePlayer.cpp 362 CHECK(meta->findCString(kKeyMIMEType, &mime));
390 CHECK(meta->findCString(kKeyMIMEType, &_mime));
1052 CHECK(meta->findCString(kKeyDecoderComponent, &component));
    [all...]
MPEG4Extractor.cpp 347 CHECK(track->meta->findCString(kKeyMIMEType, &mime));
893 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime));
1082 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime));
    [all...]
AudioPlayer.cpp 106 bool success = format->findCString(kKeyMIMEType, &mime);
MPEG2TSWriter.cpp 105 CHECK(meta->findCString(kKeyMIMEType, &mime));
151 CHECK(meta->findCString(kKeyMIMEType, &mime));
533 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 51 CHECK(meta->findCString(kKeyMIMEType, &mime));
109 CHECK(meta->findCString(kKeyMIMEType, &mime));
RTSPSource.cpp 333 CHECK(format->findCString(kKeyMIMEType, &mime));
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorSRC.cpp 50 CHECK(format->findCString(kKeyMIMEType, &mime));
284 CHECK(format->findCString(kKeyMIMEType, &mime));
PreviewPlayer.cpp 173 CHECK(meta->findCString(kKeyMIMEType, &mime));
403 if (meta->findCString(kKeyDecoderComponent, &pVidSrcType)) {
415 if (meta->findCString(kKeyDecoderComponent, &pSrcType1)) {
418 if (meta->findCString(kKeyDecoderComponent, &pSrcType2)) {
699 CHECK(meta->findCString(kKeyMIMEType, &mime));
    [all...]
AudioPlayerBase.cpp 100 bool success = format->findCString(kKeyMIMEType, &mime);
PreviewPlayerBase.cpp 346 CHECK(meta->findCString(kKeyMIMEType, &mime));
905 CHECK(meta->findCString(kKeyDecoderComponent, &component));
    [all...]
  /frameworks/base/include/media/stagefright/
MetaData.h 164 bool findCString(uint32_t key, const char **value);
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.cpp 354 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
388 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
  /frameworks/base/cmds/stagefright/
stagefright.cpp 172 CHECK(meta->findCString(kKeyMIMEType, &mime));
431 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
1015 CHECK(meta->findCString(kKeyMIMEType, &mime));
1032 CHECK(source->getFormat()->findCString(
1060 meta->findCString(kKeyMIMEType, &mime);
sf2.cpp 84 CHECK(meta->findCString(kKeyMIMEType, &mime));
261 CHECK(meta->findCString(kKeyMIMEType, &mime));
record.cpp 134 if (!meta->findCString(kKeyMIMEType, &mime)) {
stream.cpp 172 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 36 CHECK(meta->findCString(kKeyMIMEType, &mime));
MPEG2TSExtractor.cpp 142 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 167 CHECK(meta->findCString(kKeyMIMEType, &mime));
764 CHECK(info->mMeta->findCString(kKeyMIMEType, &mime));

Completed in 42 milliseconds

1 2