Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp18 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 DCapture.h41 class CCapture {
43 CCapture(CRadeon & radeon);
45 ~CCapture();
H A DCC.h40 CCaption(CCapture & capture);
57 CCapture & fCapture;
H A DVideoIn.h129 CCapture fCapture;
H A DCC.cpp15 CCaption::CCaption(CCapture & capture) in CCaption()