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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp176 FILE *fp_debug; local
294 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
295 fprintf(fp_debug, "#%d (%d,%d,%d) : ", mbnum, mot_mb[0].x, mot_mb[0].y, mot_mb[0].sad);
296 fprintf(fp_debug, "(%d,%d,%d) : (%d,%d,%d) : (%d,%d,%d) : (%d,%d,%d) : ==>\n",
301 fclose(fp_debug);
333 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
334 fprintf(fp_debug, "\n");
335 fclose(fp_debug);
349 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
350 fprintf(fp_debug, "(
[all...]

Completed in 16 milliseconds