HomeSort by relevance Sort by last modified time
    Searched refs:DecoderBase (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.cpp 31 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify)
42 NuPlayer::DecoderBase::~DecoderBase() {
63 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) {
69 void NuPlayer::DecoderBase::init() {
73 void NuPlayer::DecoderBase::setRenderer(const sp<Renderer> &renderer) {
79 status_t NuPlayer::DecoderBase::getInputBuffers(Vector<sp<ABuffer> > *buffers) const {
87 void NuPlayer::DecoderBase::signalFlush() {
91 void NuPlayer::DecoderBase::signalResume(bool notifyComplete)
    [all...]
NuPlayerDecoderBase.h 31 struct NuPlayer::DecoderBase : public AHandler {
32 DecoderBase(const sp<AMessage> &notify);
60 virtual ~DecoderBase();
92 DISALLOW_EVIL_CONSTRUCTORS(DecoderBase);
NuPlayer.h 85 struct DecoderBase;
131 sp<DecoderBase> mVideoDecoder;
133 sp<DecoderBase> mAudioDecoder;
188 inline const sp<DecoderBase> &getDecoder(bool audio) {
202 status_t instantiateDecoder(bool audio, sp<DecoderBase> *decoder);
NuPlayerDecoderPassThrough.h 27 struct NuPlayer::DecoderPassThrough : public DecoderBase {
NuPlayerDecoder.h 26 struct NuPlayer::Decoder : public DecoderBase {
NuPlayerDecoderPassThrough.cpp 46 : DecoderBase(notify),
420 DecoderBase::onMessageReceived(msg);
NuPlayer.cpp 708 if (what == DecoderBase::kWhatInputDiscontinuity) {
727 } else if (what == DecoderBase::kWhatEOS) {
740 } else if (what == DecoderBase::kWhatFlushCompleted) {
745 } else if (what == DecoderBase::kWhatVideoSizeChanged) {
753 } else if (what == DecoderBase::kWhatShutdownCompleted) {
770 } else if (what == DecoderBase::kWhatResumeCompleted) {
772 } else if (what == DecoderBase::kWhatError) {
    [all...]
NuPlayerDecoder.cpp 47 : DecoderBase(notify),
115 DecoderBase::onMessageReceived(msg);

Completed in 182 milliseconds