Home
last modified time | relevance | path

Searched refs:frame_size (Results 1 - 15 of 15) sorted by relevance

/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c108 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 Dmpi_enc_utils.h59 size_t frame_size; member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpi_enc_utils.h59 size_t frame_size; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpi_enc_utils.h59 size_t frame_size; member
/device/soc/rockchip/rk3399/hardware/mpp/src/
H A Dmpi_enc_utils.c338 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 Dmpi_enc_utils.c338 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 Dmpi_enc_utils.c319 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 Drk_exif_node.cpp66 exifInfo.frame_size = info.size; in DeliverBuffer()
H A Drk_codec_node.cpp408 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 Drk_exif_node.cpp67 exifInfo.frame_size = info.size; in DeliverBuffer()
H A Drk_codec_node.cpp362 buf_size = ((MpiEncTestData *)halCtx_)->frame_size; in Yuv420ToH264()
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpi_enc_utils.h170 size_t frame_size; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_vblank.c624 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 Ddmaengine.h147 * @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 Dvou_reg.h3802 unsigned int frame_size : 23; /* [22..0] */ member
3951 unsigned int frame_size : 21; /* [20..0] */ member

Completed in 36 milliseconds