Home
last modified time | relevance | path

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

/external/libvpx/
Dvpxdec.c526 int do_md5 = 0, progress = 0; in main_loop() local
626 do_md5 = 1; in main_loop()
707 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) { in main_loop()
738 if (do_md5) in main_loop()
964 if (!output_bit_depth && single_file && !do_md5) { in main_loop()
1010 if (do_md5) { in main_loop()
1019 if (do_md5) { in main_loop()
1046 if (do_md5) { in main_loop()
1054 if (do_md5) { in main_loop()
1089 if (do_md5) { in main_loop()
/external/libaom/apps/
Daomdec.c442 int do_md5 = 0, progress = 0; in main_loop() local
547 do_md5 = 1; in main_loop()
614 if (!outfile_pattern && isatty(STDOUT_FILENO) && !do_md5 && !noblit) { in main_loop()
660 if (do_md5) in main_loop()
929 if (do_md5) { in main_loop()
938 if (do_md5) { in main_loop()
967 if (do_md5) { in main_loop()
976 if (do_md5) { in main_loop()
1020 if (do_md5) { in main_loop()
/external/flac/src/libFLAC/include/protected/
Dstream_encoder.h95 FLAC__bool do_md5; member
/external/flac/src/flac/
Dencode.h114 FLAC__bool do_md5; member
Dmain.c296 FLAC__bool do_md5; member
642 option_values.debug.do_md5 = true; in init_options()
964 option_values.debug.do_md5 = false; in parse_option()
2051 encode_options.debug.do_md5 = option_values.debug.do_md5; in encode_file()
Dencode.c2102 if(!options.debug.do_md5) { in EncoderSession_init_encoder()
/external/flac/src/libFLAC/
Dstream_encoder.c1210 if(encoder->protected_->do_md5) in init_stream_internal_()
1504 if(encoder->protected_->do_md5) in FLAC__stream_encoder_finish()
1608 encoder->protected_->do_md5 = value; in FLAC__stream_encoder_set_do_md5()
2118 return encoder->protected_->do_md5; in FLAC__stream_encoder_get_do_md5()
2440 encoder->protected_->do_md5 = true; in set_defaults_()
3181 …if(encoder->protected_->do_md5 && !FLAC__MD5Accumulate(&encoder->private_->md5context, (const FLAC… in process_frame_()