Home
last modified time | relevance | path

Searched refs:pps_buf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/venc/
H A Dvenc_h264_if.c148 struct mtk_vcodec_mem pps_buf; member
238 mtk_vcodec_mem_free(inst->ctx, &inst->pps_buf); in h264_enc_free_work_buf()
311 inst->pps_buf.size = 128; in h264_enc_alloc_work_buf()
312 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()
423 ret = h264_encode_pps(inst, &inst->pps_buf, &bs_size_pps); in h264_encode_header()
427 memcpy(bs_buf->va + bs_size_sps, inst->pps_buf.va, bs_size_pps); in h264_encode_header()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h95 void *pps_buf; member
H A Dhal_h265d_vdpu34x.c113 reg_ctx->pps_buf = mpp_calloc(RK_U64, 15); in hal_h265d_vdpu34x_init()
215 MPP_FREE(reg_ctx->pps_buf); in hal_h265d_vdpu34x_deinit()
245 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v345_output_pps_packet()
442 memcpy(pps_ptr + i * 112, reg_ctx->pps_buf, 112); in hal_h265d_v345_output_pps_packet()
473 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_output_pps_packet()
662 memcpy(pps_ptr + i * 80, reg_ctx->pps_buf, 80); in hal_h265d_output_pps_packet()
665 memcpy(pps_ptr + i * 80, reg_ctx->pps_buf, 80); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu382.c113 reg_ctx->pps_buf = mpp_calloc(RK_U64, 15); in hal_h265d_vdpu382_init()
219 MPP_FREE(reg_ctx->pps_buf); in hal_h265d_vdpu382_deinit()
249 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v382_output_pps_packet()
446 memcpy(pps_ptr + i * 112, reg_ctx->pps_buf, 112); in hal_h265d_v382_output_pps_packet()