HomeSort by relevance Sort by last modified time
    Searched refs:kKeyDecoderComponent (Results 1 - 8 of 8) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 113 meta->setCString(kKeyDecoderComponent, "DummyVideoSource");
DummyAudioSource.cpp 113 meta->setCString(kKeyDecoderComponent, "DummyAudioSource");
PreviewPlayer.cpp 411 if (meta->findCString(kKeyDecoderComponent, &pVidSrcType)) {
423 if (meta->findCString(kKeyDecoderComponent, &pSrcType1)) {
426 if (meta->findCString(kKeyDecoderComponent, &pSrcType2)) {
    [all...]
  /frameworks/av/include/media/stagefright/
MetaData.h 69 kKeyDecoderComponent = 'decC', // cstring
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 210 mMeta->setCString(kKeyDecoderComponent, "AACEncoder");
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 120 if (meta->findCString(kKeyDecoderComponent, &charData)) {
121 LOG1("displayMetaData kKeyDecoderComponent %s", charData);
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 1085 CHECK(meta->findCString(kKeyDecoderComponent, &component));
    [all...]
OMXCodec.cpp     [all...]

Completed in 182 milliseconds