Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper.cc37 const int width_bytes = width * DesktopFrame::kBytesPerPixel; in PartialBlockDifference() local
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c526 int x_bytes, width_bytes; in swrast_put_image2() local
575 int x_bytes, width_bytes; in swrast_get_image() local
/external/crosvm/gpu_display/src/
Dlib.rs154 let width_bytes = width.checked_mul(self.bytes_per_pixel)?; in sub_region() localVariable
/external/libgav1/src/dsp/arm/
Dintrapred_directional_neon.cc1180 const int width_bytes = width * sizeof(top[0]); in DirectionalIntraPredictorZone1_NEON() local
1594 const int width_bytes = width * sizeof(left[0]); in DirectionalIntraPredictorZone3_NEON() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2778 const unsigned width_bytes = _mesa_format_row_stride(mt->format, map->w); in intel_miptree_map_movntdqa() local