OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asessiondescription
(Results
1 - 18
of
18
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp
18
#define LOG_TAG "
ASessionDescription
"
22
#include "
ASessionDescription
.h"
31
ASessionDescription
::
ASessionDescription
()
35
ASessionDescription
::~
ASessionDescription
() {
38
bool
ASessionDescription
::setTo(const void *data, size_t size) {
49
bool
ASessionDescription
::parse(const void *data, size_t size) {
165
bool
ASessionDescription
::isValid() const {
169
size_t
ASessionDescription
::countTracks() const
[
all
...]
APacketSource.h
27
struct
ASessionDescription
;
30
APacketSource(const sp<
ASessionDescription
> &sessionDesc, size_t index);
ASessionDescription.h
32
struct
ASessionDescription
: public RefBase {
33
ASessionDescription
();
67
virtual ~
ASessionDescription
();
78
DISALLOW_EVIL_CONSTRUCTORS(
ASessionDescription
);
ARTPSession.h
27
struct
ASessionDescription
;
33
status_t setup(const sp<
ASessionDescription
> &desc);
56
sp<
ASessionDescription
> mDesc;
ARTPSource.h
32
struct
ASessionDescription
;
37
const sp<
ASessionDescription
> &sessionDesc, size_t index,
ARTPConnection.h
28
struct
ASessionDescription
;
39
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 \
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(
rtp_test.cpp
32
#include "
ASessionDescription
.h"
163
sp<
ASessionDescription
> desc = new
ASessionDescription
;
AMPEG2TSAssembler.cpp
24
#include "
ASessionDescription
.h"
ARTPSession.cpp
34
#include "
ASessionDescription
.h"
42
status_t ARTPSession::setup(const sp<
ASessionDescription
> &desc) {
ARTPConnection.cpp
25
#include "
ASessionDescription
.h"
58
sp<
ASessionDescription
> mSessionDesc;
81
const sp<
ASessionDescription
> &sessionDesc,
199
info->mSessionDesc = static_cast<
ASessionDescription
*>(obj.get());
AMPEG4ElementaryAssembler.cpp
24
#include "
ASessionDescription
.h"
190
ASessionDescription
::ParseFormatDesc(
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
...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp
700
sp<
ASessionDescription
> desc;
703
desc = static_cast<
ASessionDescription
*>(obj.get());
Completed in 205 milliseconds