HomeSort by relevance Sort by last modified time
    Searched defs:do_md5 (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/
md5.c 20 static int do_md5(const char *path) function
72 if (do_md5(argv[i]))
  /external/flac/libFLAC/include/protected/
stream_encoder.h 82 FLAC__bool do_md5; member in struct:FLAC__StreamEncoderProtected
  /external/libvpx/
vpxdec.c 316 void *out_open(const char *out_fn, int do_md5)
320 if (do_md5)
343 void out_put(void *out, const uint8_t *buf, unsigned int len, int do_md5)
345 if (do_md5)
357 void out_close(void *out, const char *out_fn, int do_md5)
359 if (do_md5)
703 int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0, do_md5 = 0, progress = 0; local
775 do_md5 = 1;
875 if(!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit)
922 out = out_open(outfile, do_md5);
949 out_put(out, (unsigned char *)buffer, strlen(buffer), do_md5); local
    [all...]

Completed in 628 milliseconds