HomeSort by relevance Sort by last modified time
    Searched refs:ASessionDescription (Results 1 - 17 of 17) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
APacketSource.h 27 struct ASessionDescription;
30 APacketSource(const sp<ASessionDescription> &sessionDesc, size_t index);
ARTPSession.h 27 struct ASessionDescription;
33 status_t setup(const sp<ASessionDescription> &desc);
56 sp<ASessionDescription> mDesc;
ASessionDescription.h 32 struct ASessionDescription : public RefBase {
33 ASessionDescription();
67 virtual ~ASessionDescription();
78 DISALLOW_EVIL_CONSTRUCTORS(ASessionDescription);
ASessionDescription.cpp 18 #define LOG_TAG "ASessionDescription"
21 #include "ASessionDescription.h"
30 ASessionDescription::ASessionDescription()
34 ASessionDescription::~ASessionDescription() {
37 bool ASessionDescription::setTo(const void *data, size_t size) {
48 bool ASessionDescription::parse(const void *data, size_t size) {
164 bool ASessionDescription::isValid() const {
168 size_t ASessionDescription::countTracks() const
    [all...]
ARTPConnection.h 28 struct ASessionDescription;
39 const sp<ASessionDescription> &sessionDesc, size_t index,
ARTPSource.h 32 struct ASessionDescription;
37 const sp<ASessionDescription> &sessionDesc, size_t index,
Android.mk 19 ASessionDescription.cpp \
SDPLoader.cpp 23 #include "ASessionDescription.h"
90 sp<ASessionDescription> desc = NULL;
136 desc = new ASessionDescription;
rtp_test.cpp 32 #include "ASessionDescription.h"
163 sp<ASessionDescription> desc = new ASessionDescription;
ARawAudioAssembler.cpp 24 #include "ASessionDescription.h"
135 ASessionDescription::ParseFormatDesc(
APacketSource.cpp 24 #include "ASessionDescription.h"
411 const sp<ASessionDescription> &sessionDesc, size_t index)
474 ASessionDescription::ParseFormatDesc(
490 ASessionDescription::ParseFormatDesc(
503 ASessionDescription::ParseFormatDesc(
554 ASessionDescription::ParseFormatDesc(
ARTPConnection.cpp 25 #include "ASessionDescription.h"
58 sp<ASessionDescription> mSessionDesc;
81 const sp<ASessionDescription> &sessionDesc,
199 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
MyHandler.h 28 #include "ASessionDescription.h"
169 void loadSDP(const sp<ASessionDescription>& desc) {
181 AString getControlURL(sp<ASessionDescription> desc) {
394 static bool isLiveStream(const sp<ASessionDescription> &desc) {
505 mSessionDesc = new ASessionDescription;
584 static_cast<ASessionDescription *>(obj.get());
    [all...]
ARTPSession.cpp 34 #include "ASessionDescription.h"
42 status_t ARTPSession::setup(const sp<ASessionDescription> &desc) {
ARTPSource.cpp 30 #include "ASessionDescription.h"
42 const sp<ASessionDescription> &sessionDesc, size_t index,
AMPEG4ElementaryAssembler.cpp 24 #include "ASessionDescription.h"
190 ASessionDescription::ParseFormatDesc(
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 600 sp<ASessionDescription> desc;
603 desc = static_cast<ASessionDescription *>(obj.get());

Completed in 75 milliseconds