Home
last modified time | relevance | path

Searched defs:plane_stride (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c261 int plane_stride; in yv12_extend_frame_top_c() local
308 int plane_stride; in yv12_extend_frame_bottom_c() local
366 int plane_stride; in yv12_extend_frame_left_right_c() local
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d.h62 int plane_stride; member
Dpooling_ops_3d.cc584 const int32 plane_stride = params.plane_stride; in launch() local
/external/minigbm/
Dmediatek.c129 uint32_t plane_stride = drv_stride_from_format(format, stride, plane); in mediatek_bo_create_with_modifiers() local
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dminigbm.rs217 pub fn plane_stride(&self, plane: usize) -> u32 { in plane_stride() method
Dformats.rs260 let plane_stride = stride_from_layout(&layout, info.width, plane)?; in canonical_image_requirements() localVariable