Searched refs:dst_sz (Results 1 – 3 of 3) sorted by relevance
524 struct drm_exynos_sz *dst_sz = &dst_config->sz; in rotator_ippdrv_check_property() local575 if ((dst_pos->x + dst_pos->h > dst_sz->vsize) || in rotator_ippdrv_check_property()576 (dst_pos->y + dst_pos->w > dst_sz->hsize)) { in rotator_ippdrv_check_property()586 if ((dst_pos->x + dst_pos->w > dst_sz->hsize) || in rotator_ippdrv_check_property()587 (dst_pos->y + dst_pos->h > dst_sz->vsize)) { in rotator_ippdrv_check_property()
591 extern int zlib_inflate_blob(void *dst, unsigned dst_sz, const void *src, unsigned src_sz);
378 static void dump_buff_as_hex(char *dst, size_t dst_sz, const u8 *data, in dump_buff_as_hex() argument382 for (i = j = 0; i < data_len && j + 4 < dst_sz; i++) { in dump_buff_as_hex()