Lines Matching refs:biCompression
59 static enum AVPixelFormat dshow_pixfmt(DWORD biCompression, WORD biBitCount)
61 switch(biCompression) {
79 return avpriv_pix_fmt_find(PIX_FMT_LIST_RAW, biCompression); // all others
737 fmt_info->pix_fmt = dshow_pixfmt(bih->biCompression, bih->biBitCount);
740 fmt_info->codec_id = av_codec_get_id(tags, bih->biCompression);
926 av_log(avctx, AV_LOG_INFO, " unknown compression type 0x%X", (int) bih->biCompression);
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) {
1608 "Please report type 0x%X.\n", (int) bih->biCompression);