Searched refs:FileBufSlot (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_dec_utils.c | 46 typedef FileBufSlot *(*ReaderFunc)(FileReader data); 71 FileBufSlot **slots; 92 static MPP_RET add_new_slot(FileReaderImpl* impl, FileBufSlot *slot) in add_new_slot() 101 impl->slots = mpp_realloc(impl->slots, FileBufSlot*, impl->slot_max * 2); in add_new_slot() 114 static FileBufSlot *read_ivf_file(FileReader data) in read_ivf_file() 120 FileBufSlot *slot = NULL; in read_ivf_file() 127 slot = mpp_calloc(FileBufSlot, 1); in read_ivf_file() 135 slot = mpp_malloc_size(FileBufSlot, MPP_ALIGN(sizeof(FileBufSlot) + data_size, SZ_4K)); in read_ivf_file() 154 static FileBufSlot *read_jpeg_file(FileReader data) in read_jpeg_file() 161 FileBufSlot *slot = mpp_calloc(FileBufSlot, 1); in read_jpeg_file() [all …]
|
| H A D | mpi_dec_utils.h | 35 } FileBufSlot; typedef 83 MPP_RET reader_read(FileReader reader, FileBufSlot **buf); 84 MPP_RET reader_index_read(FileReader reader, RK_S32 index, FileBufSlot **buf);
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_dec_multi_test.c | 86 FileBufSlot *slot = NULL; in multi_dec_simple() 272 FileBufSlot *slot = NULL; in multi_dec_advanced()
|
| H A D | mpi_dec_test.c | 70 FileBufSlot *slot = NULL; in dec_simple() 350 FileBufSlot *slot = NULL; in dec_advanced()
|
| H A D | mpi_dec_mt_test.c | 73 FileBufSlot *slot = NULL; in thread_input()
|
| H A D | mpi_dec_nt_test.c | 70 FileBufSlot *slot = NULL; in dec_loop()
|
| H A D | mpi_rc2_test.c | 967 FileBufSlot *slot = NULL; in rc2_pre_dec_thread()
|