Home
last modified time | relevance | path

Searched refs:ob_info (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dsvmodule.c17 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()
[all …]