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

  /external/libvpx/libvpx/
ivfenc.h 22 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg,
ivfenc.c 16 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, function
video_writer.c 31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count);
vpxenc.c     [all...]
  /external/libvpx/libvpx/test/
decode_perf_test.cc 157 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_);
169 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_);

Completed in 1022 milliseconds