HomeSort by relevance Sort by last modified time
    Searched refs:findCString (Results 1 - 25 of 37) 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 278 meta->findCString(kKeyMediaLanguage, &lang);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 118 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
239 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
350 CHECK(meta->findCString(kKeyMIMEType, &mime));
472 if (meta->findCString(kMap[i].from, &value)) {
516 if (trackMeta->findCString(kKeyMIMEType, &mime)) {
533 trackMeta->findCString(kKeyMediaLanguage, &lang);
583 CHECK(meta->findCString(kKeyMIMEType, &fileMIME));
588 CHECK(trackMeta->findCString(kKeyMIMEType, &trackMIME));
DRMExtractor.cpp 82 bool success = getFormat()->findCString(kKeyMIMEType, &mime);
156 CHECK(getFormat()->findCString(kKeyMIMEType, &mime));
NuMediaExtractor.cpp 104 && fileMeta->findCString(kKeyMIMEType, &containerMime)
191 CHECK(meta->findCString(kKeyMIMEType, &mime));
243 CHECK(meta->findCString(kKeyMIMEType, &mime));
294 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
AMRWriter.cpp 81 CHECK(meta->findCString(kKeyMIMEType, &mime));
AwesomePlayer.cpp 387 CHECK(meta->findCString(kKeyMIMEType, &mime));
415 CHECK(meta->findCString(kKeyMIMEType, &_mime));
    [all...]
Utils.cpp 76 CHECK(meta->findCString(kKeyMIMEType, &mime));
546 CHECK(meta->findCString(kKeyMIMEType, &mime));
AACWriter.cpp 98 CHECK(meta->findCString(kKeyMIMEType, &mime));
MetaData.cpp 92 bool MetaData::findCString(uint32_t key, const char **value) {
MPEG2TSWriter.cpp 106 CHECK(meta->findCString(kKeyMIMEType, &mime));
152 CHECK(meta->findCString(kKeyMIMEType, &mime));
544 CHECK(meta->findCString(kKeyMIMEType, &mime));
MPEG4Extractor.cpp 435 CHECK(track->meta->findCString(kKeyMIMEType, &mime));
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 41 CHECK(meta->findCString(kKeyMIMEType, &mime));
118 CHECK(meta->findCString(kKeyMIMEType, &tmp));
  /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 201 bool findCString(uint32_t key, const char **value);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 168 CHECK(meta->findCString(kKeyMIMEType, &mime));
427 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
1006 CHECK(meta->findCString(kKeyMIMEType, &mime));
1022 CHECK(source->getFormat()->findCString(
1050 meta->findCString(kKeyMIMEType, &mime);
sf2.cpp 87 CHECK(meta->findCString(kKeyMIMEType, &mime));
269 CHECK(meta->findCString(kKeyMIMEType, &mime));
record.cpp 134 if (!meta->findCString(kKeyMIMEType, &mime)) {
stream.cpp 175 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 75 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 52 CHECK(meta->findCString(kKeyMIMEType, &mime));
MPEG2TSExtractor.cpp 133 CHECK(meta->findCString(kKeyMIMEType, &mime));

Completed in 7550 milliseconds

1 2