Lines Matching refs:dshowdebug

49     dshowdebug("0x%08x 0x%04x 0x%04x %02x%02x%02x%02x%02x%02x%02x%02x",
63 dshowdebug(" "#var":\t%"type"\n", sname->var)
68 dshowdebug(" BITMAPINFOHEADER\n");
75 dshowdebug(" biCompression:\t\"%.4s\"\n",
88 dshowdebug(" VIDEO_STREAM_CONFIG_CAPS\n");
89 dshowdebug(" guid\t");
91 dshowdebug("\n");
92 dshowdebug(" VideoStandard\t%lu\n", caps->VideoStandard);
93 dshowdebug(" InputSize %ld\t%ld\n", caps->InputSize.cx, caps->InputSize.cy);
94 dshowdebug(" MinCroppingSize %ld\t%ld\n", caps->MinCroppingSize.cx, caps->MinCroppingSize.cy);
95 dshowdebug(" MaxCroppingSize %ld\t%ld\n", caps->MaxCroppingSize.cx, caps->MaxCroppingSize.cy);
96 dshowdebug(" CropGranularityX\t%d\n", caps->CropGranularityX);
97 dshowdebug(" CropGranularityY\t%d\n", caps->CropGranularityY);
98 dshowdebug(" CropAlignX\t%d\n", caps->CropAlignX);
99 dshowdebug(" CropAlignY\t%d\n", caps->CropAlignY);
100 dshowdebug(" MinOutputSize %ld\t%ld\n", caps->MinOutputSize.cx, caps->MinOutputSize.cy);
101 dshowdebug(" MaxOutputSize %ld\t%ld\n", caps->MaxOutputSize.cx, caps->MaxOutputSize.cy);
102 dshowdebug(" OutputGranularityX\t%d\n", caps->OutputGranularityX);
103 dshowdebug(" OutputGranularityY\t%d\n", caps->OutputGranularityY);
104 dshowdebug(" StretchTapsX\t%d\n", caps->StretchTapsX);
105 dshowdebug(" StretchTapsY\t%d\n", caps->StretchTapsY);
106 dshowdebug(" ShrinkTapsX\t%d\n", caps->ShrinkTapsX);
107 dshowdebug(" ShrinkTapsY\t%d\n", caps->ShrinkTapsY);
108 dshowdebug(" MinFrameInterval\t%"PRId64"\n", caps->MinFrameInterval);
109 dshowdebug(" MaxFrameInterval\t%"PRId64"\n", caps->MaxFrameInterval);
110 dshowdebug(" MinBitsPerSecond\t%ld\n", caps->MinBitsPerSecond);
111 dshowdebug(" MaxBitsPerSecond\t%ld\n", caps->MaxBitsPerSecond);
118 dshowdebug(" AUDIO_STREAM_CONFIG_CAPS\n");
119 dshowdebug(" guid\t");
121 dshowdebug("\n");
122 dshowdebug(" MinimumChannels\t%lu\n", caps->MinimumChannels);
123 dshowdebug(" MaximumChannels\t%lu\n", caps->MaximumChannels);
124 dshowdebug(" ChannelsGranularity\t%lu\n", caps->ChannelsGranularity);
125 dshowdebug(" MinimumBitsPerSample\t%lu\n", caps->MinimumBitsPerSample);
126 dshowdebug(" MaximumBitsPerSample\t%lu\n", caps->MaximumBitsPerSample);
127 dshowdebug(" BitsPerSampleGranularity\t%lu\n", caps->BitsPerSampleGranularity);
128 dshowdebug(" MinimumSampleFrequency\t%lu\n", caps->MinimumSampleFrequency);
129 dshowdebug(" MaximumSampleFrequency\t%lu\n", caps->MaximumSampleFrequency);
130 dshowdebug(" SampleFrequencyGranularity\t%lu\n", caps->SampleFrequencyGranularity);
137 dshowdebug(" majortype\t");
139 dshowdebug("\n");
140 dshowdebug(" subtype\t");
142 dshowdebug("\n");
143 dshowdebug(" bFixedSizeSamples\t%d\n", type->bFixedSizeSamples);
144 dshowdebug(" bTemporalCompression\t%d\n", type->bTemporalCompression);
145 dshowdebug(" lSampleSize\t%lu\n", type->lSampleSize);
146 dshowdebug(" formattype\t");
148 dshowdebug("\n");
149 dshowdebug(" pUnk\t%p\n", type->pUnk);
150 dshowdebug(" cbFormat\t%lu\n", type->cbFormat);
151 dshowdebug(" pbFormat\t%p\n", type->pbFormat);
155 dshowdebug(" rcSource: left %ld top %ld right %ld bottom %ld\n",
157 dshowdebug(" rcTarget: left %ld top %ld right %ld bottom %ld\n",
159 dshowdebug(" dwBitRate: %lu\n", v->dwBitRate);
160 dshowdebug(" dwBitErrorRate: %lu\n", v->dwBitErrorRate);
161 dshowdebug(" AvgTimePerFrame: %"PRId64"\n", v->AvgTimePerFrame);
165 dshowdebug(" rcSource: left %ld top %ld right %ld bottom %ld\n",
167 dshowdebug(" rcTarget: left %ld top %ld right %ld bottom %ld\n",
169 dshowdebug(" dwBitRate: %lu\n", v->dwBitRate);
170 dshowdebug(" dwBitErrorRate: %lu\n", v->dwBitErrorRate);
171 dshowdebug(" AvgTimePerFrame: %"PRId64"\n", v->AvgTimePerFrame);
172 dshowdebug(" dwInterlaceFlags: %lu\n", v->dwInterlaceFlags);
173 dshowdebug(" dwCopyProtectFlags: %lu\n", v->dwCopyProtectFlags);
174 dshowdebug(" dwPictAspectRatioX: %lu\n", v->dwPictAspectRatioX);
175 dshowdebug(" dwPictAspectRatioY: %lu\n", v->dwPictAspectRatioY);
176 // dshowdebug(" dwReserved1: %lu\n", v->u.dwReserved1); /* mingw-w64 is buggy and doesn't name unnamed unions */
177 dshowdebug(" dwReserved2: %lu\n", v->dwReserved2);
181 dshowdebug(" wFormatTag: %u\n", fx->wFormatTag);
182 dshowdebug(" nChannels: %u\n", fx->nChannels);
183 dshowdebug(" nSamplesPerSec: %lu\n", fx->nSamplesPerSec);
184 dshowdebug(" nAvgBytesPerSec: %lu\n", fx->nAvgBytesPerSec);
185 dshowdebug(" nBlockAlign: %u\n", fx->nBlockAlign);
186 dshowdebug(" wBitsPerSample: %u\n", fx->wBitsPerSample);
187 dshowdebug(" cbSize: %u\n", fx->cbSize);