Searched defs:DecoderPassThrough (Results 1 - 2 of 2) 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,
34 virtual ~DecoderPassThrough();
80 DISALLOW_EVIL_CONSTRUCTORS(DecoderPassThrough);
H A DNuPlayerDecoderPassThrough.cpp43 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 bool NuPlayer::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) {
102 bool NuPlayer::DecoderPassThrough::isDoneFetching() const {
112 bool NuPlayer::DecoderPassThrough
[all...]

Completed in 1378 milliseconds