FFmpeg
|
#include <hwcontext_internal.h>
Data Fields | |
const HWContextType * | hw_type |
void * | priv |
AVBufferPool * | pool_internal |
Definition at line 95 of file hwcontext_internal.h.
const HWContextType* AVHWFramesInternal::hw_type |
Definition at line 96 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_init(), av_hwframe_get_buffer(), av_hwframe_transfer_data(), av_hwframe_transfer_get_formats(), and hwframe_ctx_free().
void* AVHWFramesInternal::priv |
Definition at line 97 of file hwcontext_internal.h.
Referenced by cuda_frames_init(), cuda_transfer_data_from(), cuda_transfer_data_to(), dxva2_frames_init(), dxva2_frames_uninit(), dxva2_init_pool(), dxva2_pool_alloc(), hwframe_ctx_free(), vaapi_frames_init(), vaapi_frames_uninit(), vaapi_map_frame(), vaapi_pool_alloc(), vdpau_frames_init(), vdpau_pool_alloc(), vdpau_transfer_data_from(), vdpau_transfer_data_to(), and vdpau_transfer_get_formats().
AVBufferPool* AVHWFramesInternal::pool_internal |
Definition at line 99 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_init(), cuda_frames_init(), dxva2_init_pool(), hwframe_ctx_free(), vaapi_frames_init(), and vdpau_frames_init().