Searched refs:DecoderPassThrough (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h27 struct NuPlayer::DecoderPassThrough : public DecoderBase { struct in class:android::NuPlayer
28 DecoderPassThrough(const sp<AMessage> &notify,
38 virtual ~DecoderPassThrough();
84 DISALLOW_EVIL_CONSTRUCTORS(DecoderPassThrough);
H A DNuPlayerDecoderPassThrough.cpp42 NuPlayer::DecoderPassThrough::DecoderPassThrough( function in class:android::NuPlayer::DecoderPassThrough
59 NuPlayer::DecoderPassThrough::~DecoderPassThrough() {
62 void NuPlayer::DecoderPassThrough::getStats(
68 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) {
88 void NuPlayer::DecoderPassThrough::onSetRenderer(
95 void NuPlayer::DecoderPassThrough::onGetInputBuffers(
100 bool NuPlayer::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) {
106 bool NuPlayer::DecoderPassThrough
[all...]
H A DNuPlayer.h86 struct DecoderPassThrough;
H A DNuPlayer.cpp1241 *decoder = new DecoderPassThrough(notify, mSource, mRenderer);

Completed in 655 milliseconds