HomeSort by relevance Sort by last modified time
    Searched refs:set_binary_mode (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/
tools_common.h 117 FILE *set_binary_mode(FILE *stream);
tools_common.c 49 FILE *set_binary_mode(FILE *stream) { function
vpxdec.c 477 set_binary_mode(stdout);
669 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
    [all...]
vpxenc.c     [all...]

Completed in 356 milliseconds