OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecoderPassThrough
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.h
27
struct NuPlayer::
DecoderPassThrough
: public DecoderBase {
28
DecoderPassThrough
(const sp<AMessage> ¬ify,
34
virtual ~
DecoderPassThrough
();
81
DISALLOW_EVIL_CONSTRUCTORS(
DecoderPassThrough
);
NuPlayerDecoderPassThrough.cpp
42
NuPlayer::
DecoderPassThrough
::
DecoderPassThrough
(
58
NuPlayer::
DecoderPassThrough
::~
DecoderPassThrough
() {
61
void NuPlayer::
DecoderPassThrough
::onConfigure(const sp<AMessage> &format) {
84
void NuPlayer::
DecoderPassThrough
::onSetParameters(const sp<AMessage> &/*params*/) {
88
void NuPlayer::
DecoderPassThrough
::onSetRenderer(
95
void NuPlayer::
DecoderPassThrough
::onGetInputBuffers(
100
bool NuPlayer::
DecoderPassThrough
::isStaleReply(const sp<AMessage> &msg) {
106
bool NuPlayer::
DecoderPassThrough
::isDoneFetching() const
[
all
...]
Completed in 1202 milliseconds