Home
last modified time | relevance | path

Searched refs:kKeyDecoderComponent (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
DMetaData.h75 kKeyDecoderComponent = 'decC', // cstring enumerator
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp210 mMeta->setCString(kKeyDecoderComponent, "AACEncoder"); in getFormat()
/frameworks/av/media/libstagefright/
DAwesomePlayer.cpp1220 CHECK(meta->findCString(kKeyDecoderComponent, &component)); in initRenderer_l()
1594 ->findCString(kKeyDecoderComponent, &component)) { in initAudioDecoder()
1685 ->findCString(kKeyDecoderComponent, &componentName)); in initVideoDecoder()
DOMXCodec.cpp4228 mOutputFormat->setCString(kKeyDecoderComponent, mComponentName); in initOutputFormat()