Searched refs:plane_align (Results 1 – 8 of 8) sorted by relevance
/external/libgav1/src/ |
D | yuv_buffer.cc | 59 const int plane_align = kFrameBufferRowAlignment; in Realloc() local 112 (plane_align - 1); in Realloc() 126 (plane_align - 1); in Realloc() 166 y_buffer + (top_border * y_stride) + left_border_bytes, plane_align); in Realloc() 169 plane_align); in Realloc() 172 plane_align); in Realloc()
|
/external/crosvm/devices/src/virtio/video/ |
D | format.rs | 253 pub plane_align: u32, field 264 plane_align: Le32::from(self.plane_align), in write()
|
D | protocol.rs | 181 pub plane_align: Le32, field
|
/external/crosvm/devices/src/virtio/video/encoder/backend/ |
D | vda.rs | 102 plane_align: 1, in new() 189 plane_align: 1, in new()
|
D | ffmpeg.rs | 406 plane_align: max_buffer_alignment() as u32, in query_capabilities() 433 plane_align: max_buffer_alignment() as u32, in query_capabilities()
|
/external/crosvm/devices/src/virtio/video/decoder/backend/ |
D | vda.rs | 158 plane_align: 1, in from_pixel_format() 341 plane_align: 1, in get_capabilities()
|
D | ffmpeg.rs | 731 plane_align: max_buffer_alignment() as u32, in get_capabilities() 757 plane_align: max_buffer_alignment() as u32, in get_capabilities()
|
D | vaapi.rs | 366 plane_align: 1, in new() 379 plane_align: 1, in new()
|