Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dvpxdec.c496 int do_md5 = 0, progress = 0; in main_loop() local
588 do_md5 = 1; in main_loop()
664 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) { in main_loop()
694 if (do_md5) in main_loop()
899 if (!output_bit_depth && single_file && !do_md5) { in main_loop()
941 if (do_md5) { in main_loop()
950 if (do_md5) { in main_loop()
977 if (do_md5) { in main_loop()
985 if (do_md5) { in main_loop()
1020 if (do_md5) { in main_loop()
/external/flac/libFLAC/include/protected/
Dstream_encoder.h90 FLAC__bool do_md5; member
/external/flac/libFLAC/
Dstream_encoder.c1191 if(encoder->protected_->do_md5) in init_stream_internal_()
1468 if(encoder->protected_->do_md5) in FLAC__stream_encoder_finish()
1564 encoder->protected_->do_md5 = value; in FLAC__stream_encoder_set_do_md5()
2029 return encoder->protected_->do_md5; in FLAC__stream_encoder_get_do_md5()
2308 encoder->protected_->do_md5 = true; in set_defaults_()
3069 …if(encoder->protected_->do_md5 && !FLAC__MD5Accumulate(&encoder->private_->md5context, (const FLAC… in process_frame_()