Searched refs:MPP_ALIGN_STRIDE_WITH_EIGHT (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_config.c | 23 #define MPP_ALIGN_STRIDE_WITH_EIGHT 8 macro 285 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT); in GetStrideByWidth() 295 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT); in GetStrideByWidth() 308 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT) * MPP_ALIGN_MULTIPLE_WITH_TWO; in GetStrideByWidth() 313 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT) * MPP_ALIGN_MULTIPLE_WITH_THREE; in GetStrideByWidth() 322 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT) * MPP_ALIGN_MULTIPLE_WITH_FOUR; in GetStrideByWidth()
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp_config.c | 23 #define MPP_ALIGN_STRIDE_WITH_EIGHT 8 macro 285 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT); in GetStrideByWidth() 295 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT); in GetStrideByWidth() 308 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT) * MPP_ALIGN_MULTIPLE_WITH_TWO; in GetStrideByWidth() 313 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT) * MPP_ALIGN_MULTIPLE_WITH_THREE; in GetStrideByWidth() 322 stride = MPP_ALIGN(width, MPP_ALIGN_STRIDE_WITH_EIGHT) * MPP_ALIGN_MULTIPLE_WITH_FOUR; in GetStrideByWidth()
|
Completed in 5 milliseconds