Searched refs:biHeight (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdbmp.c255 INT32 biHeight = 0; local
287 biHeight = (INT32) GET_2B(bmpinfoheader,6);
294 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight);
297 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight);
311 biHeight = GET_4B(bmpinfoheader,8);
323 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight);
326 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
386 row_width, (JDIMENSION) biHeight, (JDIMENSION) 1);
403 cinfo->image_height = (JDIMENSION) biHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dbmputils.h52 biHeight, local
76 biHeight = getint(fp);
87 *Height = (int)biHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dvfwcap.c142 dstruct(s, bih, biHeight, "ld");
325 ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size);
336 bi->bmiHeader.biHeight = 240;
378 codec->height = bi->bmiHeader.biHeight;
H A Ddshow_common.c71 dstruct(s, bih, biHeight, "ld");
H A Ddshow.c412 bih->biHeight = ctx->requested_height;
775 codec->height = bih->biHeight;
H A Dgdigrab.c344 bmi.bmiHeader.biHeight = -(clip_rect.bottom - clip_rect.top);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dvfwcap.c144 dstruct(s, bih, biHeight, "ld");
322 ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size);
333 bi->bmiHeader.biHeight = 240;
377 codec->height = bi->bmiHeader.biHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcprint.cpp366 ds.dsBmih.biWidth, ds.dsBmih.biHeight,
368 ds.dsBmih.biWidth, ds.dsBmih.biHeight,
H A Ddib.cpp114 info->bmiHeader.biHeight = height;
518 bi.biHeight = h;
H A Dbitmap.cpp1631 lpDIBheader->bmiHeader.biHeight = ySize;
H A Ddc.cpp2274 const LONG hDIB = ds.dsBmih.biHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davisynth.c122 st->codec->height = imgfmt.bmiHeader.biHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddataobj.cpp820 wxBitmap bitmap(pbmih->biWidth, pbmih->biHeight, pbmih->biBitCount);
937 if ( !GetDIBits(hdc, hbmp, 0, pbi->bmiHeader.biHeight, pbi + 1,
974 m_bitmap.SetHeight(pbmih->biHeight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.h119 __s32 biHeight; member in struct:_BITMAPINFOHEADER
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.h122 int32_t biHeight; member in struct:_BITMAPINFOHEADER
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-win.c472 bmih->biHeight = -((long)image_height);
H A Drpng2-win.c698 bmih->biHeight = -((long)rpng2_info.height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_win.c716 bi.biHeight = bm.bmHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_win.c716 bi.biHeight = bm.bmHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A DVisualPng.c741 pbmih->biHeight = -((long) cyWinSize);

Completed in 159 milliseconds