Searched refs:video_source_odd (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_df.c123 df_configure_video_source(DF_VIDEO_SOURCE_PARAMS * video_source_odd, argument
147 if (video_source_odd->flags & DF_SOURCEFLAG_IMPLICITSCALING)
156 (video_source_odd->y_pitch >> 3) | ((video_source_odd->uv_pitch >> 3) <<
168 switch (video_source_odd->video_format & 3) {
185 switch (video_source_odd->video_format >> 2) {
208 if (video_source_odd->flags & DF_SOURCEFLAG_HDTVSOURCE)
230 size = ((video_source_odd->width >> 1) + 7) & 0xFFF8;
238 scale = (scale & ~0x7FF) | video_source_odd->height;
245 width = ((video_source_odd
2092 df_get_video_source_configuration(DF_VIDEO_SOURCE_PARAMS * video_source_odd,DF_VIDEO_SOURCE_PARAMS * video_source_even) argument
[all...]
H A Dcim_rtns.h254 int df_configure_video_source(DF_VIDEO_SOURCE_PARAMS * video_source_odd,
295 video_source_odd,

Completed in 5 milliseconds