Home
last modified time | relevance | path

Searched defs:bytes_per_pixel (Results 1 – 25 of 39) sorted by relevance

12

/external/crosvm/gpu_display/src/
Dgpu_display_stub.rs22 bytes_per_pixel: u32, field
39 fn bytes_per_pixel(&self) -> usize { in bytes_per_pixel() method
55 let bytes_per_pixel = 4; in lazily_allocate_buffer() localVariable
Dgpu_display_x.rs220 fn bytes_per_pixel(&self) -> usize { in bytes_per_pixel() method
221 let bytes_per_pixel = unsafe { (*self.image).bits_per_pixel / 8 }; in bytes_per_pixel() localVariable
356 let bytes_per_pixel = framebuffer.bytes_per_pixel() as u32; in framebuffer() localVariable
/external/ImageMagick/coders/
Dsgi.c78 bytes_per_pixel; member
167 static MagickBooleanType SGIDecode(const size_t bytes_per_pixel, in SGIDecode()
285 bytes_per_pixel, in ReadSGIImage() local
Dsun.c579 bytes_per_pixel; in ReadSUNImage() local
899 bytes_per_pixel, in WriteSUNImage() local
Dxcf.c120 bytes_per_pixel; member
523 bytes_per_pixel, in load_tile_rle() local
Ddcm.c2705 bytes_per_pixel, member
Dpict.c415 bytes_per_pixel, in DecodeImage() local
Dviff.c239 bytes_per_pixel, in ReadVIFFImage() local
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.h38 unsigned bytes_per_pixel; member
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dformats.rs56 bytes_per_pixel: [u32; 3], field
228 let bytes_per_pixel = layout.bytes_per_pixel[plane]; in stride_from_layout() localVariable
/external/minigbm/
Damdgpu.c319 unsigned bytes_per_pixel = drv_stride_from_format(format, 1, 0); in is_modifier_scanout_capable() local
619 uint32_t bytes_per_pixel = drv_bytes_per_pixel_from_format(format, 0); in amdgpu_create_bo() local
Ddrv_helpers.c26 int bytes_per_pixel[DRV_MAX_PLANES]; member
/external/mesa3d/src/panfrost/lib/
Dpan_texture.c85 unsigned bytes_per_pixel) in panfrost_needs_explicit_stride()
386 unsigned bytes_per_pixel = util_format_get_blocksize(format); in panfrost_new_texture() local
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.cc123 int bytes_per_pixel = 1; in AVGetBuffer2() local
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c289 unsigned bytes_per_pixel = util_format_get_blocksize(pres->internal_format); in panfrost_setup_slices() local
796 int bytes_per_pixel = util_format_get_blocksize(rsrc->internal_format); in panfrost_ptr_map() local
/external/crosvm/rutabaga_gfx/src/
Drutabaga_2d.rs40 let bytes_per_pixel = 4u64; in transfer_2d() localVariable
/external/webp/imageio/
Dwicdec.c62 int bytes_per_pixel; member
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc168 const size_t bytes_per_pixel = in GetBufferAsignment() local
577 const size_t bytes_per_pixel = in AllocateBufferBasedTensors() local
/external/virglrenderer/src/
Dvrend_winsys_gbm.c50 int bytes_per_pixel[VIRGL_GBM_MAX_PLANES]; member
Dvrend_winsys_egl.c692 int bytes_per_pixel = virgl_gbm_get_plane_bytes_per_pixel(bo, plane); in virgl_egl_aux_plane_image_from_gbm_bo() local
/external/ImageMagick/MagickCore/
Dxwindow.c6112 bytes_per_pixel; in XMakeImageLSBFirst() local
6359 bytes_per_pixel; in XMakeImageLSBFirst() local
6731 bytes_per_pixel; in XMakeImageMSBFirst() local
6984 bytes_per_pixel; in XMakeImageMSBFirst() local
7395 bytes_per_pixel, in XMakeMagnifyImage() local
/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c755 uint32_t x, y, b, bytes_per_pixel, pixel_data_mask, idx; in test_gem_map_format() local
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc258 uint32_t bytes_per_pixel; in allocate() local
/external/igt-gpu-tools/tools/
Dskl_ddb_allocation.c117 uint8_t bytes_per_pixel; member
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc270 uint32_t bytes_per_pixel = drv_bytes_per_pixel_from_format(hnd->format, 0); in gralloc0_perform() local

12