Home
last modified time | relevance | path

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

/xiu/library/container/flv/src/
H A Ddefine.rs16 pub const AVC_SEQHDR: u8 = 0; constant
H A Ddemuxer.rs135 avc_packet_type::AVC_SEQHDR => { in demux()
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs153 if is_key_frame && tag_header.avc_packet_type == define::avc_packet_type::AVC_SEQHDR { in save_video_data()