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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp42 NuPlayer::DecoderPassThrough::DecoderPassThrough( function in class:android::NuPlayer::DecoderPassThrough
59 NuPlayer::DecoderPassThrough::~DecoderPassThrough() {
62 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) {
85 void NuPlayer::DecoderPassThrough::onSetParameters(const sp<AMessage> &/*params*/) {
89 void NuPlayer::DecoderPassThrough::onSetRenderer(
96 void NuPlayer::DecoderPassThrough::onGetInputBuffers(
101 bool NuPlayer::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) {
107 bool NuPlayer::DecoderPassThrough
[all...]
H A DNuPlayerDecoderPassThrough.h27 struct NuPlayer::DecoderPassThrough : public DecoderBase { struct in class:android::NuPlayer
28 DecoderPassThrough(const sp<AMessage> &notify,
34 virtual ~DecoderPassThrough();
82 DISALLOW_EVIL_CONSTRUCTORS(DecoderPassThrough);
H A DNuPlayer.h97 struct DecoderPassThrough;
H A DNuPlayer.cpp1537 *decoder = new DecoderPassThrough(notify, mSource, mRenderer);

Completed in 344 milliseconds