Searched refs:rtp_video_header (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender_unittest.cc | 95 const RTPVideoHeader* rtp_video_header) override { in SendData() argument 96 assert(rtp_video_header); in SendData() 97 frame_data_.push_back(FrameData(encoded_image._length, *rtp_video_header)); in SendData() 129 FrameData(size_t payload_size, const RTPVideoHeader& rtp_video_header) in FrameData() 130 : payload_size(payload_size), rtp_video_header(rtp_video_header) {} in FrameData() 133 RTPVideoHeader rtp_video_header; member 145 EXPECT_EQ(kRtpVideoVp8, frame_data_[i].rtp_video_header.codec); in CountFramesWithinTemporalLayer() 147 frame_data_[i].rtp_video_header.codecHeader.VP8.temporalIdx; in CountFramesWithinTemporalLayer() 157 EXPECT_EQ(kRtpVideoVp8, frame_data_[i].rtp_video_header.codec); in SumPayloadBytesWithinTemporalLayer() 159 frame_data_[i].rtp_video_header.codecHeader.VP8.temporalIdx; in SumPayloadBytesWithinTemporalLayer()
|
/external/webrtc/webrtc/video/ |
D | send_statistics_proxy_unittest.cc | 354 RTPVideoHeader rtp_video_header; in TEST_F() local 356 rtp_video_header.simulcastIdx = 0; in TEST_F() 357 statistics_proxy_->OnSendEncodedImage(encoded_image, &rtp_video_header); in TEST_F() 358 rtp_video_header.simulcastIdx = 1; in TEST_F() 359 statistics_proxy_->OnSendEncodedImage(encoded_image, &rtp_video_header); in TEST_F() 381 rtp_video_header.simulcastIdx = 1; in TEST_F() 382 statistics_proxy_->OnSendEncodedImage(encoded_image, &rtp_video_header); in TEST_F() 401 RTPVideoHeader rtp_video_header; in TEST_F() local 403 rtp_video_header.simulcastIdx = 0; in TEST_F() 404 statistics_proxy_->OnSendEncodedImage(encoded_image, &rtp_video_header); in TEST_F() [all …]
|
D | send_statistics_proxy.cc | 251 const RTPVideoHeader* rtp_video_header) { in OnSendEncodedImage() argument 253 rtp_video_header != nullptr ? rtp_video_header->simulcastIdx : 0; in OnSendEncodedImage()
|
D | send_statistics_proxy.h | 51 const RTPVideoHeader* rtp_video_header);
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl_unittest.cc | 198 RTPVideoHeader rtp_video_header = {codec_.width, in SendFrame() local 214 &rtp_video_header)); in SendFrame()
|