OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StreamingSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.h
29
struct NuPlayer::
StreamingSource
: public NuPlayer::Source {
30
StreamingSource
(
44
virtual ~
StreamingSource
();
54
DISALLOW_EVIL_CONSTRUCTORS(
StreamingSource
);
StreamingSource.cpp
18
#define LOG_TAG "
StreamingSource
"
21
#include "
StreamingSource
.h"
35
NuPlayer::
StreamingSource
::
StreamingSource
(
43
NuPlayer::
StreamingSource
::~
StreamingSource
() {
46
void NuPlayer::
StreamingSource
::prepareAsync() {
52
void NuPlayer::
StreamingSource
::start() {
67
status_t NuPlayer::
StreamingSource
::feedMoreTSData() {
141
sp<MetaData> NuPlayer::
StreamingSource
::getFormatMeta(bool audio)
[
all
...]
Completed in 28 milliseconds