Searched refs:frame_fd (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_vdpu1.c | 327 post->reg66_pp_out_lu_base = ctx->frame_fd; in jpegd_setup_pp() 580 post->reg66_pp_out_lu_base = ctx->frame_fd; in jpegd_setup_pp() 581 post->reg67_pp_out_ch_base = ctx->frame_fd; in jpegd_setup_pp() 586 jpegd_dbg_hal("output_frame_fd:%x, reg67:%x", ctx->frame_fd, in jpegd_setup_pp() 596 regs->reg13_cur_pic_base = ctx->frame_fd; in jpegd_setup_pp() 597 regs->reg14_sw_jpg_ch_out_base = ctx->frame_fd; in jpegd_setup_pp() 602 jpegd_dbg_hal("output_frame_fd:%x, reg14:%x", ctx->frame_fd, in jpegd_setup_pp() 878 JpegHalCtx->frame_fd = mpp_buffer_get_fd(outputBuf); in hal_jpegd_vdpu1_gen_regs() 879 if (JpegHalCtx->frame_fd <= 0) { in hal_jpegd_vdpu1_gen_regs()
|
| H A D | hal_jpegd_base.h | 55 RK_S32 frame_fd; /* output picture's physical address(fd) */ member
|
| H A D | hal_jpegd_vdpu2.c | 600 reg->reg21_pp_out_lu_base = ctx->frame_fd; in jpegd_setup_pp() 601 reg->reg22_pp_out_ch_base = ctx->frame_fd; in jpegd_setup_pp() 606 jpegd_dbg_hal("output_frame_fd:%x, reg22:%x", ctx->frame_fd, in jpegd_setup_pp() 616 reg->reg63_dec_out_base = ctx->frame_fd; in jpegd_setup_pp() 617 reg->reg131_jpg_ch_out_base = ctx->frame_fd; in jpegd_setup_pp() 622 jpegd_dbg_hal("output_frame_fd:%x, reg131:%x", ctx->frame_fd, in jpegd_setup_pp() 862 JpegHalCtx->frame_fd = mpp_buffer_get_fd(outputBuf); in hal_jpegd_vdpu2_gen_regs() 863 if (JpegHalCtx->frame_fd <= 0) { in hal_jpegd_vdpu2_gen_regs()
|
| H A D | hal_jpegd_rkv.c | 546 regs->reg13_dec_out_base = ctx->frame_fd; in jpegd_gen_regs() 638 ctx->frame_fd = mpp_buffer_get_fd(output_buf); in hal_jpegd_rkv_gen_regs() 639 if (ctx->frame_fd <= 0) { in hal_jpegd_rkv_gen_regs()
|