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,
SDPLoader.cpp 23 #include "ASessionDescription.h"
86 sp<ASessionDescription> desc = NULL;
128 desc = new ASessionDescription;
Android.mk 19 ASessionDescription.cpp \
rtp_test.cpp 32 #include "ASessionDescription.h"
163 sp<ASessionDescription> desc = new ASessionDescription;
ARawAudioAssembler.cpp 24 #include "ASessionDescription.h"
137 ASessionDescription::ParseFormatDesc(
APacketSource.cpp 24 #include "ASessionDescription.h"
409 const sp<ASessionDescription> &sessionDesc, size_t index)
472 ASessionDescription::ParseFormatDesc(
488 ASessionDescription::ParseFormatDesc(
501 ASessionDescription::ParseFormatDesc(
552 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());
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,
MyHandler.h 32 #include "ASessionDescription.h"
184 void loadSDP(const sp<ASessionDescription>& desc) {
417 static bool isLiveStream(const sp<ASessionDescription> &desc) {
539 mSessionDesc = new ASessionDescription;
618 static_cast<ASessionDescription *>(obj.get());
    [all...]
AMPEG4ElementaryAssembler.cpp 24 #include "ASessionDescription.h"
190 ASessionDescription::ParseFormatDesc(
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 694 sp<ASessionDescription> desc;
697 desc = static_cast<ASessionDescription *>(obj.get());

Completed in 104 milliseconds