Home
last modified time | relevance | path

Searched refs:kH264SingleNalu (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/video_coding/codecs/h264/include/
Dh264_globals.h26 kH264SingleNalu, // This packet contains a single NAL unit. enumerator
/external/webrtc/modules/rtp_rtcp/source/
Dvideo_rtp_depacketizer_h264_unittest.cc75 EXPECT_EQ(h264.packetization_type, kH264SingleNalu); in TEST()
98 EXPECT_EQ(h264.packetization_type, kH264SingleNalu); in TEST()
422 EXPECT_EQ(h264.packetization_type, kH264SingleNalu); in TEST()
Dvideo_rtp_depacketizer_h264.cc102 h264_header.packetization_type = kH264SingleNalu; in ProcessStapAOrSingleNalu()
/external/webrtc/modules/video_coding/
Dh264_sps_pps_tracker_unittest.cc69 h264_header.packetization_type = kH264SingleNalu; in H264VideoHeader()
Dpacket_buffer_unittest.cc523 h264_header.packetization_type = kH264SingleNalu; in TEST_P()