Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dvpxdec.c526 int do_md5 = 0, progress = 0; in main_loop() local
623 do_md5 = 1; in main_loop()
704 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) { in main_loop()
735 if (do_md5) in main_loop()
952 if (!output_bit_depth && single_file && !do_md5) { in main_loop()
994 if (do_md5) { in main_loop()
1003 if (do_md5) { in main_loop()
1030 if (do_md5) { in main_loop()
1038 if (do_md5) { in main_loop()
1073 if (do_md5) { in main_loop()
/external/libaom/libaom/apps/
Daomdec.c435 int do_md5 = 0, progress = 0; in main_loop() local
536 do_md5 = 1; in main_loop()
599 if (!outfile_pattern && isatty(STDOUT_FILENO) && !do_md5 && !noblit) { in main_loop()
635 if (do_md5) in main_loop()
881 if (do_md5) { in main_loop()
890 if (do_md5) { in main_loop()
919 if (do_md5) { in main_loop()
928 if (do_md5) { in main_loop()
972 if (do_md5) { in main_loop()
/external/flac/src/libFLAC/include/protected/
Dstream_encoder.h90 FLAC__bool do_md5; member
/external/flac/src/flac/
Dencode.h111 FLAC__bool do_md5; member
Dmain.c283 FLAC__bool do_md5; member
611 option_values.debug.do_md5 = true; in init_options()
912 option_values.debug.do_md5 = false; in parse_option()
1925 encode_options.debug.do_md5 = option_values.debug.do_md5; in encode_file()
Dencode.c2154 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_()
1490 if(encoder->protected_->do_md5) in FLAC__stream_encoder_finish()
1586 encoder->protected_->do_md5 = value; in FLAC__stream_encoder_set_do_md5()
2052 return encoder->protected_->do_md5; in FLAC__stream_encoder_get_do_md5()
2329 encoder->protected_->do_md5 = true; in set_defaults_()
3090 …if(encoder->protected_->do_md5 && !FLAC__MD5Accumulate(&encoder->private_->md5context, (const FLAC… in process_frame_()