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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.c1589 int pitchY, pitchUV; local in function:XGIQueryImageAttributes
1602 pitchY = *w;
1605 pitches[0] = pitchY;
1608 sizeY = pitchY * (*h);
1621 pitchY = *w;
1624 pitches[0] = pitchY;
1627 sizeY = pitchY * (*h);
1642 pitchY = *w << 1;
1643 if(pitches) pitches[0] = pitchY;
1645 size = pitchY * (*
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis6326_video.c1363 int pitchY, pitchUV; local in function:SIS6326QueryImageAttributes
1382 pitchY = *w;
1385 pitches[0] = pitchY;
1388 sizeY = pitchY * (*h);
1403 pitchY = *w << 1;
1404 if(pitches) pitches[0] = pitchY;
1406 size = pitchY * (*h);
H A Dsis_video.c3708 int pitchY, pitchUV; local in function:SISQueryImageAttributes
3722 pitchY = *w;
3725 pitches[0] = pitchY;
3728 sizeY = pitchY * (*h);
3741 pitchY = *w;
3744 pitches[0] = pitchY;
3747 sizeY = pitchY * (*h);
3762 pitchY = *w << 1;
3763 if(pitches) pitches[0] = pitchY;
3765 size = pitchY * (*
4524 int pitchY, pitchUV; local in function:SISQueryImageAttributesBlit
[all...]
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_driver.c2036 int pitchY, pitchUV; local in function:ASTQueryImageAttributes
2048 pitchY = *w;
2051 pitches[0] = pitchY;
2054 sizeY = pitchY * (*h);
2067 pitchY = *w;
2070 pitches[0] = pitchY;
2073 sizeY = pitchY * (*h);
2088 pitchY = *w << 1;
2089 if(pitches) pitches[0] = pitchY;
2091 size = pitchY * (*
[all...]

Completed in 12 milliseconds