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.h71 kKeyDecoderComponent = 'decC', // cstring enumerator in enum:android::__anon58
/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.cpp1185 CHECK(meta->findCString(kKeyDecoderComponent, &component));
1557 ->findCString(kKeyDecoderComponent, &component)) {
1648 ->findCString(kKeyDecoderComponent, &componentName));
H A DOMXCodec.cpp4312 mOutputFormat->setCString(kKeyDecoderComponent, mComponentName);

Completed in 125 milliseconds