OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_STR
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h
44
#define
PT_STR
"96"
188
"m=video 0 RTP/AVP "
PT_STR
"\r\n"
190
"a=rtpmap:"
PT_STR
" H264/90000\r\n");
199
"a=framesize:"
PT_STR
" ");
206
"a=fmtp:"
PT_STR
" profile-level-id=42C015;sprop-parameter-sets=");
214
"m=audio 0 RTP/AVP "
PT_STR
"\r\n"
215
"a=rtpmap:"
PT_STR
" L8/8000/1\r\n");
ARTPWriter.cpp
36
#define
PT_STR
"97"
466
" RTP/AVP "
PT_STR
"\r\n"
468
"a=rtpmap:"
PT_STR
" ");
502
"a=framesize:"
PT_STR
" ");
511
"a=fmtp:"
PT_STR
" profile-level-id=");
520
sdp.append("a=fmtp:"
PT_STR
" octed-align\r\n");
Completed in 53 milliseconds