Searched refs:kKeyDecoderComponent (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp113 meta->setCString(kKeyDecoderComponent, "DummyVideoSource");
H A DDummyAudioSource.cpp113 meta->setCString(kKeyDecoderComponent, "DummyAudioSource");
H A DPreviewPlayer.cpp411 if (meta->findCString(kKeyDecoderComponent, &pVidSrcType)) {
423 if (meta->findCString(kKeyDecoderComponent, &pSrcType1)) {
426 if (meta->findCString(kKeyDecoderComponent, &pSrcType2)) {
/frameworks/av/include/media/stagefright/
H A DMetaData.h69 kKeyDecoderComponent = 'decC', // cstring enumerator in enum:android::__anon47
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp210 mMeta->setCString(kKeyDecoderComponent, "AACEncoder");
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp120 if (meta->findCString(kKeyDecoderComponent, &charData)) {
121 LOG1("displayMetaData kKeyDecoderComponent %s", charData);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1086 CHECK(meta->findCString(kKeyDecoderComponent, &component));
1425 ->findCString(kKeyDecoderComponent, &component)) {
1516 ->findCString(kKeyDecoderComponent, &componentName));
H A DOMXCodec.cpp4308 mOutputFormat->setCString(kKeyDecoderComponent, mComponentName);

Completed in 110 milliseconds