OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APacketSource
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/rtsp/
APacketSource.h
31
struct
APacketSource
: public MediaSource {
32
APacketSource
(const sp<ASessionDescription> &sessionDesc, size_t index);
56
virtual ~
APacketSource
();
80
DISALLOW_EVIL_CONSTRUCTORS(
APacketSource
);
ARTPSession.h
25
struct
APacketSource
;
52
sp<
APacketSource
> mPacketSource;
APacketSource.cpp
18
#define LOG_TAG "
APacketSource
"
21
#include "
APacketSource
.h"
425
APacketSource
::
APacketSource
(
598
APacketSource
::~
APacketSource
() {
601
status_t
APacketSource
::initCheck() const {
605
status_t
APacketSource
::start(MetaData *params) {
609
status_t
APacketSource
::stop() {
613
sp<MetaData>
APacketSource
::getFormat()
[
all
...]
Android.mk
11
APacketSource
.cpp \
ARTPSession.cpp
32
#include "
APacketSource
.h"
71
sp<
APacketSource
> source = new
APacketSource
(mDesc, i);
ARTSPController.cpp
197
sp<
APacketSource
> source = mHandler->getPacketSource(i);
MyHandler.h
25
#include "
APacketSource
.h"
[
all
...]
Completed in 2176 milliseconds