Lines Matching refs:fprintf
74 fprintf(fp, "========== new surface rendering ==========\n");
75 fprintf(fp,
81 fprintf(fp, "picture structure: frame picture\n");
83 fprintf(fp, "picture structure: top field picture (%s)\n",
86 fprintf(fp, "picture structure: bottom field picture (%s)\n",
90 fprintf(fp, "picture type: I\n");
92 fprintf(fp, "picture type: P\n");
94 fprintf(fp, "picture type: B\n");
96 fprintf(fp, "picture type: Bad!\n");
98 fprintf(fp, "target picture: id (%d) width (%d) height (%d)\n",
101 fprintf(fp, "past picture: id (%d) width (%d) height (%d)\n",
104 fprintf(fp, "future picture: id (%d) width (%d) height (%d)\n",
107 fprintf(fp, "num macroblocks: %d, first macroblocks %d\n",
114 fprintf(fp, "- MB(%d): ", i);
115 fprintf(fp, "x (%d) y (%d) ", mb->x, mb->y);
116 fprintf(fp, "macroblock type (");
118 fprintf(fp, "motion_forward ");
120 fprintf(fp, "motion_backward ");
122 fprintf(fp, "pattern ");
124 fprintf(fp, "intra ");
125 fprintf(fp, ") ");
126 fprintf(fp, "mc type ");
129 fprintf(fp, "(field) ");
131 fprintf(fp, "(frame) ");
133 fprintf(fp, "(dual-prime) ");
135 fprintf(fp, "(unknown %d) ", mb->motion_type);
138 fprintf(fp, "(field) ");
140 fprintf(fp, "(dual-prime) ");
142 fprintf(fp, "(16x8) ");
144 fprintf(fp, "(unknown %d) ", mb->motion_type);
148 fprintf(fp, "dct type (frame) ");
150 fprintf(fp, "dct type (field) ");
152 fprintf(fp, "coded_block_pattern (0x%x)\n",