Searched defs:yuv_file (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c83 FILE *yuv_file; variable
2031 yuv_file = fopen("bd.yuv", "ab");
2482 fclose(yuv_file);
2688 void vp8_write_yuv_frame(FILE *yuv_file, YV12_BUFFER_CONFIG *s) argument
2695 fwrite(src, s->y_width, 1, yuv_file);
2705 fwrite(src, s->uv_width, 1, yuv_file);
2715 fwrite(src, s->uv_width, 1, yuv_file);
4236 vp8_write_yuv_frame(yuv_file, cpi->Source);

Completed in 199 milliseconds