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

1 2

  /frameworks/av/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/av/media/libstagefright/timedtext/
TimedTextSource.cpp 38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime));
TimedText3GPPSource.cpp 72 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
96 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
TimedTextDriver.cpp 239 meta->findCString(kKeyMediaLanguage, &lang);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 204 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
315 CHECK(meta->findCString(kKeyMIMEType, &mime));
437 if (meta->findCString(kMap[i].from, &value)) {
480 if (trackMeta->findCString(kKeyMIMEType, &mime)) {
494 trackMeta->findCString(kKeyMediaLanguage, &lang);
541 CHECK(meta->findCString(kKeyMIMEType, &fileMIME));
546 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME));
DRMExtractor.cpp 87 bool success = getFormat()->findCString(kKeyMIMEType, &mime);
161 CHECK(getFormat()->findCString(kKeyMIMEType, &mime));
NuMediaExtractor.cpp 104 && fileMeta->findCString(kKeyMIMEType, &containerMime)
159 CHECK(meta->findCString(kKeyMIMEType, &mime));
234 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
AwesomePlayer.cpp 370 CHECK(meta->findCString(kKeyMIMEType, &mime));
398 CHECK(meta->findCString(kKeyMIMEType, &_mime));
1085 CHECK(meta->findCString(kKeyDecoderComponent, &component));
    [all...]
AACWriter.cpp 96 CHECK(meta->findCString(kKeyMIMEType, &mime));
AMRWriter.cpp 81 CHECK(meta->findCString(kKeyMIMEType, &mime));
Utils.cpp 71 CHECK(meta->findCString(kKeyMIMEType, &mime));
MPEG4Extractor.cpp 347 CHECK(track->meta->findCString(kKeyMIMEType, &mime));
896 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime));
1085 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime));
    [all...]
MetaData.cpp 90 bool MetaData::findCString(uint32_t key, const char **value) {
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 53 CHECK(format->findCString(kKeyMIMEType, &mime));
299 CHECK(format->findCString(kKeyMIMEType, &mime));
PreviewPlayer.cpp 191 CHECK(meta->findCString(kKeyMIMEType, &mime));
411 if (meta->findCString(kKeyDecoderComponent, &pVidSrcType)) {
423 if (meta->findCString(kKeyDecoderComponent, &pSrcType1)) {
426 if (meta->findCString(kKeyDecoderComponent, &pSrcType2)) {
704 CHECK(meta->findCString(kKeyMIMEType, &mime));
    [all...]
  /frameworks/av/include/media/stagefright/
MetaData.h 194 bool findCString(uint32_t key, const char **value);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 49 CHECK(meta->findCString(kKeyMIMEType, &mime));
GenericSource.cpp 71 CHECK(meta->findCString(kKeyMIMEType, &mime));
RTSPSource.cpp 365 CHECK(format->findCString(kKeyMIMEType, &mime));
  /frameworks/av/cmds/stagefright/
stagefright.cpp 169 CHECK(meta->findCString(kKeyMIMEType, &mime));
428 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
1032 CHECK(meta->findCString(kKeyMIMEType, &mime));
1049 CHECK(source->getFormat()->findCString(
1077 meta->findCString(kKeyMIMEType, &mime);
    [all...]
sf2.cpp 87 CHECK(meta->findCString(kKeyMIMEType, &mime));
269 CHECK(meta->findCString(kKeyMIMEType, &mime));
record.cpp 134 if (!meta->findCString(kKeyMIMEType, &mime)) {
stream.cpp 171 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 36 CHECK(meta->findCString(kKeyMIMEType, &mime));
MPEG2TSExtractor.cpp 142 CHECK(meta->findCString(kKeyMIMEType, &mime));

Completed in 360 milliseconds

1 2