C_VIDEO_IN_WEAVE
fMode = C_VIDEO_IN_WEAVE;
mode->AddItem(C_VIDEO_IN_WEAVE, "Weave");
return C_VIDEO_IN_WEAVE;
double ratio = mode == C_VIDEO_IN_WEAVE ? 1 : 0.5;
mode == C_VIDEO_IN_WEAVE ? 1 : 2;
if( mode != C_VIDEO_IN_WEAVE )
if( mode != C_VIDEO_IN_WEAVE ) {
case C_VIDEO_IN_WEAVE:
fTheater->SetSize(width, (mode != C_VIDEO_IN_WEAVE ? 2 * height : height));
fCapture.SetClip(0, kTiming[standard].vbi.height, width - 1, kTiming[standard].vbi.height + (mode != C_VIDEO_IN_WEAVE ? height : height >> 1) - 1);