Home
last modified time | relevance | path

Searched defs:Mp4parseIndice (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/mp4parse-rust/mp4parse_capi/src/
H A Dlib.rs121 pub struct Mp4parseIndice { struct
136 pub indices: *const Mp4parseIndice, argument
155 fn set_indices(&mut self, data: &[Mp4parseIndice]) { in set_indices()
245 fn sample_table_mut(&mut self) -> &mut HashMap<u32, Vec<Mp4parseIndice>> { in sample_table_mut()
856 fn create_sample_table(track: &Track, track_offset_time: i64) -> Option<Vec<Mp4parseIndice>> { in create_sample_table()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mp4parse_capi-0.11.2/src/
H A Dlib.rs139 pub struct Mp4parseIndice { struct
154 pub indices: *const Mp4parseIndice, argument
173 fn set_indices(&mut self, data: &[Mp4parseIndice]) { in set_indices()
314 fn sample_table_mut(&mut self) -> &mut HashMap<u32, Vec<Mp4parseIndice>> { in sample_table_mut()
1051 fn create_sample_table(track: &Track, track_offset_time: i64) -> Option<Vec<Mp4parseIndice>> { in create_sample_table()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mp4parse_capi/src/
H A Dlib.rs159 pub struct Mp4parseIndice { struct
161 pub start_offset: u64,
189 pub indices: *const Mp4parseIndice, argument
208 fn set_indices(&mut self, data: &[Mp4parseIndice]) { in set_indices()
1309 fn create_sample_table(track: &Track, track_offset_time: i64) -> Option<TryVec<Mp4parseIndice>> { in create_sample_table()
/dports/graphics/libopenraw/libopenraw-0.3.0/lib/mp4/mp4parse_capi/src/
H A Dlib.rs160 pub struct Mp4parseIndice { struct
162 pub start_offset: u64,
190 pub indices: *const Mp4parseIndice, argument
209 fn set_indices(&mut self, data: &[Mp4parseIndice]) { in set_indices()
1396 fn create_sample_table(track: &Track, track_offset_time: i64) -> Option<TryVec<Mp4parseIndice>> { in create_sample_table()
/dports/lang/spidermonkey60/firefox-60.9.0/media/mp4parse-rust/
H A Dmp4parse.h61 } Mp4parseIndice; typedef