Searched refs:y_pitch (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | z4l.c | 480 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 D | lx_video.c | 393 vSrcParams.y_pitch = videoScratch.dstPitch;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_vip.c | 231 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 D | cim_parm.h | 677 unsigned long y_pitch; member in struct:tagVideoSourceInfo 961 unsigned long y_pitch; member in struct:_TAG_INPUTBUFFER_ADDR
|
| H A D | cim_df.c | 156 (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 D | nsc_galfns.c | 4205 * 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