Searched defs:fwrite (Results 1 - 2 of 2) sorted by last modified time

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh55 fwrite () { function
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c48 /* Swallow warnings about unused results of fread/fwrite */
57 return fwrite(ptr, size, nmemb, stream);
59 #define fwrite wrap_fwrite macro
1363 (void) fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz,

Completed in 380 milliseconds