Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp36 #define PT_STR "97" macro
468 " RTP/AVP " PT_STR "\r\n" in dumpSessionDesc()
470 "a=rtpmap:" PT_STR " "); in dumpSessionDesc()
504 "a=framesize:" PT_STR " "); in dumpSessionDesc()
513 "a=fmtp:" PT_STR " profile-level-id="); in dumpSessionDesc()
522 sdp.append("a=fmtp:" PT_STR " octed-align\r\n"); in dumpSessionDesc()
DMyTransmitter.h44 #define PT_STR "96" macro
188 "m=video 0 RTP/AVP " PT_STR "\r\n" in issueAnnounce()
190 "a=rtpmap:" PT_STR " H264/90000\r\n"); in issueAnnounce()
199 "a=framesize:" PT_STR " "); in issueAnnounce()
206 "a=fmtp:" PT_STR " profile-level-id=42C015;sprop-parameter-sets="); in issueAnnounce()
214 "m=audio 0 RTP/AVP " PT_STR "\r\n" in issueAnnounce()
215 "a=rtpmap:" PT_STR " L8/8000/1\r\n"); in issueAnnounce()