Home
last modified time | relevance | path

Searched refs:H264_NAL_PPS (Results 1 – 3 of 3) sorted by relevance

/xiu/library/container/flv/src/
H A Ddefine.rs58 pub const H264_NAL_PPS: u8 = 8; constant
H A Dmpeg4_avc.rs240 h264_nal_type::H264_NAL_PPS | h264_nal_type::H264_NAL_SPS => { in h264_mp4toannexb()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs8 define::h264_nal_type::{H264_NAL_IDR, H264_NAL_PPS, H264_NAL_SPS},
314 H264_NAL_PPS => pps = Some(nalu.clone()), in on_rtsp_video()