Home
last modified time | relevance | path

Searched refs:reader_read (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.h83 MPP_RET reader_read(FileReader reader, FileBufSlot **buf);
H A Dmpi_dec_utils.c262 MPP_RET reader_read(FileReader reader, FileBufSlot **buf) in reader_read() function
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c567 static ssize_t reader_read(struct file *const filp, in reader_read() function
658 .read = reader_read,
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c74 MPP_RET ret = reader_read(reader, &slot); in thread_input()
H A Dmpi_dec_nt_test.c75 ret = reader_read(cmd->reader, &slot); in dec_loop()
H A Dmpi_dec_test.c75 ret = reader_read(cmd->reader, &slot); in dec_simple()