Home
last modified time | relevance | path

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

/xiu/library/container/flv/src/
H A Ddefine.rs139 pub fn u8_2_avc_level(profile: u8) -> AvcLevel { in u8_2_avc_level() function
/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs60 video_info.level = define::u8_2_avc_level(codec_info.level); in notify_video_codec_info()