Home
last modified time | relevance | path

Searched refs:do_md5 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/
Dvpxdec.c316 void *out_open(const char *out_fn, int do_md5) in out_open() argument
320 if (do_md5) in out_open()
343 void out_put(void *out, const uint8_t *buf, unsigned int len, int do_md5) in out_put() argument
345 if (do_md5) in out_put()
357 void out_close(void *out, const char *out_fn, int do_md5) in out_close() argument
359 if (do_md5) in out_close()
703 …int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0, do_md5 = 0, progress =… in main() local
775 do_md5 = 1; in main()
875 if(!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) in main()
922 out = out_open(outfile, do_md5); in main()
[all …]
/external/flac/libFLAC/include/protected/
Dstream_encoder.h82 FLAC__bool do_md5; member
/external/flac/libFLAC/
Dstream_encoder.c1066 if(encoder->protected_->do_md5) in init_stream_internal_()
1336 if(encoder->protected_->do_md5) in FLAC__stream_encoder_finish()
1432 encoder->protected_->do_md5 = value; in FLAC__stream_encoder_set_do_md5()
1856 return encoder->protected_->do_md5; in FLAC__stream_encoder_get_do_md5()
2129 encoder->protected_->do_md5 = true; in set_defaults_()
2878 …if(encoder->protected_->do_md5 && !FLAC__MD5Accumulate(&encoder->private_->md5context, (const FLAC… in process_frame_()