Searched defs:kExpectedPart (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp8_unittest.cc | 113 const int kExpectedPart[] = {0, 0, 1, 2, 2, 2, 2}; in TEST_F() local 143 const int kExpectedPart[] = {0, 1, 2}; in TEST_F() local 167 const int kExpectedPart[] = {0, 0, 0, 1}; in TEST_F() local 194 const int kExpectedPart[] = {0, 0, 1, 5}; in TEST_F() local 221 const int kExpectedPart[] = {0, 0, 1, 4, 4, 5}; in TEST_F() local 248 const int kExpectedPart[] = {0, 0, 1, 1}; in TEST_F() local 275 const int kExpectedPart[] = {0, 0, 0, 0}; // Always 0 for equal size mode. in TEST_F() local 304 const int kExpectedPart[] = {0, 0}; // Always 0 for equal size mode. in TEST_F() local 337 const int kExpectedPart[1] = {0}; // Packet starts with partition 0. in TEST_F() local 366 const int kExpectedPart[1] = {0}; // Packet starts with partition 0. in TEST_F() local [all …]
|