Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_dec_utils.c84 static MPP_RET add_new_slot(FileReaderImpl* impl, FileBufSlot *slot) in add_new_slot()
112 FileBufSlot *slot = NULL; in read_ivf_file() local
153 FileBufSlot *slot = mpp_calloc(FileBufSlot, 1); in read_jpeg_file() local
181 FileBufSlot *slot = mpp_malloc_size(FileBufSlot, size); in read_normal_file() local
257 FileBufSlot *slot = NULL; in reader_read() local
286 FileBufSlot *slot = NULL; in reader_index_read() local
360 FileBufSlot *slot = impl->slots[i]; in reader_deinit() local
386 FileBufSlot *slot = impl->read_func(impl); in reader_worker() local
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c579 MppBufSlotEntry *slot = impl->slots; in _dump_slots() local
604 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void … in slot_ops_with_log()
717 MppBufSlotEntry *slot = impl->slots; in init_slot_entry() local
765 MppBufSlotEntry *slot = (MppBufSlotEntry *)impl->slots; in clear_slots_impl() local
1023 MppBufSlotEntry *slot; in mpp_buf_slot_get_unused() local
1078 MppBufSlotEntry *slot; in mpp_buf_slot_clr_flag() local
1107 MppBufSlotEntry *slot; in mpp_buf_slot_enqueue() local
1132 MppBufSlotEntry *slot; in mpp_buf_slot_dequeue() local
1167 MppBufSlotEntry *slot; in mpp_buf_slot_set_prop() local
1268 MppBufSlotEntry *slot; in mpp_buf_slot_get_prop() local
[all …]
/rockchip-linux_mpp/test/
H A Dmpi_dec_test.c60 FileBufSlot *slot = NULL; in dec_simple() local
279 FileBufSlot *slot = NULL; in dec_advanced() local
H A Dmpi_dec_multi_test.c76 FileBufSlot *slot = NULL; in multi_dec_simple() local
259 FileBufSlot *slot = NULL; in multi_dec_advanced() local
H A Dmpi_dec_mt_test.c63 FileBufSlot *slot = NULL; in thread_input() local
H A Dmpi_dec_nt_test.c60 FileBufSlot *slot = NULL; in dec_loop() local
H A Dmpi_rc2_test.c957 FileBufSlot *slot = NULL; in rc2_pre_dec_thread() local
/rockchip-linux_mpp/osal/driver/
H A Dvcodec_service.c441 VcodecExtraSlot *slot = &info->slots[i]; in update_extra_info() local
617 VcodecExtraSlot *slot; in vcodec_service_reg_offset() local
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_macro.h79 rk_u32 slot : 4; member