OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARTPSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/rtsp/
ARTPSource.h
34
struct
ARTPSource
: public RefBase {
35
ARTPSource
(
68
DISALLOW_EVIL_CONSTRUCTORS(
ARTPSource
);
ARTPSource.cpp
18
#define LOG_TAG "
ARTPSource
"
21
#include "
ARTPSource
.h"
39
ARTPSource
::
ARTPSource
(
85
void
ARTPSource
::processRTPPacket(const sp<ABuffer> &buffer) {
91
void
ARTPSource
::timeUpdate(uint32_t rtpTime, uint64_t ntpTime) {
102
bool
ARTPSource
::queuePacket(const sp<ABuffer> &buffer) {
159
void
ARTPSource
::byeReceived() {
163
void
ARTPSource
::addFIR(const sp<ABuffer> &buffer) {
213
void
ARTPSource
::addReceiverReport(const sp<ABuffer> &buffer)
[
all
...]
Completed in 318 milliseconds