Searched refs:C_VIDEO_IN_WEAVE (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.h51 C_VIDEO_IN_WEAVE enumerator in enum:video_in_capture_mode
H A DVideoIn.cpp153 mode == C_VIDEO_IN_BOB ? "C_VIDEO_IN_BOB" : "C_VIDEO_IN_WEAVE", width, height);
165 case C_VIDEO_IN_WEAVE:
196 fTheater->SetSize(width, (mode != C_VIDEO_IN_WEAVE ? 2 * height : height));
199 fCapture.SetClip(0, kTiming[standard].vbi.height, width - 1, kTiming[standard].vbi.height + (mode != C_VIDEO_IN_WEAVE ? height : height >> 1) - 1);
H A DRadeonProducer.cpp142 fMode = C_VIDEO_IN_WEAVE;
335 mode->AddItem(C_VIDEO_IN_WEAVE, "Weave");
694 return C_VIDEO_IN_WEAVE;
729 double ratio = mode == C_VIDEO_IN_WEAVE ? 1 : 0.5;
742 mode == C_VIDEO_IN_WEAVE ? 1 : 2;
874 if( mode != C_VIDEO_IN_WEAVE )
935 if( mode != C_VIDEO_IN_WEAVE ) {

Completed in 37 milliseconds