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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Divfdec.c65 input_ctx->detect.buf_read = 0;
H A Dtools_common.h75 size_t buf_read; member in struct:FileTypeDetectionBuffer
H A Dtools_common.c114 const size_t left = detect->buf_read - detect->position;
H A Dvpxenc.c914 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file);
917 if (input->detect.buf_read == 4
930 } else if (input->detect.buf_read == 4 && fourcc_is_ivf(input->detect.buf)) {
/external/libvpx/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)) {
/external/nanopb-c/
H A Dpb_decode.c36 static bool checkreturn buf_read(pb_istream_t *stream, uint8_t *buf, size_t count);
80 static bool checkreturn buf_read(pb_istream_t *stream, uint8_t *buf, size_t count) function
97 if (buf == NULL && stream->callback != buf_read)
120 if (!buf_read(stream, buf, count))
154 stream.callback = &buf_read;
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this)
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this);
833 TRYFREE(buf_read);
/external/zlib/src/contrib/minizip/
H A Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this)
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this);
833 TRYFREE(buf_read);

Completed in 790 milliseconds