Home
last modified time | relevance | path

Searched defs:sessionDescription (Results 1 – 8 of 8) sorted by relevance

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/
DSessionDescriptionTest.java60 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpString_succeeds() local
115 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpString2_succeeds() local
167 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpStringWithDuplicatedMediaAttribute_recordsTheMostRecentValue() local
185 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpStringWithSpecialAttributeField_succeeds() local
207 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpStringWithDuplicatedSessionAttribute_recordsTheMostRecentValue() local
223 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpStringWithExtraSpaceInRtpMapAttribute_succeeds() local
DRtspTestUtils.java50 String sessionDescription, List<RtpPacketStreamDump> rtpPacketStreamDumps, Uri requestedUri) { in newDescribeResponseWithSdpMessage()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/
DSessionDescriptionTest.java60 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpString_succeeds() local
115 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpString2_succeeds() local
167 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpStringWithDuplicatedMediaAttribute_recordsTheMostRecentValue() local
185 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpStringWithSpecialAttributeField_succeeds() local
207 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpStringWithDuplicatedSessionAttribute_recordsTheMostRecentValue() local
223 SessionDescription sessionDescription = SessionDescriptionParser.parse(testMediaSdpInfo); in parse_sdpStringWithExtraSpaceInRtpMapAttribute_succeeds() local
DRtspTestUtils.java50 String sessionDescription, List<RtpPacketStreamDump> rtpPacketStreamDumps, Uri requestedUri) { in newDescribeResponseWithSdpMessage()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
DRtspDescribeResponse.java23 public final SessionDescription sessionDescription; field in RtspDescribeResponse
31 public RtspDescribeResponse(int status, SessionDescription sessionDescription) { in RtspDescribeResponse()
DRtspClient.java341 SessionDescription sessionDescription, Uri uri) { in buildTrackList()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
DRtspDescribeResponse.java23 public final SessionDescription sessionDescription; field in RtspDescribeResponse
31 public RtspDescribeResponse(int status, SessionDescription sessionDescription) { in RtspDescribeResponse()
DRtspClient.java339 SessionDescription sessionDescription, Uri uri) { in buildTrackList()