OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_md5
(Results
1 - 3
of
3
) sorted by null
/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
...]
/external/flac/libFLAC/
stream_encoder.c
[
all
...]
Completed in 328 milliseconds