OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdr_info_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.h
61
const RTPVideoHeaderVP8*
hdr_info_
;
member in class:webrtc::test::RtpFormatVp8TestHelper
rtp_format_vp8_unittest.cc
91
hdr_info_
.pictureId = kNoPictureId;
92
hdr_info_
.nonReference = false;
93
hdr_info_
.temporalIdx = kNoTemporalIdx;
94
hdr_info_
.layerSync = false;
95
hdr_info_
.tl0PicIdx = kNoTl0PicIdx;
96
hdr_info_
.keyIdx = kNoKeyIdx;
99
helper_ = new test::RtpFormatVp8TestHelper(&
hdr_info_
);
103
RTPVideoHeaderVP8
hdr_info_
;
member in class:webrtc::RtpPacketizerVp8Test
112
hdr_info_
.pictureId = 200; // > 0x7F should produce 2-byte PictureID.
114
RtpPacketizerVp8 packetizer(
hdr_info_
, kMaxSize, kStrict)
[
all
...]
rtp_format_vp8.h
209
const RTPVideoHeaderVP8
hdr_info_
;
member in class:webrtc::RtpPacketizerVp8
Completed in 462 milliseconds