/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | gpu_display_stub.rs | 23 bytes_per_pixel: u32, field 40 fn bytes_per_pixel(&self) -> usize { in bytes_per_pixel() method 56 let bytes_per_pixel = 4; in lazily_allocate_buffer() localVariable
|
H A D | gpu_display_x.rs | 291 fn bytes_per_pixel(&self) -> usize { in bytes_per_pixel() method 294 let bytes_per_pixel = unsafe { (*self.image).bits_per_pixel / 8 }; in bytes_per_pixel() localVariable 436 let bytes_per_pixel = framebuffer.bytes_per_pixel() as u32; in framebuffer() localVariable
|
/aosp_15_r20/device/google/cuttlefish/guest/commands/v4l2_streamer/ |
D | v4l2_helpers.cpp | 37 size_t bytes_per_pixel = in V4l2GetFrameSize() local 44 size_t bytes_per_pixel = in V4l2GetLineWidth() local
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
H A D | formats.rs | 56 bytes_per_pixel: [u32; 3], field 228 let bytes_per_pixel = layout.bytes_per_pixel[plane]; in stride_from_layout() localVariable
|
/aosp_15_r20/external/mesa3d/src/panfrost/lib/ |
H A D | pan_desc.c | 361 pan_select_max_tile_size(unsigned tile_buffer_bytes, unsigned bytes_per_pixel) in pan_select_max_tile_size() 727 unsigned bytes_per_pixel = pan_cbuf_bytes_per_pixel(fb); in GENX() local
|
/aosp_15_r20/external/minigbm/ |
H A D | amdgpu.c | 320 unsigned bytes_per_pixel = drv_stride_from_format(format, 1, 0); in is_modifier_scanout_capable() local 638 uint32_t bytes_per_pixel = drv_bytes_per_pixel_from_format(format, 0); in amdgpu_create_bo() local
|
H A D | drv_helpers.c | 30 int bytes_per_pixel[DRV_MAX_PLANES]; member
|
/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
H A D | SDL_test_images.h | 53 unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */ member
|
/aosp_15_r20/frameworks/native/libs/nativewindow/rust/src/ |
H A D | lib.rs | 391 let mut bytes_per_pixel = 0; in lock_and_get_info() localVariable 559 pub bytes_per_pixel: u32, field
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_tilebuffer.c | 28 agx_select_tile_size(unsigned bytes_per_pixel) in agx_select_tile_size()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.h | 38 unsigned bytes_per_pixel; member
|
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/ |
D | display_agent.h | 57 int bytes_per_pixel; /* bytes per pixel */ member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | inference_context.cc | 168 const size_t bytes_per_pixel = in GetBufferAsignment() local 577 const size_t bytes_per_pixel = in AllocateBufferBasedTensors() local
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/ |
H A D | dsi.c | 178 u32 bytes_per_pixel; in mtk_dsi_config_vdo_timing() local
|
/aosp_15_r20/system/extras/tests/framebuffer/ |
H A D | fb_test.c | 56 int bytes_per_pixel; in get_framebuffer() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/ |
H A D | h264_decoder_impl.cc | 123 int bytes_per_pixel = 1; in AVGetBuffer2() local
|
/aosp_15_r20/external/webp/imageio/ |
H A D | wicdec.c | 62 int bytes_per_pixel; member
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/ |
H A D | rutabaga_2d.rs | 39 let bytes_per_pixel = 4u64; in transfer_2d() localVariable
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 42 uint32_t bytes_per_pixel(VkFormat format) { in bytes_per_pixel() function
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_winsys_gbm.c | 50 int bytes_per_pixel[VIRGL_GBM_MAX_PLANES]; member
|
/aosp_15_r20/external/minigbm/cros_gralloc/ |
H A D | cros_gralloc_driver.cc | 265 uint32_t bytes_per_pixel; in allocate() local
|
/aosp_15_r20/external/autotest/client/site_tests/graphics_Gbm/src/ |
H A D | gbmtest.c | 755 uint32_t x, y, b, bytes_per_pixel, pixel_data_mask, idx; in test_gem_map_format() local
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | skl_ddb_allocation.c | 117 uint8_t bytes_per_pixel; member
|
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc0/ |
H A D | gralloc0.cc | 300 uint32_t bytes_per_pixel = drv_bytes_per_pixel_from_format(hnd->format, 0); in gralloc0_perform() local
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_view_embeddertest.cpp | 202 int bytes_per_pixel = BytesPerPixelForFormat(format); in TestRenderPageBitmapWithInternalMemoryAndStride() local 214 int bytes_per_pixel = BytesPerPixelForFormat(format); in TestRenderPageBitmapWithExternalMemory() local
|