Lines Matching refs:dst_pixfmt_bytes_per_pixel
5121 uint32_t dst_pixfmt_bytes_per_pixel);
5129 uint32_t dst_pixfmt_bytes_per_pixel;
20316 uint32_t dst_pixfmt_bytes_per_pixel) {
20317 uint64_t n = ((uint64_t)dst_len) / dst_pixfmt_bytes_per_pixel;
20321 memset(dst_ptr, 0, ((size_t)(n * dst_pixfmt_bytes_per_pixel)));
20332 uint32_t dst_pixfmt_bytes_per_pixel) {
20333 uint64_t n = ((uint64_t)dst_len) / dst_pixfmt_bytes_per_pixel;
21282 p->private_impl.dst_pixfmt_bytes_per_pixel = 0;
21388 p->private_impl.dst_pixfmt_bytes_per_pixel = dst_pixfmt_bits_per_pixel / 8;
21458 p->private_impl.dst_pixfmt_bytes_per_pixel);