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

  /external/libvpx/vp8/decoder/
onyxd_if.c 43 FILE *yuv_file = fopen((char *)name, "ab"); local
49 fwrite(src, s->y_width, 1, yuv_file);
59 fwrite(src, s->uv_width, 1, yuv_file);
69 fwrite(src, s->uv_width, 1, yuv_file);
74 fclose(yuv_file);
  /external/libvpx/vp8/encoder/
onyx_if.c 106 FILE *yuv_file; variable
2838 FILE *yuv_file = fopen(name, "ab"); local
    [all...]

Completed in 25 milliseconds