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/libvpx/
vpxdec.c 323 void *out_open(const char *out_fn, int do_md5)
327 if (do_md5)
350 void out_put(void *out, const uint8_t *buf, unsigned int len, int do_md5)
352 if (do_md5)
364 void out_close(void *out, const char *out_fn, int do_md5)
366 if (do_md5)
708 int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0, do_md5 = 0, progress = 0; local
783 do_md5 = 1;
892 if(!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit)
939 out = out_open(outfile, do_md5);
967 (unsigned int)strlen(buffer), do_md5); local
    [all...]

Completed in 42 milliseconds