Lines Matching defs:bih
695 BITMAPINFOHEADER *bih;
707 bih = &v->bmiHeader;
713 bih = &v->bmiHeader;
734 fmt_info->width = bih->biWidth;
735 fmt_info->height = bih->biHeight;
737 fmt_info->pix_fmt = dshow_pixfmt(bih->biCompression, bih->biBitCount);
740 fmt_info->codec_id = av_codec_get_id(tags, bih->biCompression);
900 BITMAPINFOHEADER *bih;
912 bih = &v->bmiHeader;
917 bih = &v->bmiHeader;
926 av_log(avctx, AV_LOG_INFO, " unknown compression type 0x%X", (int) bih->biCompression);
982 bih->biWidth = requested_width;
983 bih->biHeight = requested_height;
1557 BITMAPINFOHEADER *bih = NULL;
1563 bih = &v->bmiHeader;
1567 bih = &v->bmiHeader;
1569 if (!bih) {
1580 par->codec_tag = bih->biCompression;
1582 if (bih->biCompression == MKTAG('H', 'D', 'Y', 'C')) {
1593 if (bih->biCompression == BI_RGB || bih->biCompression == BI_BITFIELDS) {
1594 par->bits_per_coded_sample = bih->biBitCount;
1608 "Please report type 0x%X.\n", (int) bih->biCompression);
1612 par->bits_per_coded_sample = bih->biBitCount;