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

/frameworks/av/media/libstagefright/rtsp/
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");
H A DMyTransmitter.h43 #define PT_STR "96" macro
185 "m=video 0 RTP/AVP " PT_STR "\r\n"
187 "a=rtpmap:" PT_STR " H264/90000\r\n");
196 "a=framesize:" PT_STR " ");
203 "a=fmtp:" PT_STR " profile-level-id=42C015;sprop-parameter-sets=");
211 "m=audio 0 RTP/AVP " PT_STR "\r\n"
212 "a=rtpmap:" PT_STR " L8/8000/1\r\n");

Completed in 226 milliseconds