Home
last modified time | relevance | path

Searched refs:H265 (Results 1 – 6 of 6) sorted by relevance

/xiu/protocol/rtsp/src/
H A Drtsp_codec.rs8 H265, enumerator
17 m.insert(RtspCodecId::H265, "h265");
25 m.insert("h265", RtspCodecId::H265);
H A Drtsp_channel.rs120 RtspCodecId::H265 => { in create_unpacker()
140 RtspCodecId::H265 => { in create_packer()
/xiu/protocol/rtsp/src/sdp/
H A Dfmtp.rs35 H265(H265Fmtp), enumerator
49 return Some(Fmtp::H265(h265_fmtp)); in new()
65 Fmtp::H265(h265fmtp) => h265fmtp.marshal(), in marshal()
/xiu/library/streamhub/src/
H A Ddefine.rs110 H265, enumerator
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs199 if media_info.vcodec == VideoCodecType::H265 { in receive_rtsp_data()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs763 Fmtp::H265(data) => { in send_prior_data()
779 vcodec = VideoCodecType::H265; in send_prior_data()