Home
last modified time | relevance | path

Searched refs:odone (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/
H A Dsoxr_resample.c76 size_t idone, odone; in flush() local
77 soxr_process((soxr_t)s->resample, &f, 0, &idone, &f, 0, &odone); in flush()
87 size_t idone, odone; in process() local
91 &idone, dst->ch, (size_t)dst_size, &odone); in process()
96 return error? -1 : odone; in process()
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c279 int odone; /* deflate EOF */ member
437 if (ctx->odone) in bio_zlib_write()
507 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush()
525 if (ctx->odone) in bio_zlib_flush()
537 ctx->odone = 1; in bio_zlib_flush()
561 ctx->odone = 0; in bio_zlib_ctrl()
609 if (ctx->odone) { in bio_zlib_ctrl()
/third_party/openssl/crypto/comp/
H A Dc_zlib.c279 int odone; /* deflate EOF */ member
437 if (ctx->odone) in bio_zlib_write()
507 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush()
525 if (ctx->odone) in bio_zlib_flush()
537 ctx->odone = 1; in bio_zlib_flush()
561 ctx->odone = 0; in bio_zlib_ctrl()
609 if (ctx->odone) { in bio_zlib_ctrl()

Completed in 3 milliseconds