Home
last modified time | relevance | path

Searched refs:calculate_pixel_bytes (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_memory.cpp276 return calculate_pixel_bytes(_image_desc.format); in get_pixel_bytes()
297 CLImage::calculate_pixel_bytes (const cl_image_format &fmt) in calculate_pixel_bytes() function in XCam::CLImage
589 cl_desc.image_row_pitch = calculate_pixel_bytes(desc.format) * desc.width; in init_image_2d()
Dcl_pyramid_blender.cpp355 uint32_t row_pitch = CLImage::calculate_pixel_bytes (cl_desc.format) * in bind_buf_to_layer0()
444 row_pitch = CLImage::calculate_pixel_bytes (cl_desc_set.format) * in build_cl_images()
457 row_pitch = CLImage::calculate_pixel_bytes (cl_desc_set.format) * in build_cl_images()
668 cl_desc.row_pitch = CLImage::calculate_pixel_bytes (cl_desc.format) * in init_seam_buffers()
704 cl_desc.row_pitch = CLImage::calculate_pixel_bytes (cl_desc.format) * in init_seam_buffers()
1200 …float out_width = CLImage::calculate_pixel_bytes (cl_desc_next_gauss.format) * cl_desc_next_gauss.… in prepare_arguments()
1285 …float out_reconstruct_width = CLImage::calculate_pixel_bytes (cl_desc_in_reconst.format) * cl_desc… in prepare_arguments()
Dcl_memory.h182 static uint32_t calculate_pixel_bytes (const cl_image_format &fmt);
Dcl_utils.cpp126 uint32_t row_pitch = CLImage::calculate_pixel_bytes (desc.format) * in convert_to_climage()