Home | History | Annotate | Download | only in video

Lines Matching defs:packet_type

209     RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
210 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
211 if (packet_type == RTCPUtility::kRtcpRtpfbNackCode) {
215 packet_type = parser.Iterate();
775 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
776 packet_type != RTCPUtility::kRtcpNotValidCode;
777 packet_type = parser.Iterate()) {
779 EXPECT_NE(packet_type, RTCPUtility::kRtcpRtpfbNackCode);
781 if (packet_type == RTCPUtility::kRtcpPsfbPliCode) {
926 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
928 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
929 EXPECT_NE(RTCPUtility::kRtcpSrCode, packet_type);
930 if (packet_type == RTCPUtility::kRtcpRrCode) {
934 packet_type = parser.Iterate();
1193 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
1194 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
1195 if (packet_type == RTCPUtility::kRtcpPsfbRembCode) {
1199 } else if (packet_type == RTCPUtility::kRtcpPsfbRembItemCode) {
1206 packet_type = parser.Iterate();
1249 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
1250 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
1251 if (packet_type == RTCPUtility::kRtcpRrCode) {
1253 } else if (packet_type ==
1257 EXPECT_NE(packet_type, RTCPUtility::kRtcpSrCode);
1258 EXPECT_NE(packet_type, RTCPUtility::kRtcpXrDlrrReportBlockItemCode);
1259 packet_type = parser.Iterate();
1268 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
1269 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
1270 if (packet_type == RTCPUtility::kRtcpSrCode) {
1272 } else if (packet_type == RTCPUtility::kRtcpXrDlrrReportBlockItemCode) {
1275 EXPECT_NE(packet_type, RTCPUtility::kRtcpXrReceiverReferenceTimeCode);
1276 packet_type = parser.Iterate();