Home
last modified time | relevance | path

Searched refs:outBinfp (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c365 FILE *outBinfp; in GPD_WRITE_OUTPUT_2_USB() local
366 if((outBinfp = fopen((char *)fileName2, "wb"))==NULL) in GPD_WRITE_OUTPUT_2_USB()
375 fwrite((void *)u32addr, 1, u32Size, outBinfp); in GPD_WRITE_OUTPUT_2_USB()
376 fclose(outBinfp); in GPD_WRITE_OUTPUT_2_USB()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c7379 FILE *outBinfp; in _PrintOutputMem() local
7380 if((outBinfp = fopen((char *)fileName2, "wb"))==NULL) in _PrintOutputMem()
7389 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
7390 fclose(outBinfp); in _PrintOutputMem()
H A DapiJPEG.c7672 FILE *outBinfp; in _PrintOutputMem() local
7673 if((outBinfp = fopen((char *)fileName2, "wb"))==NULL) in _PrintOutputMem()
7682 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
7683 fclose(outBinfp); in _PrintOutputMem()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c7369 FILE *outBinfp; in _PrintOutputMem() local
7370 if((outBinfp = fopen((char *)fileName2, "wb"))==NULL) { in _PrintOutputMem()
7378 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
7379 fclose(outBinfp); in _PrintOutputMem()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c7352 FILE *outBinfp; in _PrintOutputMem() local
7353 if((outBinfp = fopen((char *)fileName2, "wb"))==NULL) in _PrintOutputMem()
7362 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
7363 fclose(outBinfp); in _PrintOutputMem()