Searched defs:alloc_slice (Results 1 – 2 of 2) sorted by relevance
481 pub fn alloc_slice<T>(&self, slice: &[T]) -> &mut [T] in alloc_slice() method653 pub fn alloc_slice<T: ::std::marker::Copy>(&self, value: &[T]) -> &mut [T] { in alloc_slice() method
78 static int alloc_slice(SwsSlice *s, enum AVPixelFormat fmt, int lumLines, int chrLines, int h_sub_s… in alloc_slice() function