Searched refs:element_nbytes (Results 1 – 3 of 3) sorted by relevance
136 size_t element_nbytes; in read_image() local144 element_nbytes = channel_nbytes * get_format_channel_count( &image_format_desc ); in read_image()145 num_bytes = w * h * element_nbytes; in read_image()
419 size_t element_nbytes; in write_image() local430 element_nbytes = channel_nbytes * get_format_channel_count( &image_format_desc ); in write_image()431 num_bytes = w * h * element_nbytes; in write_image()
447 size_t element_nbytes; in copy_image_size() local454 element_nbytes = channel_nbytes * num_channels; in copy_image_size()455 num_bytes = w * h * element_nbytes; in copy_image_size()767 size_t element_nbytes; in test_copy_array_to_image() local774 element_nbytes = channel_nbytes * num_channels; in test_copy_array_to_image()775 num_bytes = w * h * element_nbytes; in test_copy_array_to_image()