/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...] |