Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c414 int x_bytes, width_bytes; in swrast_put_image2() local
457 int x_bytes, width_bytes; in swrast_get_image() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_capturer_differ_wrapper.cc37 const int width_bytes = width * DesktopFrame::kBytesPerPixel; in PartialBlockDifference() local
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A 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
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Dlib.rs188 let width_bytes = width.checked_mul(self.bytes_per_pixel)?; in sub_region() localVariable