Home
last modified time | relevance | path

Searched refs:read_total (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c61 size_t read_total; member
133 impl->read_total += ivf_data_size; in read_ivf_file()
138 impl->read_total += read_size; in read_ivf_file()
144 if (!data_size || read_size != data_size || feof(fp) || impl->read_total >= impl->file_size) in read_ivf_file()
172 impl->read_total += read_size; in read_jpeg_file()
194 impl->read_total += read_size; in read_normal_file()
198 if (read_size != buf_size || feof(fp) || impl->read_total >= impl->file_size) in read_normal_file()
221 impl->read_total = impl->seek_base; in check_file_type()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_console.c638 int read_total = 0; in __hvc_poll() local
723 read_total += n; in __hvc_poll()
731 } else if (read_total < HVC_ATOMIC_READ_MAX) { in __hvc_poll()
750 if (read_total) { in __hvc_poll()