Home
last modified time | relevance | path

Searched refs:read_chunk (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavformat/
Dcdxl.c33 int read_chunk; member
106 cdxl->read_chunk = 0; in cdxl_read_header()
128 if (!cdxl->read_chunk) { in cdxl_read_packet()
172 if (cdxl->read_chunk && audio_size) { in cdxl_read_packet()
197 cdxl->read_chunk = 0; in cdxl_read_packet()
229 cdxl->read_chunk = audio_size; in cdxl_read_packet()
232 if (!cdxl->read_chunk) in cdxl_read_packet()
242 cdxl->read_chunk = 0; in read_seek()
Dmpjpegdec.c333 const int read_chunk = 2048; in mpjpeg_read_packet() local
337 …while ((ret = ffio_ensure_seekback(s->pb, read_chunk)) >= 0 && /* we may need to return as much as… in mpjpeg_read_packet()
338 (ret = av_append_packet(s->pb, pkt, read_chunk)) >= 0) { in mpjpeg_read_packet()
Ddhav.c166 static int read_chunk(AVFormatContext *s) in read_chunk() function
245 read_chunk(s); in get_duration()
255 read_chunk(s); in get_duration()
334 while ((ret = read_chunk(s)) == 0) in dhav_read_packet()
/third_party/skia/third_party/externals/brotli/python/tests/
Dcompressor_test.py47 read_chunk = functools.partial(in_file.read, self.CHUNK_SIZE)
48 for data in iter(read_chunk, b''):
58 read_chunk = functools.partial(in_file.read, self.CHUNK_SIZE)
59 for data in iter(read_chunk, b''):
Ddecompressor_test.py37 read_chunk = functools.partial(in_file.read, self.CHUNK_SIZE)
38 for data in iter(read_chunk, b''):
/third_party/boost/libs/fiber/examples/
Dadapt_nonblocking.cpp104 int read_chunk( NonblockingAPI & api, std::string & data, std::size_t desired) { in read_chunk() function
124 ( error = read_chunk( api, chunk, desired - data.length() ) ) == 0) { in read_desired()
/third_party/boost/libs/fiber/doc/
Dnonblocking.qbk58 Given `read_chunk()`, we can straightforwardly iterate until we have all
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c2782 static void read_chunk(struct file *file);
2938 read_chunk(file); in process_chunk()
2948 read_chunk(file); in process_chunk()
3082 read_chunk(struct file *file) in read_chunk() function
3283 read_chunk(file); in read_callback()
/third_party/libpng/contrib/tools/
Dpngfix.c2782 static void read_chunk(struct file *file);
2938 read_chunk(file); in process_chunk()
2948 read_chunk(file); in process_chunk()
3082 read_chunk(struct file *file) in read_chunk() function
3283 read_chunk(file); in read_callback()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c2782 static void read_chunk(struct file *file);
2938 read_chunk(file); in process_chunk()
2948 read_chunk(file); in process_chunk()
3082 read_chunk(struct file *file) in read_chunk() function
3283 read_chunk(file); in read_callback()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c149 static uint32_t *read_chunk(uint32_t *ptr, void **data, unsigned *size) in read_chunk() function
216 ptr = read_chunk(ptr, (void **)&shader->binary.elf_buffer, &elf_size); in si_load_shader_binary()
218 ptr = read_chunk(ptr, (void **)&shader->binary.llvm_ir_string, &chunk_size); in si_load_shader_binary()