Home
last modified time | relevance | path

Searched refs:MPP_ALIGN_STRIDE_WITH_SIXTEEN (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/rk3568/hardware/codec/src/
H A Dhdi_mpp_config.c24 #define MPP_ALIGN_STRIDE_WITH_SIXTEEN 16 macro
289 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_SIXTEEN); in GetStrideByWidth()
378 headerSize = MPP_ALIGN(MPP_ALIGN(pBaseComponent->setup.width, MPP_ALIGN_STRIDE_WITH_SIXTEEN) in GetMppFrameHeaderSize()
379 * MPP_ALIGN(pBaseComponent->setup.height, MPP_ALIGN_STRIDE_WITH_SIXTEEN) in GetMppFrameHeaderSize()
776 pBaseComponent->setup.stride.horStride = MPP_ALIGN(pBaseComponent->setup.width, MPP_ALIGN_STRIDE_WITH_SIXTEEN); in CheckSetupStride()
/device/soc/rockchip/rk3588/hardware/codec/src/
H A Dhdi_mpp_config.c24 #define MPP_ALIGN_STRIDE_WITH_SIXTEEN 16 macro
289 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_SIXTEEN); in GetStrideByWidth()
378 headerSize = MPP_ALIGN(MPP_ALIGN(pBaseComponent->setup.width, MPP_ALIGN_STRIDE_WITH_SIXTEEN) in GetMppFrameHeaderSize()
379 * MPP_ALIGN(pBaseComponent->setup.height, MPP_ALIGN_STRIDE_WITH_SIXTEEN) in GetMppFrameHeaderSize()
776 pBaseComponent->setup.stride.horStride = MPP_ALIGN(pBaseComponent->setup.width, MPP_ALIGN_STRIDE_WITH_SIXTEEN); in CheckSetupStride()

Completed in 4 milliseconds