Home | History | Annotate | Download | only in src

Lines Matching refs:biHeight

64     bmih.biHeight = height;
213 cvInitImageHeader( &src, cvSize( bmih->biWidth, bmih->biHeight ),
438 heightSet = vfmt.biHeight;
495 if( !frame || frame->width != vfmt0.biWidth || frame->height != vfmt0.biHeight )
498 frame = cvCreateImage( cvSize( vfmt0.biWidth, vfmt0.biHeight ), 8, 3 );
504 BITMAPINFOHEADER vfmt1 = icvBitmapHeader( vfmt0.biWidth, vfmt0.biHeight, 24 );
507 prevWidth != vfmt0.biWidth || prevHeight != vfmt0.biHeight )
534 cvInitImageHeader( &src, cvSize(vfmt0.biWidth, vfmt0.biHeight),
619 if( width != vfmt.biWidth || height != vfmt.biHeight )
623 vfmt.biHeight = height;