HomeSort by relevance Sort by last modified time
    Searched refs:MapTo32bitsFrameId (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/cast/net/
frame_id_wrap_helper_test.cc 27 frame_id_wrap_helper_.MapTo32bitsFrameId(frame_id & 0xff);
42 EXPECT_EQ(kStartFrameId, frame_id_wrap_helper_.MapTo32bitsFrameId(255u));
49 frame_id_wrap_helper_.MapTo32bitsFrameId(static_cast<uint8>(i));
58 frame_id_wrap_helper_.MapTo32bitsFrameId(static_cast<uint8>(i));
61 new_frame_id = frame_id_wrap_helper_.MapTo32bitsFrameId(0u);
63 new_frame_id = frame_id_wrap_helper_.MapTo32bitsFrameId(255u);
65 new_frame_id = frame_id_wrap_helper_.MapTo32bitsFrameId(1u);
cast_transport_defines.h 64 uint32 MapTo32bitsFrameId(const uint8 over_the_wire_frame_id) {
  /external/chromium_org/media/cast/net/rtp/
rtp_header_parser.cc 88 parsed_packet->frame_id = frame_id_wrap_helper_.MapTo32bitsFrameId(data[1]);
97 reference_frame_id_wrap_helper_.MapTo32bitsFrameId(data[6]);
rtp_parser.cc 111 frame_id_wrap_helper_.MapTo32bitsFrameId(truncated_frame_id);
  /external/chromium_org/media/cast/net/rtcp/
rtcp.cc 155 ack_frame_id_wrap_helper_.MapTo32bitsFrameId(

Completed in 219 milliseconds