Home | History | Annotate | Download | only in rtcp

Lines Matching defs:field_type

63   RtcpFieldTypes field_type = rtcp_parser->Begin();
64 while (field_type != kRtcpNotValidCode) {
67 switch (field_type) {
122 field_type = rtcp_parser->FieldType();
214 RtcpFieldTypes field_type = rtcp_parser->Iterate();
215 while (field_type == kRtcpSdesChunkCode) {
217 field_type = rtcp_parser->Iterate();
280 RtcpFieldTypes field_type;
283 field_type = rtcp_parser->Iterate();
284 } while (field_type == kRtcpGenericRtpFeedbackNackItemCode);
289 RtcpFieldTypes field_type = rtcp_parser->Iterate();
290 while (field_type == kRtcpGenericRtpFeedbackNackItemCode) {
292 field_type = rtcp_parser->Iterate();
363 RtcpFieldTypes field_type;
365 field_type = rtcp_parser->Iterate();
366 } while (field_type == kRtcpPayloadSpecificRembCode ||
367 field_type == kRtcpPayloadSpecificRembItemCode ||
368 field_type == kRtcpPayloadSpecificCastCode ||
369 field_type == kRtcpPayloadSpecificCastNackItemCode);
413 RtcpFieldTypes field_type;
415 field_type = rtcp_parser->Iterate();
416 } while (field_type == kRtcpApplicationSpecificCastReceiverLogFrameCode ||
417 field_type == kRtcpApplicationSpecificCastReceiverLogEventCode);
421 RtcpFieldTypes field_type = rtcp_parser->Iterate();
422 while (field_type == kRtcpApplicationSpecificCastReceiverLogFrameCode) {
426 field_type = rtcp_parser->Iterate();
427 while (field_type == kRtcpApplicationSpecificCastReceiverLogEventCode) {
432 field_type = rtcp_parser->Iterate();
548 RtcpFieldTypes field_type = rtcp_parser->Iterate();
549 while (field_type == kRtcpPayloadSpecificFirItemCode) {
551 field_type = rtcp_parser->Iterate();