Searched refs:calculate_pixel_bytes (Results 1 – 4 of 4) sorted by relevance
276 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::CLImage589 cl_desc.image_row_pitch = calculate_pixel_bytes(desc.format) * desc.width; in init_image_2d()
355 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()
182 static uint32_t calculate_pixel_bytes (const cl_image_format &fmt);
126 uint32_t row_pitch = CLImage::calculate_pixel_bytes (desc.format) * in convert_to_climage()