Searched refs:uv_pitch (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c480 int y_pitch, uv_pitch; local in function:z4l_ovly_pitch
489 uv_pitch = (w + 1) / 2;
494 uv_pitch = 0;
499 offset2 = uv_pitch * h;
506 *puv_pitch = uv_pitch;
771 int y_pitch, uv_pitch, offset1, offset2; local in function:Z4lPutImage
821 z4l_ovly_pitch(pixfmt, width, height, &y_pitch, &uv_pitch,
826 (char *) &id, src, dst, y_pitch, uv_pitch, offset1, offset2, size);
857 int y_pitch, uv_pitch, offset1, offset2; local in function:Z4lQueryImageAttributes
867 z4l_ovly_pitch(pixfmt, w, h, &y_pitch, &uv_pitch,
[all...]
H A Dlx_video.c394 vSrcParams.uv_pitch = videoScratch.UVPitch;
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vip.c231 offsets->y_pitch | (offsets->uv_pitch << 16));
268 offsets->y_pitch | (offsets->uv_pitch << 16));
1290 offsets->uv_pitch = READ_VIP32(VIP_TASKA_VID_PITCH) >> 16;
1329 offsets->uv_pitch = READ_VIP32(VIP_TASKB_VID_PITCH) >> 16;
H A Dcim_parm.h678 unsigned long uv_pitch; member in struct:tagVideoSourceInfo
962 unsigned long uv_pitch; member in struct:_TAG_INPUTBUFFER_ADDR
H A Dcim_df.c156 (video_source_odd->y_pitch >> 3) | ((video_source_odd->uv_pitch >> 3) <<
2125 video_source_odd->uv_pitch = (temp >> 16) << 3;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c4206 * uv_pitch: UV pitch.
4210 Gal_set_video_yuv_pitch(unsigned long y_pitch, unsigned long uv_pitch) argument
4217 sSetVideoyuvpitch.uv_pitch = uv_pitch;
4233 * uv_pitch: UV pitch.
4237 Gal_get_video_yuv_pitch(unsigned long *y_pitch, unsigned long *uv_pitch) argument
4248 *uv_pitch = sGetVideoyuvpitch.uv_pitch;

Completed in 20 milliseconds