Searched refs:y_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
488 y_pitch = ((w + 1) / 2) * 2;
493 y_pitch = ((w + 1) / 2) * 4;
498 offset1 = y_pitch * h;
505 *py_pitch = y_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,
[all...]
H A Dlx_video.c393 vSrcParams.y_pitch = videoScratch.dstPitch;
/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));
1289 offsets->y_pitch = READ_VIP32(VIP_TASKA_VID_PITCH) & 0xFFFF;
1328 offsets->y_pitch = READ_VIP32(VIP_TASKB_VID_PITCH) & 0xFFFF;
H A Dcim_parm.h677 unsigned long y_pitch; member in struct:tagVideoSourceInfo
961 unsigned long y_pitch; member in struct:_TAG_INPUTBUFFER_ADDR
H A Dcim_df.c156 (video_source_odd->y_pitch >> 3) | ((video_source_odd->uv_pitch >> 3) <<
2124 video_source_odd->y_pitch = (temp & 0xFFFF) << 3;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c4205 * y_pitch: Y pitch.
4210 Gal_set_video_yuv_pitch(unsigned long y_pitch, unsigned long uv_pitch) argument
4216 sSetVideoyuvpitch.y_pitch = y_pitch;
4232 * y_pitch: Y pitch.
4237 Gal_get_video_yuv_pitch(unsigned long *y_pitch, unsigned long *uv_pitch) argument
4247 *y_pitch = sGetVideoyuvpitch.y_pitch;

Completed in 19 milliseconds