Home
last modified time | relevance | path

Searched defs:total_blocks (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbmvaudio.c47 int blocks = 0, total_blocks, i; in bmv_aud_decode_frame() local
Dsmc.c106 int total_blocks; in smc_decode_stream() local
441 int total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4); in smc_decode_frame() local
Dmsvideo1.c89 int total_blocks; in msvideo1_decode_8bit() local
189 int total_blocks; in msvideo1_decode_16bit() local
Drpza.c87 int total_blocks; in rpza_decode_stream() local
Descape130.c203 unsigned total_blocks = avctx->width * avctx->height / 4, in escape130_decode_frame() local
Drpzaenc.c83 int total_blocks; member
554 int total_blocks; in rpza_encode_stream() local
/third_party/libwebsockets/lib/misc/lwsac/
Dprivate-lib-misc-lwsac.h60 int total_blocks; member
/third_party/python/Python/
Dpyarena.c70 size_t total_blocks; member
/third_party/ffmpeg/libavformat/
Dape.c151 int total_blocks, final_size = 0; in ape_read_header() local
/third_party/node/deps/openssl/openssl/crypto/
Dparam_build.c46 size_t total_blocks; member
/third_party/openssl/crypto/
Dparam_build.c46 size_t total_blocks; member
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.h98 guint32 total_blocks; member
/third_party/libsnd/src/
Dsds.c49 int samplesperblock, total_blocks ; member
/third_party/libcoap/src/
Dcoap_block.c1450 check_all_blocks_in(coap_rblock_t *rec_blocks, size_t total_blocks) { in check_all_blocks_in()