HomeSort by relevance Sort by last modified time
    Searched refs:width_bytes (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
differ_block.cc 24 int width_bytes = kBlockSize * kBytesPerPixel; local
27 if (memcmp(image1, image2, width_bytes) != 0)
differ.cc 126 int width_bytes = width * bytes_per_pixel_; local
128 if (memcmp(prev_buffer, curr_buffer, width_bytes) != 0)
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.c 2689 const unsigned width_bytes = _mesa_format_row_stride(mt->format, map->w); local
    [all...]

Completed in 3870 milliseconds