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 40 FILE *yuv_file = fopen((char *)name, "ab"); local
46 fwrite(src, s->y_width, 1, yuv_file);
56 fwrite(src, s->uv_width, 1, yuv_file);
66 fwrite(src, s->uv_width, 1, yuv_file);
71 fclose(yuv_file);
  /external/libvpx/vp8/encoder/
onyx_if.c 102 FILE *yuv_file; variable
2681 FILE *yuv_file = fopen(name, "ab"); local
    [all...]

Completed in 2414 milliseconds