Home
last modified time | relevance | path

Searched refs:buffer_width (Results 1 – 12 of 12) sorted by relevance

/external/libjpeg-turbo/
Dwrtarga.c41 JDIMENSION buffer_width; /* width of one row */ member
110 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
125 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
149 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
220 dest->buffer_width = cinfo->output_width * cinfo->output_components; in calc_buffer_dimensions_tga()
248 (size_t)(dest->buffer_width * sizeof(char))); in jinit_write_targa()
252 ((j_common_ptr)cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION)1); in jinit_write_targa()
Dwrppm.c74 size_t buffer_width; /* width of I/O buffer */ member
95 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
124 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_rgb()
178 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_cmyk()
208 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
227 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
298 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * sizeof(char)); in calc_buffer_dimensions_ppm()
325 ((j_common_ptr)cinfo, JPOOL_IMAGE, dest->buffer_width);
Drdppm.c66 size_t buffer_width; /* width of I/O buffer */ member
314 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
342 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_rgb_row()
373 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_cmyk_row()
410 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_row()
441 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_cmyk_row()
475 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row()
492 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row()
524 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row()
699 source->buffer_width = (size_t)w * 3 *
[all …]
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.h42 unsigned buffer_width; member
79 unsigned buffer_width, unsigned buffer_height,
Dvl_idct.h42 unsigned buffer_width; member
93 unsigned buffer_width, unsigned buffer_height,
Dvl_mc.c123 (float)VL_MACROBLOCK_WIDTH / r->buffer_width, in create_ref_vert_shader()
142 0.5f / r->buffer_width, in create_ref_vert_shader()
238 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size, in create_ycbcr_vert_shader()
483 unsigned buffer_width, unsigned buffer_height, in vl_mc_init() argument
495 renderer->buffer_width = buffer_width; in vl_mc_init()
626 renderer->buffer_width / VL_MACROBLOCK_WIDTH * in vl_mc_render_ref()
Dvl_idct.c175 (float)VL_BLOCK_WIDTH / idct->buffer_width, in create_mismatch_vert_shader()
182 … calc_addr(shader, o_addr, ureg_src(t_tex), ureg_src(t_tex), false, false, idct->buffer_width / 4); in create_mismatch_vert_shader()
298 (float)VL_BLOCK_WIDTH / idct->buffer_width, in create_stage1_vert_shader()
309 …calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width /… in create_stage1_vert_shader()
415 (float)VL_BLOCK_WIDTH / idct->buffer_width, in vl_idct_stage2_vert_shader()
746 unsigned buffer_width, unsigned buffer_height, in vl_idct_init() argument
755 idct->buffer_width = buffer_width; in vl_idct_init()
Dvl_mc.h46 unsigned buffer_width; member
Dvl_zscan.c137 (float)VL_BLOCK_WIDTH / zscan->buffer_width, in create_vert_shader()
451 unsigned buffer_width, unsigned buffer_height, in vl_zscan_init() argument
458 zscan->buffer_width = buffer_width; in vl_zscan_init()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c2820 uint32_t buffer_width, buffer_height; in copy_buffer_to_image_cpu() local
2822 buffer_width = region->imageExtent.width; in copy_buffer_to_image_cpu()
2824 buffer_width = region->bufferRowLength; in copy_buffer_to_image_cpu()
2831 uint32_t buffer_stride = buffer_width * image->cpp; in copy_buffer_to_image_cpu()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4927 …VkDeviceSize buffer_width = (0 == pRegions[i].bufferRowLength ? copy_extent.width : pRegions[i].bu… in ValidateBufferBounds() local
4935 buffer_width = (buffer_width + block_dim.width - 1) / block_dim.width; in ValidateBufferBounds()
4949 …VkDeviceSize max_buffer_offset = (z_copies - 1) * buffer_height * buffer_width; // offset to … in ValidateBufferBounds()
4950 …max_buffer_offset += ((copy_extent.height - 1) * buffer_width) + copy_extent.width; // add row,col in ValidateBufferBounds()
/external/rust/crates/libc/src/
Dpsp.rs2732 buffer_width: usize, in sceDisplaySetFrameBuf()
2738 buffer_width: *mut usize, in sceDisplayGetFrameBuf()