Searched refs:offset0 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.h50 int offset0, int offset1, int size, int pitch);
54 void SetVBIBuffer(int offset0, int offset1, int size);
H A DCapture.cpp46 int offset0, int offset1, int size, int pitch)
52 offset0, offset1, size, pitch));
56 fOffset0 = offset0 + fRadeon.VirtualMemoryBase();
70 void CCapture::SetVBIBuffer(int offset0, int offset1, int size) argument
72 PRINT(("CCapture::SetVBIBuffer(0x%08x, 0x%08x, %d)\n", offset0, offset1, size));
74 fVBIOffset0 = offset0 + fRadeon.VirtualMemoryBase();
45 SetBuffer(capture_stream_format format, capture_buffer_mode mode, int offset0, int offset1, int size, int pitch) argument

Completed in 11 milliseconds