Searched refs:pitches (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga_overlay.h124 * Computes the size, pitches and offsets for YUV frames.
130 * Pitches and offsets for the given YUV frame are put in 'pitches'
141 uint32 *pitches, // OUT (optional)
157 if (pitches) {
158 pitches[0] = *size;
169 if (pitches) {
170 pitches[1] = pitches[2] = tmp;
187 if (pitches) {
188 pitches[
137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) argument
[all...]
H A Dsvga_reg.h736 uint32 pitches[3]; member in struct:SVGAOverlayUnit
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dsdl.c159 if (!sdl->overlay || sdl->overlay->pitches[0] < encctx->width) {
333 sdl->overlay->pitches[i] = pict.linesize[i];
H A Dxv.c316 av_image_copy(data, img->pitches, (const uint8_t **)pict->data, pict->linesize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c863 pict.linesize[0] = vp->bmp->pitches[0];
864 pict.linesize[1] = vp->bmp->pitches[2];
865 pict.linesize[2] = vp->bmp->pitches[1];
1538 if (!vp->bmp || vp->bmp->pitches[0] < vp->width || bufferdiff < (int64_t)vp->height * vp->bmp->pitches[0]) {
1564 if (bmp->pitches[i] > width) {
1565 maxp = bmp->pixels[i] + bmp->pitches[i] * height - 1;
1566 for (p = bmp->pixels[i] + width - 1; p < maxp; p += bmp->pitches[i])
1642 pict.linesize[0] = vp->bmp->pitches[0];
1643 pict.linesize[1] = vp->bmp->pitches[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbdrv.c1152 /* Good pitches to allow tiling. Don't care about pitches < 1024. */
1153 static const int pitches[] = { local
1171 for (i = 0; pitches[i] != 0; i++) {
1172 if (pitches[i] >= v.xres_virtual) {
1173 v.xres_virtual = pitches[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c689 pict.linesize[0] = vp->bmp->pitches[0];
690 pict.linesize[1] = vp->bmp->pitches[2];
691 pict.linesize[2] = vp->bmp->pitches[1];
1299 if (!vp->bmp || vp->bmp->pitches[0] < vp->width) {
1391 pict.linesize[0] = vp->bmp->pitches[0];
1392 pict.linesize[1] = vp->bmp->pitches[2];
1393 pict.linesize[2] = vp->bmp->pitches[1];

Completed in 206 milliseconds