Searched refs:bih (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow_common.c66 static void dump_bih(void *s, BITMAPINFOHEADER *bih) argument
69 dstruct(s, bih, biSize, "lu");
70 dstruct(s, bih, biWidth, "ld");
71 dstruct(s, bih, biHeight, "ld");
72 dstruct(s, bih, biPlanes, "d");
73 dstruct(s, bih, biBitCount, "d");
74 dstruct(s, bih, biCompression, "lu");
76 (char*) &bih->biCompression);
77 dstruct(s, bih, biSizeImage, "lu");
78 dstruct(s, bih, biXPelsPerMete
[all...]
H A Dvfwcap.c137 static void dump_bih(AVFormatContext *s, BITMAPINFOHEADER *bih) argument
140 dstruct(s, bih, biSize, "lu");
141 dstruct(s, bih, biWidth, "ld");
142 dstruct(s, bih, biHeight, "ld");
143 dstruct(s, bih, biPlanes, "d");
144 dstruct(s, bih, biBitCount, "d");
145 dstruct(s, bih, biCompression, "lu");
147 (char*) &bih->biCompression);
148 dstruct(s, bih, biSizeImage, "lu");
149 dstruct(s, bih, biXPelsPerMete
[all...]
H A Ddshow.c353 BITMAPINFOHEADER *bih; local
361 bih = &v->bmiHeader;
365 bih = &v->bmiHeader;
370 enum AVPixelFormat pix_fmt = dshow_pixfmt(bih->biCompression, bih->biBitCount);
372 enum AVCodecID codec_id = ff_codec_get_id(avformat_get_riff_video_tags(), bih->biCompression);
375 av_log(avctx, AV_LOG_INFO, " unknown compression type 0x%X", (int) bih->biCompression);
390 if (ctx->video_codec_id != ff_codec_get_id(avformat_get_riff_video_tags(), bih->biCompression))
394 ctx->pixel_format != dshow_pixfmt(bih->biCompression, bih
755 BITMAPINFOHEADER *bih = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dvfwcap.c139 static void dump_bih(AVFormatContext *s, BITMAPINFOHEADER *bih) argument
142 dstruct(s, bih, biSize, "lu");
143 dstruct(s, bih, biWidth, "ld");
144 dstruct(s, bih, biHeight, "ld");
145 dstruct(s, bih, biPlanes, "d");
146 dstruct(s, bih, biBitCount, "d");
147 dstruct(s, bih, biCompression, "lu");
149 (char*) &bih->biCompression);
150 dstruct(s, bih, biSizeImage, "lu");
151 dstruct(s, bih, biXPelsPerMete
[all...]

Completed in 103 milliseconds