Searched defs:ARTPSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h34 struct ARTPSource : public RefBase { struct in namespace:android
35 ARTPSource(
68 DISALLOW_EVIL_CONSTRUCTORS(ARTPSource);
H A DARTPSource.cpp18 #define LOG_TAG "ARTPSource"
21 #include "ARTPSource.h"
40 ARTPSource::ARTPSource( function in class:android::ARTPSource
88 void ARTPSource::processRTPPacket(const sp<ABuffer> &buffer) {
94 void ARTPSource::timeUpdate(uint32_t rtpTime, uint64_t ntpTime) {
105 bool ARTPSource::queuePacket(const sp<ABuffer> &buffer) {
169 void ARTPSource::byeReceived() {
173 void ARTPSource::addFIR(const sp<ABuffer> &buffer) {
223 void ARTPSource
[all...]

Completed in 216 milliseconds