Searched refs:DecoderBase (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderBase.cpp32 NuPlayer2::DecoderBase::DecoderBase(const sp<AMessage> &notify) function in class:android::NuPlayer2::DecoderBase
47 NuPlayer2::DecoderBase::~DecoderBase() {
67 void NuPlayer2::DecoderBase::configure(const sp<AMessage> &format) {
73 void NuPlayer2::DecoderBase::init() {
77 void NuPlayer2::DecoderBase::stopLooper() {
82 void NuPlayer2::DecoderBase::setParameters(const sp<AMessage> &params) {
88 void NuPlayer2::DecoderBase::setRenderer(const sp<Renderer> &renderer) {
94 void NuPlayer2::DecoderBase
[all...]
H A DNuPlayer2DecoderBase.h33 struct NuPlayer2::DecoderBase : public AHandler { struct in class:android::NuPlayer2
34 explicit DecoderBase(const sp<AMessage> &notify);
70 virtual ~DecoderBase();
106 DISALLOW_EVIL_CONSTRUCTORS(DecoderBase);
H A DNuPlayer2.h106 struct DecoderBase;
168 sp<DecoderBase> mVideoDecoder;
170 sp<DecoderBase> mAudioDecoder;
263 inline const sp<DecoderBase> &getDecoder(bool audio) {
288 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange = true);
H A DNuPlayer2DecoderPassThrough.h27 struct NuPlayer2::DecoderPassThrough : public DecoderBase {
H A DNuPlayer2Decoder.h31 struct NuPlayer2::Decoder : public DecoderBase {
H A DNuPlayer2DecoderPassThrough.cpp46 : DecoderBase(notify),
429 DecoderBase::onMessageReceived(msg);
H A DNuPlayer2.cpp1214 if (what == DecoderBase::kWhatInputDiscontinuity) {
1233 } else if (what == DecoderBase::kWhatEOS) {
1246 } else if (what == DecoderBase::kWhatFlushCompleted) {
1251 } else if (what == DecoderBase::kWhatVideoSizeChanged) {
1260 } else if (what == DecoderBase::kWhatShutdownCompleted) {
1279 } else if (what == DecoderBase::kWhatResumeCompleted) {
1281 } else if (what == DecoderBase::kWhatError) {
1941 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange) {
2167 const sp<DecoderBase> &decoder = getDecoder(audio);
3034 const sp<DecoderBase>
[all...]
H A DNuPlayer2Decoder.cpp67 : DecoderBase(notify),
282 DecoderBase::onMessageReceived(msg);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp32 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify) function in class:android::NuPlayer::DecoderBase
45 NuPlayer::DecoderBase::~DecoderBase() {
65 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) {
71 void NuPlayer::DecoderBase::init() {
75 void NuPlayer::DecoderBase::stopLooper() {
80 void NuPlayer::DecoderBase::setParameters(const sp<AMessage> &params) {
86 void NuPlayer::DecoderBase::setRenderer(const sp<Renderer> &renderer) {
92 void NuPlayer::DecoderBase
[all...]
H A DNuPlayerDecoderBase.h33 struct NuPlayer::DecoderBase : public AHandler { struct in class:android::NuPlayer
34 explicit DecoderBase(const sp<AMessage> &notify);
70 virtual ~DecoderBase();
106 DISALLOW_EVIL_CONSTRUCTORS(DecoderBase);
H A DNuPlayer.h115 struct DecoderBase;
175 sp<DecoderBase> mVideoDecoder;
177 sp<DecoderBase> mAudioDecoder;
270 inline const sp<DecoderBase> &getDecoder(bool audio) {
289 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange = true);
H A DNuPlayerDecoderPassThrough.h27 struct NuPlayer::DecoderPassThrough : public DecoderBase {
H A DNuPlayerDecoder.h28 struct NuPlayer::Decoder : public DecoderBase {
H A DNuPlayerDecoderPassThrough.cpp47 : DecoderBase(notify),
430 DecoderBase::onMessageReceived(msg);
H A DNuPlayer.cpp1074 if (what == DecoderBase::kWhatInputDiscontinuity) {
1093 } else if (what == DecoderBase::kWhatEOS) {
1106 } else if (what == DecoderBase::kWhatFlushCompleted) {
1111 } else if (what == DecoderBase::kWhatVideoSizeChanged) {
1120 } else if (what == DecoderBase::kWhatShutdownCompleted) {
1139 } else if (what == DecoderBase::kWhatResumeCompleted) {
1141 } else if (what == DecoderBase::kWhatError) {
1895 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange) {
2120 const sp<DecoderBase> &decoder = getDecoder(audio);
2946 const sp<DecoderBase>
[all...]
H A DNuPlayerDecoder.cpp67 : DecoderBase(notify),
274 DecoderBase::onMessageReceived(msg);

Completed in 720 milliseconds