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

  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c 37 FILE *yuv_file = fopen(name, "ab"); local
42 fwrite(src, w, 1, yuv_file);
51 fwrite(src, w, 1, yuv_file);
59 fwrite(src, w, 1, yuv_file);
63 fclose(yuv_file);
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 99 FILE *yuv_file; variable
2604 FILE *yuv_file = fopen(name, "ab"); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 78 FILE *yuv_file; variable
    [all...]

Completed in 72 milliseconds