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

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 517 static FILE *open_outfile(const char *name) { function
930 outfile = open_outfile(outfile_name);
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 474 static FILE *open_outfile(const char *name) { function
691 outfile = open_outfile(outfile_name);
917 outfile = open_outfile(outfile_name);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 474 static FILE *open_outfile(const char *name) { function
691 outfile = open_outfile(outfile_name);
917 outfile = open_outfile(outfile_name);
  /external/elfutils/0.153/src/
ld.h 345 int (*open_outfile) (struct ld_state *, int, int, int); member in struct:callbacks
346 #define OPEN_OUTFILE(state, machine, class, data) \
347 DL_CALL_FCT ((state)->callbacks.open_outfile, (state, machine, class, data))
    [all...]

Completed in 126 milliseconds