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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.h 30 struct NuPlayer::StreamingSource : public NuPlayer::Source {
31 StreamingSource(
45 virtual ~StreamingSource();
70 DISALLOW_EVIL_CONSTRUCTORS(StreamingSource);
StreamingSource.cpp 18 #define LOG_TAG "StreamingSource"
21 #include "StreamingSource.h"
38 NuPlayer::StreamingSource::StreamingSource(
47 NuPlayer::StreamingSource::~StreamingSource() {
54 void NuPlayer::StreamingSource::prepareAsync() {
68 void NuPlayer::StreamingSource::start() {
85 status_t NuPlayer::StreamingSource::feedMoreTSData() {
89 void NuPlayer::StreamingSource::onReadBuffer()
    [all...]
Android.mk 16 StreamingSource.cpp \
NuPlayer.h 103 struct StreamingSource;
NuPlayer.cpp 32 #include "StreamingSource.h"
217 msg->setObject("source", new StreamingSource(notify, source));
    [all...]

Completed in 191 milliseconds