FFmpeg
|
#include "config.h"
#include <windows.h>
#include "thread.h"
#include <initguid.h>
#include <d3d11.h>
#include <dxgi1_2.h>
#include "avassert.h"
#include "common.h"
#include "hwcontext.h"
#include "hwcontext_d3d11va.h"
#include "hwcontext_internal.h"
#include "imgutils.h"
#include "pixdesc.h"
#include "pixfmt.h"
Go to the source code of this file.
Data Structures | |
struct | D3D11VAFramesContext |
Macros | |
#define | _WIN32_WINNT 0x0600 |
#define | COBJMACROS |
Typedefs | |
typedef HRESULT(WINAPI * | PFN_CREATE_DXGI_FACTORY )(REFIID riid, void **ppFactory) |
Variables | |
static AVOnce | functions_loaded = AV_ONCE_INIT |
static PFN_CREATE_DXGI_FACTORY | mCreateDXGIFactory |
static PFN_D3D11_CREATE_DEVICE | mD3D11CreateDevice |
struct { | |
DXGI_FORMAT d3d_format | |
enum AVPixelFormat pix_fmt | |
} | supported_formats [] |
const HWContextType | ff_hwcontext_type_d3d11va |
#define _WIN32_WINNT 0x0600 |
Definition at line 29 of file hwcontext_d3d11va.c.
#define COBJMACROS |
Definition at line 31 of file hwcontext_d3d11va.c.
Definition at line 50 of file hwcontext_d3d11va.c.
Definition at line 57 of file hwcontext_d3d11va.c.
Referenced by d3d11va_device_create().
Definition at line 99 of file hwcontext_d3d11va.c.
Referenced by d3d11va_device_init(), and d3d11va_device_uninit().
Definition at line 104 of file hwcontext_d3d11va.c.
Referenced by d3d11va_device_init().
|
static |
Definition at line 109 of file hwcontext_d3d11va.c.
Definition at line 123 of file hwcontext_d3d11va.c.
Referenced by wrap_texture_buf().
|
static |
Definition at line 128 of file hwcontext_d3d11va.c.
Referenced by d3d11va_alloc_single(), and d3d11va_pool_alloc().
|
static |
Definition at line 150 of file hwcontext_d3d11va.c.
Referenced by d3d11va_pool_alloc().
|
static |
Definition at line 178 of file hwcontext_d3d11va.c.
Referenced by d3d11va_frames_init().
|
static |
Definition at line 199 of file hwcontext_d3d11va.c.
|
static |
Definition at line 259 of file hwcontext_d3d11va.c.
|
static |
Definition at line 278 of file hwcontext_d3d11va.c.
|
static |
Definition at line 301 of file hwcontext_d3d11va.c.
Referenced by d3d11va_transfer_data().
|
static |
Definition at line 326 of file hwcontext_d3d11va.c.
Referenced by d3d11va_transfer_data().
|
static |
Definition at line 340 of file hwcontext_d3d11va.c.
|
static |
Definition at line 418 of file hwcontext_d3d11va.c.
|
static |
Definition at line 456 of file hwcontext_d3d11va.c.
|
static |
Definition at line 476 of file hwcontext_d3d11va.c.
|
static |
Definition at line 52 of file hwcontext_d3d11va.c.
Referenced by d3d11va_device_create().
|
static |
Definition at line 54 of file hwcontext_d3d11va.c.
Referenced by d3d11va_device_create(), and load_functions().
|
static |
Definition at line 55 of file hwcontext_d3d11va.c.
Referenced by d3d11va_device_create(), and load_functions().
DXGI_FORMAT d3d_format |
Definition at line 89 of file hwcontext_d3d11va.c.
Referenced by txd_decode_frame().
enum AVPixelFormat pix_fmt |
Definition at line 90 of file hwcontext_d3d11va.c.
const { ... } supported_formats[] |
Referenced by d3d11va_frames_init().
const HWContextType ff_hwcontext_type_d3d11va |
Definition at line 549 of file hwcontext_d3d11va.c.