Searched refs:mv_count (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_global.h | 99 RK_U32 mv_count; member
|
| H A D | hal_avs2d_rkv.c | 621 p_hal->mv_count = mpp_buf_slot_get_count(p_hal->frame_slots); in set_up_colmv_buf() 622 hal_bufs_setup(p_hal->cmv_bufs, p_hal->mv_count, 1, &size); in set_up_colmv_buf()
|
| H A D | hal_avs2d_vdpu382.c | 697 p_hal->mv_count = mpp_buf_slot_get_count(p_hal->frame_slots); in set_up_colmv_buf() 698 hal_bufs_setup(p_hal->cmv_bufs, p_hal->mv_count, 1, &size); in set_up_colmv_buf()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_global.h | 129 RK_S32 mv_count; member
|
| H A D | hal_h264d_vdpu34x.c | 927 p_hal->mv_count = mpp_buf_slot_get_count(p_hal->frame_slots); in vdpu34x_h264d_gen_regs() 928 hal_bufs_setup(p_hal->cmv_bufs, p_hal->mv_count, 1, &size); in vdpu34x_h264d_gen_regs()
|
| H A D | hal_h264d_vdpu382.c | 959 p_hal->mv_count = mpp_buf_slot_get_count(p_hal->frame_slots); in vdpu382_h264d_setup_colmv_buf() 960 hal_bufs_setup(p_hal->cmv_bufs, p_hal->mv_count, 1, &size); in vdpu382_h264d_setup_colmv_buf()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_ctx.h | 75 RK_S32 mv_count; member
|
| H A D | hal_h265d_vdpu382.c | 720 reg_ctx->mv_count = mpp_buf_slot_get_count(reg_ctx->slots); in hal_h265d_vdpu382_gen_regs() 721 hal_bufs_setup(reg_ctx->cmv_bufs, reg_ctx->mv_count, 1, &size); in hal_h265d_vdpu382_gen_regs()
|
| H A D | hal_h265d_vdpu34x.c | 929 reg_ctx->mv_count = mpp_buf_slot_get_count(reg_ctx->slots); in hal_h265d_vdpu34x_gen_regs() 930 hal_bufs_setup(reg_ctx->cmv_bufs, reg_ctx->mv_count, 1, &size); in hal_h265d_vdpu34x_gen_regs()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_vdpu382.c | 75 RK_S32 mv_count; member 463 hw_ctx->mv_count = mpp_buf_slot_get_count(p_hal ->slots); in hal_vp9d_vdpu382_gen_regs() 464 hal_bufs_setup(hw_ctx->cmv_bufs, hw_ctx->mv_count, 1, &size); in hal_vp9d_vdpu382_gen_regs()
|
| H A D | hal_vp9d_vdpu34x.c | 75 RK_S32 mv_count; member 450 hw_ctx->mv_count = mpp_buf_slot_get_count(p_hal ->slots); in hal_vp9d_vdpu34x_gen_regs() 451 hal_bufs_setup(hw_ctx->cmv_bufs, hw_ctx->mv_count, 1, &size); in hal_vp9d_vdpu34x_gen_regs()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_common.h | 683 int mv_count; member
|
| H A D | s5p_mfc_opr_v6.c | 152 (ctx->mv_count * ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6() 224 (ctx->mv_count * ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6() 550 writel(ctx->mv_count, mfc_regs->d_num_mv); in s5p_mfc_set_dec_frame_buffer_v6() 573 for (i = 0; i < ctx->mv_count; i++) { in s5p_mfc_set_dec_frame_buffer_v6()
|
| H A D | s5p_mfc.c | 524 ctx->mv_count = s5p_mfc_hw_call(dev->mfc_ops, get_mv_count, in s5p_mfc_handle_seq_done()
|