HomeSort by relevance Sort by last modified time
    Searched defs:NuPlayer (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 32 struct NuPlayer : public AHandler {
33 NuPlayer();
78 virtual ~NuPlayer();
247 DISALLOW_EVIL_CONSTRUCTORS(NuPlayer);
NuPlayer.cpp 18 #define LOG_TAG "NuPlayer"
21 #include "NuPlayer.h"
55 const size_t NuPlayer::kAggregateBufferSizeBytes = 24 * 1024;
57 struct NuPlayer::Action : public RefBase {
60 virtual void execute(NuPlayer *player) = 0;
66 struct NuPlayer::SeekAction : public Action {
72 virtual void execute(NuPlayer *player) {
83 struct NuPlayer::SetSurfaceAction : public Action {
88 virtual void execute(NuPlayer *player) {
98 struct NuPlayer::ShutdownDecoderAction : public Action
    [all...]

Completed in 169 milliseconds