/third_party/ffmpeg/libavcodec/ |
H A D | bmvaudio.c | 47 int blocks = 0, total_blocks, i; in bmv_aud_decode_frame() local 52 total_blocks = *buf++; in bmv_aud_decode_frame() 53 if (buf_size < total_blocks * 65 + 1) { in bmv_aud_decode_frame() 55 total_blocks * 65 + 1, buf_size); in bmv_aud_decode_frame() 60 frame->nb_samples = total_blocks * 32; in bmv_aud_decode_frame() 65 for (blocks = 0; blocks < total_blocks; blocks++) { in bmv_aud_decode_frame()
|
H A D | msvideo1.c | 91 int total_blocks; in msvideo1_decode_8bit() local 111 total_blocks = blocks_wide * blocks_high; in msvideo1_decode_8bit() 122 total_blocks--; in msvideo1_decode_8bit() 134 if ((byte_a == 0) && (byte_b == 0) && (total_blocks == 0)) in msvideo1_decode_8bit() 179 total_blocks--; in msvideo1_decode_8bit() 191 int total_blocks; in msvideo1_decode_16bit() local 211 total_blocks = blocks_wide * blocks_high; in msvideo1_decode_16bit() 222 total_blocks--; in msvideo1_decode_16bit() 234 if ((byte_a == 0) && (byte_b == 0) && (total_blocks == 0)) { in msvideo1_decode_16bit() 292 total_blocks in msvideo1_decode_16bit() [all...] |
H A D | rpza.c | 57 if (total_blocks < 1) { \ 71 total_blocks--; \ 88 int total_blocks; in rpza_decode_stream() local 107 total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4); in rpza_decode_stream() 109 if (total_blocks / 32 > bytestream2_get_bytes_left(&s->gb)) in rpza_decode_stream() 137 n_blocks = FFMIN(n_blocks, total_blocks); in rpza_decode_stream()
|
H A D | smc.c | 74 total_blocks--; \ 75 if (total_blocks < !!n_blocks) \ 109 int total_blocks; in smc_decode_stream() local 127 total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4); in smc_decode_stream() 130 while (total_blocks) { in smc_decode_stream() 438 int total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4); in smc_decode_frame() local 440 if (total_blocks / 1024 > avpkt->size) in smc_decode_frame()
|
H A D | smcenc.c | 129 int total_blocks; in smc_encode_stream() local 137 total_blocks = ((width + 3) / 4) * ((height + 3) / 4); in smc_encode_stream() 141 while (block_counter < total_blocks) { in smc_encode_stream() 153 while (prev_pixels && s->key_frame == 0 && block_counter + inter_skip_blocks < total_blocks) { in smc_encode_stream() 180 while (block_counter > 0 && block_counter + intra_skip_blocks < total_blocks) { in smc_encode_stream() 209 while (block_counter + coded_blocks < total_blocks && coded_blocks < 256) { in smc_encode_stream()
|
H A D | rpzaenc.c | 84 int total_blocks; member 555 int total_blocks; in rpza_encode_stream() local 571 total_blocks = ((s->frame_width + 3) / 4) * ((s->frame_height + 3) / 4); in rpza_encode_stream() 579 while (block_counter < total_blocks) { in rpza_encode_stream() 587 while (n_blocks < 32 && block_counter + n_blocks < total_blocks) { in rpza_encode_stream() 658 while (n_blocks < 32 && block_counter + n_blocks < total_blocks) { in rpza_encode_stream()
|
H A D | escape130.c | 203 unsigned total_blocks = avctx->width * avctx->height / 4, in escape130_decode_frame() local 235 for (block_index = 0; block_index < total_blocks; block_index++) { in escape130_decode_frame()
|
/third_party/python/Python/ |
H A D | pyarena.c | 70 size_t total_blocks; member 150 arena->total_blocks = 1; in _PyArena_New() 165 arena->total_allocs, arena->total_size, arena->total_blocks, in _PyArena_Free() 194 arena->total_blocks++; in _PyArena_Malloc()
|
/third_party/libsnd/src/ |
H A D | sds.c | 49 int samplesperblock, total_blocks ; member 294 psds->total_blocks = blockcount ; in sds_read_header() 713 if (newblock > psds->total_blocks) in sds_seek() 731 if (newblock > psds->total_blocks) in sds_seek() 803 if (psds->write_block > psds->total_blocks) in sds_2byte_write() 804 psds->total_blocks = psds->write_block ; in sds_2byte_write() 805 psds->frames = psds->total_blocks * psds->samplesperblock ; in sds_2byte_write() 845 if (psds->write_block > psds->total_blocks) in sds_3byte_write() 846 psds->total_blocks = psds->write_block ; in sds_3byte_write() 847 psds->frames = psds->total_blocks * psd in sds_3byte_write() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | param_build.c | 46 size_t total_blocks; in DEFINE_STACK_OF() local 68 bld->total_blocks += pd->alloc_blocks; in param_push() 364 const size_t total = OSSL_PARAM_ALIGN_SIZE * (p_blks + bld->total_blocks); in OSSL_PARAM_BLD_to_param() 385 bld->total_blocks = 0; in OSSL_PARAM_BLD_to_param()
|
/third_party/openssl/crypto/ |
H A D | param_build.c | 46 size_t total_blocks; in DEFINE_STACK_OF() local 68 bld->total_blocks += pd->alloc_blocks; in param_push() 364 const size_t total = OSSL_PARAM_ALIGN_SIZE * (p_blks + bld->total_blocks); in OSSL_PARAM_BLD_to_param() 385 bld->total_blocks = 0; in OSSL_PARAM_BLD_to_param()
|
/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | private-lib-misc-lwsac.h | 60 int total_blocks; member
|
H A D | lwsac.c | 184 lachead->total_blocks++; in _lwsac_use() 291 (int)(lachead->total_alloc_size >> 10), lachead->total_blocks); in lwsac_info()
|
/third_party/ffmpeg/libavformat/ |
H A D | ape.c | 149 int total_blocks; in ape_read_header() local 332 total_blocks = (ape->totalframes == 0) ? 0 : ((ape->totalframes - 1) * ape->blocksperframe) + ape->finalframeblocks; in ape_read_header() 343 st->duration = total_blocks; in ape_read_header()
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 1450 check_all_blocks_in(coap_rblock_t *rec_blocks, size_t total_blocks) { in check_all_blocks_in() argument 1460 /* total_blocks counts from 1 */ in check_all_blocks_in() 1461 if (block + 1 < total_blocks) in check_all_blocks_in()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | native.rs | 336 pub total_blocks: ::off_t,
|