[go: nahoru, domu]

Searched refs:PT_STR (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h44 #define PT_STR "96" macro
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");
H A DARTPWriter.cpp36 #define PT_STR "97" macro
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 28 milliseconds