Searched defs:hevc_whole_nal_units (Results 1 – 1 of 1) sorted by relevance
559 let hevc_whole_nal_units = self.hevc_whole_nal_units(payload)?; in enqueue_payload() localVariable839 fn hevc_whole_nal_units(&self, payload: &[u8]) -> AvifResult<Option<Vec<u8>>> { in hevc_whole_nal_units() method