Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:StreamingSource

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() {
157 status_t NuPlayer::StreamingSource::postReadBuffer() {
173 bool NuPlayer::StreamingSource::haveSufficientDataOnAllTracks() {
205 void NuPlayer::StreamingSource::setError(status_t err) {
210 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) {
221 sp<AMessage> NuPlayer::StreamingSource::getFormat(bool audio) {
239 status_t NuPlayer::StreamingSource::dequeueAccessUnit(
269 bool NuPlayer::StreamingSource::isRealTime() const {
273 void NuPlayer::StreamingSource::onMessageReceived(