Searched refs:size_bse (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/media/platform/qcom/iris/ |
| H A D | iris_vpu_buffer.c | 86 u32 size_bse, size_vpp, size; in hfi_buffer_non_comv_h264d() local 88 size_bse = size_h264d_bse_cmd_buf(frame_height); in hfi_buffer_non_comv_h264d() 90 size = ALIGN(size_bse, DMA_ALIGNMENT) + in hfi_buffer_non_comv_h264d()
|
| /linux-6.15/drivers/media/platform/qcom/venus/ |
| H A D | hfi_plat_bufs_v6.c | 518 u32 size_bse, size_vpp, size; in hfi_iris2_h264d_non_comv_size() local 520 size_bse = size_h264d_bse_cmd_buf(height); in hfi_iris2_h264d_non_comv_size() 523 ALIGN(size_bse, HFI_DMA_ALIGNMENT) + in hfi_iris2_h264d_non_comv_size() 591 u32 size_bse, size_vpp, size; in hfi_iris2_h265d_non_comv_size() local 593 size_bse = size_h265d_bse_cmd_buf(width, height); in hfi_iris2_h265d_non_comv_size() 596 ALIGN(size_bse, HFI_DMA_ALIGNMENT) + in hfi_iris2_h265d_non_comv_size()
|