|
FFmpeg
|
Data Fields | |
| AVHWDeviceContext | p |
| The public AVHWDeviceContext. More... | |
| const HWContextType * | hw_type |
| AVBufferRef * | source_device |
| For a derived device, a reference to the original device context it was derived from. More... | |
Definition at line 87 of file hwcontext.c.
| AVHWDeviceContext FFHWDeviceContext::p |
The public AVHWDeviceContext.
See hwcontext.h for it.
Definition at line 91 of file hwcontext.c.
Referenced by av_hwdevice_ctx_alloc(), av_hwdevice_ctx_create(), av_hwdevice_ctx_create_derived_opts(), av_hwdevice_ctx_init(), av_hwframe_ctx_alloc(), and hwdevice_ctx_free().
| const HWContextType* FFHWDeviceContext::hw_type |
Definition at line 93 of file hwcontext.c.
Referenced by av_hwdevice_ctx_alloc(), av_hwdevice_ctx_create(), av_hwdevice_ctx_create_derived_opts(), av_hwdevice_ctx_init(), av_hwframe_ctx_alloc(), and hwdevice_ctx_free().
| AVBufferRef* FFHWDeviceContext::source_device |
For a derived device, a reference to the original device context it was derived from.
Definition at line 99 of file hwcontext.c.
Referenced by av_hwdevice_ctx_create_derived_opts(), and hwdevice_ctx_free().
1.8.17