HomeSort by relevance Sort by last modified time
    Searched refs:max_packet_id (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/media/cast/rtp_receiver/
rtp_receiver_defines.h 23 max_packet_id = 0;
31 uint16 max_packet_id; member in struct:media::cast::RtpCastHeader
  /external/chromium_org/media/cast/logging/
logging_internal.cc 49 uint32 frame_id, uint16 packet_id, uint16 max_packet_id, int size) {
52 info.max_packet_id = max_packet_id;
logging_internal.h 29 int max_packet_id; member in struct:media::cast::PacketEvent
66 uint16 max_packet_id, int size);
logging_impl.cc 86 uint16 packet_id, max_packet_id; local
92 cast_big_endian_reader.ReadU16(&max_packet_id);
95 max_packet_id, packet.size());
103 uint16 max_packet_id,
108 max_packet_id, size);
110 max_packet_id, size);
logging_raw.cc 78 uint16 max_packet_id,
86 info.max_packet_id = max_packet_id;
logging_impl.h 51 uint16 max_packet_id,
logging_raw.h 53 uint16 max_packet_id,
logging_stats.h 42 uint16 max_packet_id,
logging_defines.h 96 int max_packet_id; member in struct:media::cast::PacketEvent
logging_stats.cc 85 uint16 max_packet_id,
  /external/chromium_org/media/cast/framer/
frame_buffer_unittest.cc 24 rtp_header_.max_packet_id = 0;
54 rtp_header_.max_packet_id = 2;
70 rtp_header_.max_packet_id = 4;
frame_id_map.cc 15 uint16 max_packet_id,
21 if (max_packet_id > 0) {
23 for (uint16 i = 0; i <= max_packet_id; i++) {
81 << " max packet:" << static_cast<int>(rtp_header.max_packet_id);
98 rtp_header.max_packet_id,
frame_id_map.h 24 uint16 max_packet_id,
framer_unittest.cc 27 rtp_header_.max_packet_id = 0;
90 rtp_header_.max_packet_id = 2;
97 rtp_header_.max_packet_id = 0;
224 rtp_header_.max_packet_id = 1;
227 rtp_header_.max_packet_id = 0;
254 rtp_header_.max_packet_id = 0;
frame_buffer.cc 29 max_packet_id_ = rtp_header.max_packet_id;
cast_message_builder_unittest.cc 105 void SetMaxPacketId(uint16 max_packet_id) {
106 rtp_header_.max_packet_id = max_packet_id;
  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/test/
rtp_header_parser.h 22 uint16 max_packet_id; member in struct:media::cast::RtpCastTestHeader
rtp_header_parser.cc 23 max_packet_id(0),
93 big_endian_reader.ReadU16(&parsed_packet->max_packet_id);
  /external/chromium_org/media/cast/rtp_receiver/rtp_parser/test/
rtp_packet_builder.h 22 void SetMaxPacketId(uint16 max_packet_id);
rtp_packet_builder.cc 41 void RtpPacketBuilder::SetMaxPacketId(uint16 max_packet_id) {
42 max_packet_id_ = max_packet_id;
  /external/chromium_org/media/cast/rtp_receiver/rtp_parser/
rtp_parser_unittest.cc 43 EXPECT_EQ(expected_header_->packet_id == expected_header_->max_packet_id,
54 EXPECT_EQ(expected_header_->max_packet_id, parsed_header.max_packet_id);
117 cast_header_.max_packet_id = 15;
148 cast_header_.max_packet_id = 65535;
rtp_parser.cc 90 big_endian_reader.ReadU16(&rtp_header->max_packet_id);
102 if (rtp_header->max_packet_id < rtp_header->packet_id) return false;
  /external/chromium_org/media/cast/video_receiver/
video_receiver_unittest.cc 94 rtp_header_.max_packet_id = 0;
129 rtp_header_.max_packet_id = 2;
  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer_unittest.cc 55 EXPECT_EQ(expected_number_of_packets_ - 1, rtp_header.max_packet_id);
  /external/chromium_org/media/cast/audio_receiver/
audio_receiver_unittest.cc 101 rtp_header_.max_packet_id = 0;

Completed in 70 milliseconds

1 2