OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTSPSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp
18
#define LOG_TAG "
RTSPSource
"
21
#include "
RTSPSource
.h"
41
NuPlayer::
RTSPSource
::
RTSPSource
(
81
NuPlayer::
RTSPSource
::~
RTSPSource
() {
88
status_t NuPlayer::
RTSPSource
::getBufferingSettings(
95
status_t NuPlayer::
RTSPSource
::setBufferingSettings(const BufferingSettings& buffering) {
101
void NuPlayer::
RTSPSource
::prepareAsync() {
140
void NuPlayer::
RTSPSource
::start()
[
all
...]
RTSPSource.h
33
struct NuPlayer::
RTSPSource
: public NuPlayer::Source {
34
RTSPSource
(
63
virtual ~
RTSPSource
();
164
DISALLOW_EVIL_CONSTRUCTORS(
RTSPSource
);
Completed in 141 milliseconds