Lines Matching refs:ob_info
17 svCaptureInfo ob_info; member
24 svCaptureInfo ob_info; member
52 (int)(self->ob_info.width * self->ob_info.height * factor)))) in svc_conversion()
63 self->ob_info.width, self->ob_info.height); in svc_conversion()
75 if (self->ob_info.format != SV_YUV411_FRAMES) { in svc_YUVtoYUV422DC()
85 if (self->ob_info.format != SV_YUV411_FRAMES) { in svc_YUVtoYUV422DC_quarter()
96 if (self->ob_info.format != SV_YUV411_FRAMES) { in svc_YUVtoYUV422DC_sixteenth()
107 switch (self->ob_info.format) { in svc_YUVtoRGB()
121 if (self->ob_info.format != SV_RGB8_FRAMES) { in svc_RGB8toRGB32()
131 if (self->ob_info.format != SV_RGB8_FRAMES) { in svc_InterleaveFields()
147 if (self->ob_info.format != SV_RGB8_FRAMES) { in svc_GetFields()
152 fieldsize = self->ob_info.width * self->ob_info.height / 2; in svc_GetFields()
224 size = self->ob_info.width * self->ob_info.height; in svc_writefile()
246 self->ob_info.width)) in svc_FindVisibleRegion()
320 p->ob_info = self->ob_info; in newcaptureobject()
649 self->ob_info = info; in sv_InitContinuousCapture()
921 p->ob_info.format = 0; in newsvobject()
922 p->ob_info.size = 0; in newsvobject()
923 p->ob_info.width = 0; in newsvobject()
924 p->ob_info.height = 0; in newsvobject()
925 p->ob_info.samplingrate = 0; in newsvobject()