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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.c40 FILE *yuv_file = fopen(name, "ab"); local
45 fwrite(src, w, 1, yuv_file);
54 fwrite(src, w, 1, yuv_file);
62 fwrite(src, w, 1, yuv_file);
66 fclose(yuv_file);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c99 FILE *yuv_file; variable
1960 yuv_file = fopen("bd.yuv", "ab");
2409 fclose(yuv_file);
2614 FILE *yuv_file = fopen(name, "ab"); local
2620 fwrite(src, s->y_width, 1, yuv_file);
2630 fwrite(src, s->uv_width, 1, yuv_file);
2640 fwrite(src, s->uv_width, 1, yuv_file);
2645 fclose(yuv_file);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c82 FILE *yuv_file; variable
1317 yuv_file = fopen("bd.yuv", "ab");
1618 fclose(yuv_file);
1815 fwrite(src, s->y_width, 1, yuv_file);
1823 fwrite(src, s->uv_width, 1, yuv_file);
1831 fwrite(src, s->uv_width, 1, yuv_file);

Completed in 49 milliseconds