Home
last modified time | relevance | path

Searched refs:SLOT_FRAME_PTR (Results 1 – 25 of 39) sorted by relevance

12

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu382.c505 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu382_gen_regs()
512 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu382_gen_regs()
520 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu382_gen_regs()
528 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu382_gen_regs()
637 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu382_gen_regs()
693 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &frame); in hal_vp9d_vdpu382_gen_regs()
863 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu382_gen_regs()
1039 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu382_wait()
H A Dhal_vp9d_vdpu34x.c491 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu34x_gen_regs()
498 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu34x_gen_regs()
506 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu34x_gen_regs()
514 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu34x_gen_regs()
627 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu34x_gen_regs()
683 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &frame); in hal_vp9d_vdpu34x_gen_regs()
1007 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu34x_wait()
H A Dhal_vp9d_vdpu383.c773 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu383_gen_regs()
853 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu383_gen_regs()
895 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu383_gen_regs()
958 mpp_buf_slot_get_prop(p_hal ->slots, ref_frame_idx, SLOT_FRAME_PTR, &ref_frame); in hal_vp9d_vdpu383_gen_regs()
1099 SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu383_gen_regs()
1279 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_vdpu383_wait()
H A Dhal_vp9d_rkv.c272 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_rkv_gen_regs()
366 mpp_buf_slot_get_prop(p_hal->slots, ref_frame_idx, SLOT_FRAME_PTR, &mframe); in hal_vp9d_rkv_gen_regs()
612 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in hal_vp9d_rkv_wait()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_api.c283 mpp_buf_slot_get_prop(p_dec->frame_slots, task_dec->output, SLOT_FRAME_PTR, &mframe); in avs2d_callback()
309 mpp_buf_slot_get_prop(p_dec->frame_slots, task_dec->refer[i], SLOT_FRAME_PTR, &ref_frm); in avs2d_callback()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_normal.c598 SLOT_FRAME_PTR, &mframe); in try_proc_dec_task()
619 mpp_buf_slot_get_prop(frame_slots, output, SLOT_FRAME_PTR, &mframe); in try_proc_dec_task()
631 mpp_buf_slot_get_prop(frame_slots, output, SLOT_FRAME_PTR, &frame); in try_proc_dec_task()
645 mpp_buf_slot_get_prop(frame_slots, output, SLOT_FRAME_PTR, &frame); in try_proc_dec_task()
1056 mpp_buf_slot_get_prop(frame_slots, task_dec->output, SLOT_FRAME_PTR, &tmp); in mpp_dec_advanced_thread()
1066 mpp_buf_slot_get_prop(frame_slots, task_dec->output, SLOT_FRAME_PTR, &tmp); in mpp_dec_advanced_thread()
H A Dmpp_dec_no_thread.c284 mpp_buf_slot_get_prop(frame_slots, output, SLOT_FRAME_PTR, &slot_frm); in mpp_dec_decode()
295 mpp_buf_slot_get_prop(frame_slots, task_dec->output, SLOT_FRAME_PTR, &mframe); in mpp_dec_decode()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buf_slot.h226 SLOT_FRAME_PTR, enumerator
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu382.c731 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu382_gen_regs()
850 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu382_gen_regs()
892 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu382_gen_regs()
926 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu382_gen_regs()
1108 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu382_wait()
1121 SLOT_FRAME_PTR, &frame_ref); in hal_h265d_vdpu382_wait()
1127 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu382_wait()
H A Dhal_h265d_vdpu384a.c882 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu384a_gen_regs()
1056 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu384a_gen_regs()
1110 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu384a_gen_regs()
1142 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu384a_gen_regs()
1312 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu384a_wait()
1325 SLOT_FRAME_PTR, &frame_ref); in hal_h265d_vdpu384a_wait()
1331 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu384a_wait()
H A Dhal_h265d_vdpu383.c970 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu383_gen_regs()
1118 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu383_gen_regs()
1175 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu383_gen_regs()
1207 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu383_gen_regs()
1374 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu383_wait()
1387 SLOT_FRAME_PTR, &frame_ref); in hal_h265d_vdpu383_wait()
1393 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu383_wait()
H A Dhal_h265d_rkv.c800 SLOT_FRAME_PTR, &mframe); in hal_h265d_rkv_gen_regs()
1014 SLOT_FRAME_PTR, &mframe); in hal_h265d_rkv_wait()
1027 SLOT_FRAME_PTR, &frame_ref); in hal_h265d_rkv_wait()
1033 SLOT_FRAME_PTR, &frame_out); in hal_h265d_rkv_wait()
H A Dhal_h265d_vdpu34x.c940 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu34x_gen_regs()
1061 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu34x_gen_regs()
1318 SLOT_FRAME_PTR, &mframe); in hal_h265d_vdpu34x_wait()
1331 SLOT_FRAME_PTR, &frame_ref); in hal_h265d_vdpu34x_wait()
1337 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu34x_wait()
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_vdpu383.c364 mpp_buf_slot_get_prop(p_hal->frame_slots, task_dec->output, SLOT_FRAME_PTR, &mframe); in fill_registers()
445 mpp_buf_slot_get_prop(p_hal->frame_slots, slot_idx, SLOT_FRAME_PTR, &frame_ref); in fill_registers()
461 mpp_buf_slot_get_prop(p_hal->frame_slots, slot_idx, SLOT_FRAME_PTR, &scene_ref); in fill_registers()
484 SLOT_FRAME_PTR, &mframe); in fill_registers()
840 ret = mpp_buf_slot_get_prop(p_hal->frame_slots, task->dec.output, SLOT_FRAME_PTR, &frame); in hal_avs2d_vdpu383_dump_yuv()
H A Dhal_avs2d_rkv.c341 mpp_buf_slot_get_prop(p_hal->frame_slots, task_dec->output, SLOT_FRAME_PTR, &mframe); in fill_registers()
414 mpp_buf_slot_get_prop(p_hal->frame_slots, slot_idx, SLOT_FRAME_PTR, &frame_ref); in fill_registers()
447 mpp_buf_slot_get_prop(p_hal->frame_slots, slot_idx, SLOT_FRAME_PTR, &scene_ref); in fill_registers()
976 ret = mpp_buf_slot_get_prop(p_hal->frame_slots, task->dec.output, SLOT_FRAME_PTR, &frame); in hal_avs2d_rkv_dump_yuv()
H A Dhal_avs2d_vdpu382.c397 mpp_buf_slot_get_prop(p_hal->frame_slots, task_dec->output, SLOT_FRAME_PTR, &mframe); in fill_registers()
470 mpp_buf_slot_get_prop(p_hal->frame_slots, slot_idx, SLOT_FRAME_PTR, &frame_ref); in fill_registers()
502 mpp_buf_slot_get_prop(p_hal->frame_slots, slot_idx, SLOT_FRAME_PTR, &scene_ref); in fill_registers()
1042 ret = mpp_buf_slot_get_prop(p_hal->frame_slots, task->dec.output, SLOT_FRAME_PTR, &frame); in hal_avs2d_vdpu382_dump_yuv()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1174 … mpp_buf_slot_get_prop(ctx->frame_slots, ctx->frame_cur->slot_index, SLOT_FRAME_PTR, &frame); in m2vd_alloc_frame()
1439 mpp_buf_slot_get_prop(p->frame_slots, pfw->slot_index, SLOT_FRAME_PTR, &frame0); in m2vd_convert_to_dxva()
1440 mpp_buf_slot_get_prop(p->frame_slots, pbw->slot_index, SLOT_FRAME_PTR, &frame1); in m2vd_convert_to_dxva()
1458 mpp_buf_slot_get_prop(p->frame_slots, pbw->slot_index, SLOT_FRAME_PTR, &frame); in m2vd_convert_to_dxva()
1467 mpp_buf_slot_get_prop(p->frame_slots, p->cur_slot_index, SLOT_FRAME_PTR, &frame); in m2vd_convert_to_dxva()
1544 mpp_buf_slot_get_prop(p->frame_slots, p->cur_slot_index, SLOT_FRAME_PTR, &frame); in m2vd_parser_parse()
1579 mpp_buf_slot_get_prop(p->frame_slots, p->cur_slot_index, SLOT_FRAME_PTR, &frame); in m2vd_parser_callback()
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c519 mpp_buf_slot_get_prop(p_dec->frame_slots, task->refer[0], SLOT_FRAME_PTR, &mframe); in avsd_set_dpb()
526 mpp_buf_slot_get_prop(p_dec->frame_slots, task->refer[0], SLOT_FRAME_PTR, &mframe); in avsd_set_dpb()
531 mpp_buf_slot_get_prop(p_dec->frame_slots, task->refer[1], SLOT_FRAME_PTR, &mframe); in avsd_set_dpb()
H A Davsd_api.c339 mpp_buf_slot_get_prop(p_dec->frame_slots, task_dec->output, SLOT_FRAME_PTR, &mframe); in avsd_callback()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu384a.c369 mpp_buf_slot_get_prop(p_hal->frame_slots, pp->CurrPic.Index7Bits, SLOT_FRAME_PTR, &mframe); in set_registers()
446 mpp_buf_slot_get_prop(p_hal->frame_slots, ref_index, SLOT_FRAME_PTR, &mframe); in set_registers()
512 SLOT_FRAME_PTR, &mframe); in set_registers()
804 … mpp_buf_slot_get_prop(p_hal->frame_slots, p_hal->pp->CurrPic.Index7Bits, SLOT_FRAME_PTR, &mframe); in vdpu384a_h264d_gen_regs()
H A Dhal_h264d_vdpu383.c433 mpp_buf_slot_get_prop(p_hal->frame_slots, pp->CurrPic.Index7Bits, SLOT_FRAME_PTR, &mframe); in set_registers()
493 mpp_buf_slot_get_prop(p_hal->frame_slots, ref_index, SLOT_FRAME_PTR, &mframe); in set_registers()
560 SLOT_FRAME_PTR, &mframe); in set_registers()
852 … mpp_buf_slot_get_prop(p_hal->frame_slots, p_hal->pp->CurrPic.Index7Bits, SLOT_FRAME_PTR, &mframe); in vdpu383_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c561 mpp_buf_slot_get_prop(p_hal->frame_slots, pp->CurrPic.Index7Bits, SLOT_FRAME_PTR, &mframe); in set_registers()
637 mpp_buf_slot_get_prop(p_hal->frame_slots, ref_index, SLOT_FRAME_PTR, &mframe); in set_registers()
1028 mpp_buf_slot_get_prop(p_hal->frame_slots, pp->CurrPic.Index7Bits, SLOT_FRAME_PTR, &mframe); in vdpu382_h264d_gen_regs()
1191 SLOT_FRAME_PTR, &cur_frame); in vdpu382_h264_get_ref_used()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c2197 mpp_buf_slot_get_prop(p_hal->slots, dxva->CurrPic.Index7Bits, SLOT_FRAME_PTR, &mframe); in vdpu383_av1d_gen_regs()
2332 mpp_buf_slot_get_prop(p_hal->slots, dxva->CurrPic.Index7Bits, SLOT_FRAME_PTR, &mframe); in vdpu383_av1d_gen_regs()
2367 … mpp_buf_slot_get_prop(p_hal->slots, dxva->frame_refs[mapped_idx].Index, SLOT_FRAME_PTR, &mframe); in vdpu383_av1d_gen_regs()
2390 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in vdpu383_av1d_gen_regs()
2449 SLOT_FRAME_PTR, &mframe); in vdpu383_av1d_gen_regs()
2630 mpp_buf_slot_get_prop(p_hal->slots, task->dec.output, SLOT_FRAME_PTR, &mframe); in vdpu383_av1d_wait()
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_api.c332 mpp_buf_slot_get_prop(p_Dec->frame_slots, task_dec->output, SLOT_FRAME_PTR, &mframe); in mpg4d_callback()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c693 mpp_buf_slot_get_prop(p_Dec->frame_slots, output, SLOT_FRAME_PTR, &frame); in h264d_callback()
724 SLOT_FRAME_PTR, &tmp); in h264d_callback()

12