HomeSort by relevance Sort by last modified time
    Searched defs:ARTPSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.h 34 struct ARTPSource : public RefBase {
35 ARTPSource(
71 DISALLOW_EVIL_CONSTRUCTORS(ARTPSource);
ARTPSource.cpp 18 #define LOG_TAG "ARTPSource"
21 #include "ARTPSource.h"
40 ARTPSource::ARTPSource(
91 void ARTPSource::processRTPPacket(const sp<ABuffer> &buffer) {
97 void ARTPSource::timeUpdate(uint32_t rtpTime, uint64_t ntpTime) {
108 bool ARTPSource::queuePacket(const sp<ABuffer> &buffer) {
173 void ARTPSource::byeReceived() {
177 void ARTPSource::addFIR(const sp<ABuffer> &buffer) {
227 void ARTPSource::addReceiverReport(const sp<ABuffer> &buffer)
    [all...]

Completed in 99 milliseconds