Lines Matching refs:fprintf
70 fprintf(fp, "========== new surface rendering ==========\n");
71 fprintf(fp, "Context (id:%d) (surface_type_id:%d) (width:%d) (height:%d)\n",
75 fprintf(fp, "picture structure: frame picture\n");
77 fprintf(fp, "picture structure: top field picture (%s)\n",
80 fprintf(fp, "picture structure: bottom field picture (%s)\n",
84 fprintf(fp, "picture type: I\n");
86 fprintf(fp, "picture type: P\n");
88 fprintf(fp, "picture type: B\n");
90 fprintf(fp, "picture type: Bad!\n");
92 fprintf(fp, "target picture: id (%d) width (%d) height (%d)\n", target->surface_id,
95 fprintf(fp, "past picture: id (%d) width (%d) height (%d)\n", past->surface_id,
98 fprintf(fp, "future picture: id (%d) width (%d) height (%d)\n", future->surface_id,
101 fprintf(fp, "num macroblocks: %d, first macroblocks %d\n", num_macroblocks, first_macroblock);
106 fprintf(fp, "- MB(%d): ", i);
107 fprintf(fp, "x (%d) y (%d) ", mb->x, mb->y);
108 fprintf(fp, "macroblock type (");
110 fprintf(fp, "motion_forward ");
112 fprintf(fp, "motion_backward ");
114 fprintf(fp, "pattern ");
116 fprintf(fp, "intra ");
117 fprintf(fp, ") ");
118 fprintf(fp, "mc type ");
121 fprintf(fp, "(field) ");
123 fprintf(fp, "(frame) ");
125 fprintf(fp, "(dual-prime) ");
127 fprintf(fp, "(unknown %d) ", mb->motion_type);
130 fprintf(fp, "(field) ");
132 fprintf(fp, "(dual-prime) ");
134 fprintf(fp, "(16x8) ");
136 fprintf(fp, "(unknown %d) ", mb->motion_type);
140 fprintf(fp, "dct type (frame) ");
142 fprintf(fp, "dct type (field) ");
144 fprintf(fp, "coded_block_pattern (0x%x)\n", mb->coded_block_pattern);