Searched refs:FileBufSlot (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | mpi_dec_utils.c | 46 typedef FileBufSlot *(*ReaderFunc)(FileReader data); 71 FileBufSlot **slots; 84 static MPP_RET add_new_slot(FileReaderImpl* impl, FileBufSlot *slot) in add_new_slot() 93 impl->slots = mpp_realloc(impl->slots, FileBufSlot*, impl->slot_max * 2); in add_new_slot() 106 static FileBufSlot *read_ivf_file(FileReader data) in read_ivf_file() 112 FileBufSlot *slot = NULL; in read_ivf_file() 119 slot = mpp_calloc(FileBufSlot, 1); in read_ivf_file() 127 slot = mpp_malloc_size(FileBufSlot, MPP_ALIGN(sizeof(FileBufSlot) + data_size, SZ_4K)); in read_ivf_file() 146 static FileBufSlot *read_jpeg_file(FileReader data) in read_jpeg_file() 153 FileBufSlot *slot = mpp_calloc(FileBufSlot, 1); in read_jpeg_file() [all …]
|
| H A D | mpi_dec_utils.h | 102 } FileBufSlot; typedef 150 MPP_RET reader_read(FileReader reader, FileBufSlot **buf); 151 MPP_RET reader_index_read(FileReader reader, RK_S32 index, FileBufSlot **buf);
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_dec_multi_test.c | 76 FileBufSlot *slot = NULL; in multi_dec_simple() 259 FileBufSlot *slot = NULL; in multi_dec_advanced()
|
| H A D | mpi_dec_test.c | 60 FileBufSlot *slot = NULL; in dec_simple() 279 FileBufSlot *slot = NULL; in dec_advanced()
|
| H A D | mpi_dec_mt_test.c | 63 FileBufSlot *slot = NULL; in thread_input()
|
| H A D | mpi_dec_nt_test.c | 60 FileBufSlot *slot = NULL; in dec_loop()
|
| H A D | mpi_rc2_test.c | 957 FileBufSlot *slot = NULL; in rc2_pre_dec_thread()
|