| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_dec_normal.cpp | 139 MppBufSlots packet_slots = dec->packet_slots; in reset_parser_thread() local 217 mpp_buf_slot_clr_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in reset_parser_thread() 320 MppBufSlots packet_slots = dec->packet_slots; in try_proc_dec_task() local 411 mpp_buf_slot_get_unused(packet_slots, &task_dec->input); in try_proc_dec_task() 423 mpp_buf_slot_get_prop(packet_slots, task_dec->input, SLOT_BUFFER, &hal_buf_in); in try_proc_dec_task() 427 mpp_buf_slot_set_prop(packet_slots, task_dec->input, SLOT_BUFFER, hal_buf_in); in try_proc_dec_task() 448 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_CODEC_READY); in try_proc_dec_task() 449 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in try_proc_dec_task() 530 mpp_buf_slot_clr_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in try_proc_dec_task() 677 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_parser_thread() local [all …]
|
| H A D | mpp_dec_no_thread.cpp | 34 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_decode() local 112 mpp_buf_slot_get_unused(packet_slots, &slot_pkt); in mpp_dec_decode() 116 mpp_buf_slot_get_prop(packet_slots, slot_pkt, SLOT_BUFFER, &hal_buf_in); in mpp_dec_decode() 120 mpp_buf_slot_set_prop(packet_slots, slot_pkt, SLOT_BUFFER, hal_buf_in); in mpp_dec_decode() 149 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_CODEC_READY); in mpp_dec_decode() 150 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in mpp_dec_decode() 182 mpp_buf_slot_clr_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in mpp_dec_decode() 289 mpp_buf_slot_clr_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in mpp_dec_decode() 364 mpp_buf_slot_clr_flag(dec->packet_slots, task_dec->input, SLOT_HAL_INPUT); in mpp_dec_reset_no_thread() 365 mpp_buf_slot_clr_flag(dec->packet_slots, task_dec->input, SLOT_CODEC_READY); in mpp_dec_reset_no_thread()
|
| H A D | mpp_dec.cpp | 592 MppBufSlots packet_slots = NULL; in mpp_dec_init() local 647 ret = mpp_buf_slot_init(&packet_slots); in mpp_dec_init() 657 packet_slots, in mpp_dec_init() 689 mpp_buf_slot_setup(packet_slots, hal_task_count); in mpp_dec_init() 699 packet_slots, in mpp_dec_init() 721 p->packet_slots = packet_slots; in mpp_dec_init() 833 if (dec->packet_slots) { in mpp_dec_deinit() 834 mpp_buf_slot_deinit(dec->packet_slots); in mpp_dec_deinit() 835 dec->packet_slots = NULL; in mpp_dec_deinit()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/dummy/ |
| H A D | dummy_dec_api.c | 39 MppBufSlots packet_slots; member 81 p->packet_slots = cfg->packet_slots; in dummy_dec_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/ |
| H A D | h263d_api.c | 34 MppBufSlots packet_slots; member 89 p->packet_slots = cfg->packet_slots; in h263d_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_api.c | 117 p_hal->packet_slots = cfg->packet_slots; in hal_avs2d_init()
|
| H A D | hal_avs2d_global.h | 95 MppBufSlots packet_slots; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_api.c | 36 MppBufSlots packet_slots; member 92 p->packet_slots = cfg->packet_slots; in mpg4d_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_api.c | 66 p->packet_slots = cfg->packet_slots; in hal_vp9d_init()
|
| H A D | hal_vp9d_ctx.h | 59 MppBufSlots packet_slots; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_api.c | 75 p->packet_slots = cfg->packet_slots; in hal_h265d_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_api.c | 76 p_hal->packet_slots = cfg->packet_slots; in hal_av1d_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/ |
| H A D | hal_m2vd_vdpu1.c | 62 ctx->packet_slots = cfg->packet_slots; in hal_m2vd_vdpu1_init() 214 mpp_buf_slot_get_prop(ctx->packet_slots, task->dec.input, SLOT_BUFFER, &streambuf); in hal_m2vd_vdpu1_gen_regs()
|
| H A D | hal_m2vd_base.h | 66 MppBufSlots packet_slots; member
|
| H A D | hal_m2vd_vdpu2.c | 82 p->packet_slots = cfg->packet_slots; in hal_m2vd_vdpu2_init() 264 mpp_buf_slot_get_prop(ctx->packet_slots, task->dec.input, SLOT_BUFFER, &streambuf); in hal_m2vd_vdpu2_gen_regs()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_base.h | 45 MppBufSlots packet_slots; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | parser_api.h | 36 MppBufSlots packet_slots; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_base.h | 38 MppBufSlots packet_slots; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/ |
| H A D | hal_avsd_api.c | 159 p_hal->packet_slots = cfg->packet_slots; in hal_avsd_init()
|
| H A D | hal_avsd_base.c | 63 mpp_buf_slot_get_prop(p_hal->packet_slots, idx, SLOT_BUFFER, &mbuffer); in get_packet_fd()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_api.c | 207 p_hal->packet_slots = cfg->packet_slots; in hal_h264d_init()
|
| H A D | hal_h264d_global.h | 124 MppBufSlots packet_slots; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/ |
| H A D | avsd_api.c | 81 p_dec->packet_slots = init->packet_slots; in avsd_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_api.c | 72 p_dec->packet_slots = init->packet_slots; in avs2d_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.h | 116 MppBufSlots packet_slots; member
|