|
void | SetRef (AVFrame *frame) |
|
void | Unref () |
|
virtual void | Initialize (CDecoder *decoder) |
|
virtual HRESULT | GetResource (ID3D11Resource **ppResource) |
|
virtual unsigned | GetIdx () |
|
void | Acquire () |
|
void | Acquire (std::shared_ptr< IVideoBufferPool > pool) |
|
void | Release () |
|
int | GetId () const |
|
virtual AVPixelFormat | GetFormat () |
|
virtual uint8_t * | GetMemPtr () |
|
virtual void | GetPlanes (uint8_t *(&planes)[YuvImage::MAX_PLANES]) |
|
virtual void | GetStrides (int(&strides)[YuvImage::MAX_PLANES]) |
|
virtual void | SetPixelFormat (const AVPixelFormat pixFormat) |
|
virtual void | SetDimensions (int width, int height, const int(&strides)[YuvImage::MAX_PLANES]) |
|
virtual void | SetDimensions (int width, int height, const int(&strides)[YuvImage::MAX_PLANES], const int(&planeOffsets)[YuvImage::MAX_PLANES]) |
|
|
ID3D11View * | view = nullptr |
|
DXGI_FORMAT | format = DXGI_FORMAT_UNKNOWN |
|
unsigned | width = 0 |
|
unsigned | height = 0 |
|
|
| CVideoBuffer (int id) |
|
| CVideoBuffer (int id) |
|
|
template<typename TBuffer > |
class | CVideoBufferPoolTyped |
|
The documentation for this class was generated from the following files:
- xbmc/cores/VideoPlayer/DVDCodecs/Video/DXVA.h
- xbmc/cores/VideoPlayer/DVDCodecs/Video/DXVA.cpp