Searched refs:frame_sizes (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 1253 uint64_t track_number, length, frame_sizes[256], cluster_tc, flags, frames, tc_scale, total; in ne_read_block() local 1309 frame_sizes[0] = block_size - consumed; in ne_read_block() 1314 r = ne_read_xiph_lacing(ctx->io, (size_t)block_size, &consumed, frames, frame_sizes); in ne_read_block() 1322 frame_sizes[i] = (block_size - consumed) / frames; in ne_read_block() 1327 r = ne_read_ebml_lacing(ctx->io, (size_t)block_size, &consumed, frames, frame_sizes); in ne_read_block() 1336 total += frame_sizes[i]; in ne_read_block() 1367 if (frame_sizes[i] > LIMIT_FRAME) { in ne_read_block() 1372 f->length = (size_t)frame_sizes[i]; in ne_read_block()
|