Searched refs:width_bytes (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/desktop_capture/ |
D | differ_block.cc | 24 int width_bytes = kBlockSize * kBytesPerPixel; in BlockDifference_C() local 27 if (memcmp(image1, image2, width_bytes) != 0) in BlockDifference_C()
|
D | differ.cc | 126 int width_bytes = width * bytes_per_pixel_; in PartialBlocksEqual() local 128 if (memcmp(prev_buffer, curr_buffer, width_bytes) != 0) in PartialBlocksEqual()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 489 int x_bytes, width_bytes; in swrast_put_image2() local 506 width_bytes = width * (bpp >> 3); in swrast_put_image2() 517 memcpy(dst, src, width_bytes); in swrast_put_image2() 538 int x_bytes, width_bytes; in swrast_get_image() local 551 width_bytes = width * (bpp >> 3); in swrast_get_image() 554 stride = width_bytes; in swrast_get_image() 563 memcpy(dst, src, width_bytes); in swrast_get_image()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 3198 const unsigned width_bytes = _mesa_format_row_stride(mt->format, map->w); in intel_miptree_map_movntdqa() local 3200 map->stride = ALIGN(misalignment + width_bytes, 16); in intel_miptree_map_movntdqa() 3212 _mesa_streaming_load_memcpy(dst_ptr, src_ptr, width_bytes); in intel_miptree_map_movntdqa()
|