Home
last modified time | relevance | path

Searched refs:ver_stride (Results 1 - 22 of 22) sorted by relevance

/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c43 p->ver_stride = (cmd->ver_stride) ? (cmd->ver_stride) : in test_ctx_init()
68 (MPP_ALIGN(p->ver_stride, 64) >> 6) * 32 : in test_ctx_init()
70 (MPP_ALIGN(p->ver_stride, 16) >> 4) * 8; in test_ctx_init()
108 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 3 / 2; in test_ctx_init()
117 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 2; in test_ctx_init()
133 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64); in test_ctx_init()
137 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 4; in test_ctx_init()
202 mpp_enc_cfg_set_s32(cfg, "prep:ver_stride", in test_mpp_enc_cfg_setup()
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dutils_mpp.h69 RK_U32 hor_stride, RK_U32 ver_stride,
72 RK_U32 hor_stride, RK_U32 ver_stride, MppFrameFormat fmt,
H A Dmpi_enc_utils.h44 RK_S32 ver_stride; member
161 RK_U32 ver_stride; member
H A Dmpp_frame.h297 * | | valid data area | height | ver_stride
315 void mpp_frame_set_ver_stride(MppFrame frame, RK_U32 ver_stride);
H A Drk_venc_cmd.h534 * width / height / hor_stride / ver_stride / format
542 RK_S32 ver_stride; member
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpi_enc_utils.h53 unsigned int ver_stride; member
H A Dmpp_frame.h299 * | | valid data area | height | ver_stride
317 void mpp_frame_set_ver_stride(MppFrame frame, unsigned int ver_stride);
H A Drk_venc_cmd.h454 * width / height / hor_stride / ver_stride / format
462 signed int ver_stride; member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp145 (*(mRKMppApi.HdiMppEncCfgSetS32))(enc_cfg, "prep:ver_stride", MPP_ALIGN(height, 8)); // height 8 bit in vpu_api_set_enc_cfg()
222 RK_U32 ver_stride = MPP_ALIGN(height, 8); // height 8 in copy_align_raw_buffer_to_dest() local
223 RK_U8 *dst_u = dst_buf + hor_stride * ver_stride; in copy_align_raw_buffer_to_dest()
224 RK_U8 *dst_v = dst_u + hor_stride * ver_stride / 4; in copy_align_raw_buffer_to_dest()
662 RK_U32 ver_stride = MPP_ALIGN(height, 16); // (height, 16) in decode() local
731 (memGroup, &pic_buf, hor_stride * ver_stride * 3 / 2, MODULE_TAG, __FUNCTION__); // size 3 / 2 bit in decode()
1023 RK_U32 ver_stride = MPP_ALIGN(height, 16); in encode() local
1038 (*(mRKMppApi.HdiMppFrameSetVerStride))(frame, ver_stride); in encode()
1098 &str_buf, hor_stride * ver_stride, MODULE_TAG, __FUNCTION__); in encode()
1259 RK_U32 ver_stride in encoder_sendframe() local
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpi_enc_utils.h53 RK_U32 ver_stride; member
H A Dmpp_frame.h298 * | | valid data area | height | ver_stride
316 void mpp_frame_set_ver_stride(MppFrame frame, RK_U32 ver_stride);
H A Drk_venc_cmd.h455 * width / height / hor_stride / ver_stride / format
463 RK_S32 ver_stride; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpi_enc_utils.h53 RK_U32 ver_stride; member
H A Dmpp_frame.h298 * | | valid data area | height | ver_stride
316 void mpp_frame_set_ver_stride(MppFrame frame, RK_U32 ver_stride);
H A Drk_venc_cmd.h455 * width / height / hor_stride / ver_stride / format
463 RK_S32 ver_stride; member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_frame_impl.h35 RK_U32 ver_stride; member
/device/soc/rockchip/rk3399/hardware/mpp/src/
H A Dmpi_enc_utils.c329 p->ver_stride = MPP_ALIGN(cmd->height, 16); // 16:ver_stride in test_ctx_init()
338 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 3 / 2; in test_ctx_init()
355 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 2; in test_ctx_init()
360 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 4; in test_ctx_init()
415 mpp_enc_cfg_set_s32(cfg, "prep:ver_stride", p->ver_stride); in test_mpp_enc_cfg_setup()
621 mpp_frame_set_ver_stride(frame, p->ver_stride); in test_mpp_frame_set_param()
/device/soc/rockchip/rk3568/hardware/mpp/src/
H A Dmpi_enc_utils.c330 p->ver_stride = MPP_ALIGN(cmd->height, 16); // 16:ver_stride in test_ctx_init()
338 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 3 / 2; in test_ctx_init()
354 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 2; in test_ctx_init()
358 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 4; in test_ctx_init()
413 mpp_enc_cfg_set_s32(cfg, "prep:ver_stride", p->ver_stride); in test_mpp_enc_cfg_setup()
613 mpp_frame_set_ver_stride(frame, p->ver_stride); in test_mpp_frame_set_param()
/device/soc/rockchip/common/hardware/mpp/src/
H A Dmpi_enc_utils.c311 p->ver_stride = MPP_ALIGN(cmd->height, 0x10); // 16:ver_stride in test_ctx_init()
319 p->frame_size = MPP_ALIGN(p->hor_stride, 0x40) * MPP_ALIGN(p->ver_stride, 0x40) * 0x3 / 0x2; in test_ctx_init()
334 p->frame_size = MPP_ALIGN(p->hor_stride, 0x40) * MPP_ALIGN(p->ver_stride, 0x40) * 0x2; in test_ctx_init()
338 p->frame_size = MPP_ALIGN(p->hor_stride, 0x40) * MPP_ALIGN(p->ver_stride, 0x40) * 0x4; in test_ctx_init()
399 mpp_enc_cfg_set_s32(cfg, "prep:ver_stride", p->ver_stride); in test_mpp_enc_cfg_setup()
599 mpp_frame_set_ver_stride(frame, p->ver_stride); in test_mpp_frame_set_param()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_OHOS.cpp553 OMX_U32 ver_stride = Get_Video_VerAlign(pVideoDec->codecId, in Get_Video_HorAlign() local
555 omx_err("hor_stride %d ver_stride %d", hor_stride, ver_stride); in Get_Video_HorAlign()
556 if (0 != create_vpu_memory_pool_allocator(&pool, 8, (hor_stride * ver_stride * 2))) { in Get_Video_HorAlign()
/device/soc/rockchip/rk3568/hardware/codec/src/
H A Dhdi_mpp.c607 RK_U32 ver_stride = mppApi->HdiMppFrameGetVerStride(frame); in HandleDecodeFrameInfoChange() local
616 HDF_LOGI("%{public}s: decoder require stride [%{public}d:%{public}d]", __func__, hor_stride, ver_stride); in HandleDecodeFrameInfoChange()
/device/soc/rockchip/rk3588/hardware/codec/src/
H A Dhdi_mpp.c607 RK_U32 ver_stride = mppApi->HdiMppFrameGetVerStride(frame); in HandleDecodeFrameInfoChange() local
616 HDF_LOGI("%{public}s: decoder require stride [%{public}d:%{public}d]", __func__, hor_stride, ver_stride); in HandleDecodeFrameInfoChange()

Completed in 28 milliseconds