Home
last modified time | relevance | path

Searched refs:binbuffer1_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c337 u32 binbuffer1_size, binbufer2_size; in vpxd_scratch_size() local
339 binbuffer1_size = max_t(u32, size_yuv, in vpxd_scratch_size()
341 binbuffer1_size *= VPX_DECODER_FRAME_CONCURENCY_LVL * in vpxd_scratch_size()
349 size = ALIGN(binbuffer1_size + binbufer2_size, in vpxd_scratch_size()