HomeSort by relevance Sort by last modified time
    Searched refs:buf_read (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/
ivfdec.c 65 input_ctx->detect.buf_read = 0;
tools_common.h 76 size_t buf_read; member in struct:FileTypeDetectionBuffer
tools_common.c 114 const size_t left = detect->buf_read - detect->position;
vpxenc.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfdec.c 65 input_ctx->detect.buf_read = 0;
tools_common.h 81 size_t buf_read; member in struct:FileTypeDetectionBuffer
tools_common.c 113 const size_t left = detect->buf_read - detect->position;
vpxenc.c 779 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)) {
    [all...]
  /external/nanopb-c/
pb_decode.c 36 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;
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 815 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);
    [all...]

Completed in 249 milliseconds