/device/soc/rockchip/rk3588/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 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() 480 inf.size = p->frame_size & 0x07ffffff; in hal_mpp_encode() 481 inf.index = (p->frame_size & 0xf8000000) >> 27; in hal_mpp_encode() 818 ret = mpp_buffer_get(p->buf_grp, &p->frm_buf, p->frame_size + p->header_size); in hal_mpp_ctx_create() 824 ret = mpp_buffer_get(p->buf_grp, &p->pkt_buf, p->frame_size); in hal_mpp_ctx_create()
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpi_enc_utils.h | 59 size_t frame_size; member
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpi_enc_utils.h | 59 size_t frame_size; member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpi_enc_utils.h | 59 size_t frame_size; member
|
/device/soc/rockchip/rk3399/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 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() 744 info.size = p->frame_size & 0x07ffffff; in hal_mpp_encode() 745 info.index = (p->frame_size & 0xf8000000) >> 27; // Shift right 27 bits in hal_mpp_encode() 880 ret = mpp_buffer_get(p->buf_grp, &p->pkt_buf, p->frame_size); in hal_mpp_ctx_create()
|
/device/soc/rockchip/rk3568/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 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() 736 info.size = p->frame_size & 0x07ffffff; in hal_mpp_encode() 737 info.index = (p->frame_size & 0xf8000000) >> 27; in hal_mpp_encode() 872 ret = mpp_buffer_get(p->buf_grp, &p->pkt_buf, p->frame_size); in hal_mpp_ctx_create()
|
/device/soc/rockchip/common/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 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() 721 info.size = p->frame_size & 0x07ffffff; in hal_mpp_encode() 722 info.index = (p->frame_size & 0xf8000000) >> 0x1b; in hal_mpp_encode() 858 ret = mpp_buffer_get(p->buf_grp, &p->pkt_buf, p->frame_size); in hal_mpp_ctx_create()
|
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_exif_node.cpp | 66 exifInfo.frame_size = info.size; in DeliverBuffer()
|
H A D | rk_codec_node.cpp | 408 buf_size = ((MpiEncMultiCtxInfo *)halCtx_)->ctx.frame_size; in Yuv420ToH264() 422 buf_size = ((MpiEncMultiCtxInfo *)halCtx_)->ctx.frame_size; in Yuv420ToH264()
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_exif_node.cpp | 67 exifInfo.frame_size = info.size; in DeliverBuffer()
|
H A D | rk_codec_node.cpp | 362 buf_size = ((MpiEncTestData *)halCtx_)->frame_size; in Yuv420ToH264()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpi_enc_utils.h | 170 size_t frame_size; member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 624 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; in drm_calc_timestamping_constants() local 632 framedur_ns = div_u64((u64)frame_size * 0xf4240, dotclock); in drm_calc_timestamping_constants()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dmaengine.h | 147 * @frame_size: Number of chunks in a frame i.e, size of sgl[]. 159 size_t frame_size; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/include/ |
H A D | vou_reg.h | 3802 unsigned int frame_size : 23; /* [22..0] */ member 3951 unsigned int frame_size : 21; /* [20..0] */ member
|