| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_buf_slot.h | 98 typedef void* MppBufSlots; typedef 127 MPP_RET mpp_buf_slot_init(MppBufSlots *slots); 128 MPP_RET mpp_buf_slot_deinit(MppBufSlots slots); 129 MPP_RET mpp_buf_slot_setup(MppBufSlots slots, RK_S32 count); 130 RK_U32 mpp_buf_slot_is_changed(MppBufSlots slots); 131 MPP_RET mpp_buf_slot_ready(MppBufSlots slots); 132 size_t mpp_buf_slot_get_size(MppBufSlots slots); 133 RK_S32 mpp_buf_slot_get_count(MppBufSlots slots); 134 MPP_RET mpp_buf_slot_set_callback(MppBufSlots slots, MppCbCtx *cb_ctx); 177 MPP_RET mpp_buf_slot_get_unused(MppBufSlots slots, RK_S32 *index); [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_buf_slot.cpp | 678 MPP_RET mpp_buf_slot_init(MppBufSlots *slots) in mpp_buf_slot_init() 731 MPP_RET mpp_buf_slot_deinit(MppBufSlots slots) in mpp_buf_slot_deinit() 742 MPP_RET mpp_buf_slot_setup(MppBufSlots slots, RK_S32 count) in mpp_buf_slot_setup() 773 RK_U32 mpp_buf_slot_is_changed(MppBufSlots slots) in mpp_buf_slot_is_changed() 785 MPP_RET mpp_buf_slot_ready(MppBufSlots slots) in mpp_buf_slot_ready() 817 size_t mpp_buf_slot_get_size(MppBufSlots slots) in mpp_buf_slot_get_size() 829 RK_S32 mpp_buf_slot_get_count(MppBufSlots slots) in mpp_buf_slot_get_count() 841 MPP_RET mpp_buf_slot_set_callback(MppBufSlots slots, MppCbCtx *cb_ctx) in mpp_buf_slot_set_callback() 855 MPP_RET mpp_buf_slot_get_unused(MppBufSlots slots, RK_S32 *index) in mpp_buf_slot_get_unused() 883 MPP_RET mpp_buf_slot_set_flag(MppBufSlots slots, RK_S32 index, SlotUsageType type) in mpp_buf_slot_set_flag() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/ |
| H A D | hal_h263d_base.h | 24 MppBufSlots frm_slots; 25 MppBufSlots pkt_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_base.h | 45 MppBufSlots packet_slots; 46 MppBufSlots frame_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/mpg4d/ |
| H A D | hal_m4vd_com.h | 33 MppBufSlots frm_slots; 34 MppBufSlots pkt_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/ |
| H A D | h263d_parser.c | 67 MppBufSlots frame_slots; 213 MPP_RET mpp_h263_parser_init(H263dParser *ctx, MppBufSlots frame_slots) in mpp_h263_parser_init() 266 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_flush() 286 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_reset() 482 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_setup_hal_output() 523 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_setup_refer() 545 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_update_dpb()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | parser_api.h | 35 MppBufSlots frame_slots; 36 MppBufSlots packet_slots;
|
| H A D | mpp_dec_impl.h | 81 MppBufSlots frame_slots; 82 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/ |
| H A D | hal_m2vd_base.h | 66 MppBufSlots packet_slots; 67 MppBufSlots frame_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_base.h | 38 MppBufSlots packet_slots; 39 MppBufSlots frame_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_ctx.h | 58 MppBufSlots slots; 59 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_global.h | 94 MppBufSlots frame_slots; 95 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.h | 116 MppBufSlots packet_slots; 117 MppBufSlots frame_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_global.h | 123 MppBufSlots frame_slots; 124 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/inc/ |
| H A D | mpp_hal.h | 42 MppBufSlots frame_slots; 43 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_ctx.h | 52 MppBufSlots slots; 53 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/ |
| H A D | hal_avsd_base.h | 103 MppBufSlots frame_slots; 104 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_dec_normal.cpp | 138 MppBufSlots frame_slots = dec->frame_slots; in reset_parser_thread() 139 MppBufSlots packet_slots = dec->packet_slots; in reset_parser_thread() 256 MppBufSlots frame_slots = dec->frame_slots; in reset_hal_thread() 319 MppBufSlots frame_slots = dec->frame_slots; in try_proc_dec_task() 320 MppBufSlots packet_slots = dec->packet_slots; in try_proc_dec_task() 677 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_parser_thread() 758 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_hal_thread() 759 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_hal_thread() 894 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_advanced_thread() 895 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_advanced_thread()
|
| H A D | mpp_dec_no_thread.cpp | 33 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_decode() 34 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_decode() 318 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_reset_no_thread()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_common.h | 183 MppBufSlots slots; 184 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/dummy/ |
| H A D | dummy_dec_api.c | 38 MppBufSlots frame_slots; 39 MppBufSlots packet_slots; 191 MppBufSlots slots; in dummy_dec_parse()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp8/ |
| H A D | vp8d_parser.h | 178 MppBufSlots packet_slots; 179 MppBufSlots frame_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.h | 141 MppBufSlots slots; 142 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.h | 207 MppBufSlots frame_slots; 208 MppBufSlots packet_slots;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.h | 288 MppBufSlots packet_slots; 289 MppBufSlots frame_slots;
|