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

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

Completed in 137 milliseconds