Home
last modified time | relevance | path

Searched refs:buf_read (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Divfdec.c65 input_ctx->detect.buf_read = 0; in file_is_ivf()
Dtools_common.h81 size_t buf_read; member
Dtools_common.c113 const size_t left = detect->buf_read - detect->position; in read_yuv_frame()
Dvpxenc.c779 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file); in open_input_file()
782 if (input->detect.buf_read == 4 in open_input_file()
794 } else if (input->detect.buf_read == 4 && fourcc_is_ivf(input->detect.buf)) { in open_input_file()