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,
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...]
H A DNuPlayer.h110 struct DecoderPassThrough;
H A DNuPlayer.cpp1807 *decoder = new DecoderPassThrough(notify, mSource, mRenderer);
1808 ALOGV("instantiateDecoder audio DecoderPassThrough hasVideo: %d", hasVideo);

Completed in 4753 milliseconds