OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
71
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
[
all
...]
OMXCodec.cpp
[
all
...]
Completed in 547 milliseconds