Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DFilm.c366 FILE *fptr = fopen("debug.txt","a"); in myprintf() local
367 fprintf(fptr, "%s[x=%d, y=%d] %x %x %x %x %x %x %x %x\n", in myprintf()
377 fclose(fptr); in myprintf()
787 FILE *fptr = fopen(ofile, "a"); in dumpDetFieldOrder_status() local
788 if( fptr == NULL ) return; in dumpDetFieldOrder_status()
796 fprintf(fptr, "// motionT0B1(TFF), motionT1B0(BFF), motionT0B0, curField(Top0/Bot1)\n"); in dumpDetFieldOrder_status()
813 fprintf(fptr, "%05x_%05x_%05x_%d, ratio=%d, bT0B1=%d bT1B0=%d bRatio=%d\n", in dumpDetFieldOrder_status()
818 fclose(fptr); in dumpDetFieldOrder_status()
H A DFieldDetection.c157 FILE *fptr = fopen("/usb/sda1/field-firmware.txt","a"); in RunDI() local
158 fprintf(fptr, "%d\n", field_inv); in RunDI()
159 fclose(fptr); in RunDI()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/
H A DFilm.c366 FILE *fptr = fopen("debug.txt","a"); in myprintf() local
367 fprintf(fptr, "%s[x=%d, y=%d] %x %x %x %x %x %x %x %x\n", in myprintf()
377 fclose(fptr); in myprintf()
787 FILE *fptr = fopen(ofile, "a"); in dumpDetFieldOrder_status() local
788 if( fptr == NULL ) return; in dumpDetFieldOrder_status()
796 fprintf(fptr, "// motionT0B1(TFF), motionT1B0(BFF), motionT0B0, curField(Top0/Bot1)\n"); in dumpDetFieldOrder_status()
813 fprintf(fptr, "%05x_%05x_%05x_%d, ratio=%d, bT0B1=%d bT1B0=%d bRatio=%d\n", in dumpDetFieldOrder_status()
818 fclose(fptr); in dumpDetFieldOrder_status()
H A DFieldDetection.c157 FILE *fptr = fopen("/usb/sda1/field-firmware.txt","a"); in RunDI() local
158 fprintf(fptr, "%d\n", field_inv); in RunDI()
159 fclose(fptr); in RunDI()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdlib.h351 int32_t *fptr; /* Front pointer. */ member