Home
last modified time | relevance | path

Searched refs:kSps (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.cc26 kSps = 7, enumerator
94 if (nal_type == kSps) { in ParseSingleNalu()
102 case kSps: in ParseSingleNalu()
Drtp_format_h264_unittest.cc29 kSps = 7, enumerator
415 uint8_t packet[] = {kSps, 0x7A, 0x00, 0x1F, 0xBC, 0xD9, 0x40, 0x50, in TEST_F()
434 0, 0x02, kSps, 0xFF, in TEST_F()
446 EXPECT_EQ(kSps, payload.type.Video.codecHeader.H264.nalu_type); in TEST_F()
452 0, 24, kSps, 0x7A, 0x00, 0x1F, 0xBC, 0xD9, in TEST_F()