Searched refs:CCapture (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/media/media-add-ons/radeon/ |
H A D | Capture.cpp | 18 CCapture::CCapture(CRadeon & radeon) in CCapture() function in CCapture 35 CCapture::~CCapture() in ~CCapture() 40 status_t CCapture::InitCheck() const in InitCheck() 45 void CCapture::SetBuffer(capture_stream_format format, capture_buffer_mode mode, in SetBuffer() 62 void CCapture::SetClip(int left, int top, int right, int bottom) in SetClip() 70 void CCapture::SetVBIBuffer(int offset0, int offset1, int size) in SetVBIBuffer() 79 void CCapture::SetVBIClip(int left, int top, int right, int bottom) in SetVBIClip() 87 void CCapture::Start(bool vbi) in Start() 275 void CCapture::Stop() in Stop() 289 void CCapture::SetInterrupts(bool enable) in SetInterrupts() [all …]
|
H A D | Capture.h | 41 class CCapture { 43 CCapture(CRadeon & radeon); 45 ~CCapture();
|
H A D | CC.h | 40 CCaption(CCapture & capture); 57 CCapture & fCapture;
|
H A D | VideoIn.h | 129 CCapture fCapture;
|
H A D | CC.cpp | 15 CCaption::CCaption(CCapture & capture) in CCaption()
|