|
FFmpeg
4.0
|
#include <stdint.h>#include <string.h>#include <mfx/mfxvideo.h>#include "config.h"#include "buffer.h"#include "common.h"#include "hwcontext.h"#include "hwcontext_internal.h"#include "hwcontext_qsv.h"#include "mem.h"#include "pixfmt.h"#include "pixdesc.h"#include "time.h"Go to the source code of this file.
Data Structures | |
| struct | QSVDevicePriv |
| struct | QSVDeviceContext |
| struct | QSVFramesContext |
Variables | |
| struct { | |
| mfxHandleType handle_type | |
| enum AVHWDeviceType device_type | |
| enum AVPixelFormat pix_fmt | |
| } | supported_handle_types [] |
| struct { | |
| enum AVPixelFormat pix_fmt | |
| uint32_t fourcc | |
| } | supported_pixel_formats [] |
| const HWContextType | ff_hwcontext_type_qsv |
|
static |
Definition at line 97 of file hwcontext_qsv.c.
Referenced by qsv_frames_init(), and qsv_init_surface().
|
static |
Definition at line 107 of file hwcontext_qsv.c.
|
static |
Definition at line 141 of file hwcontext_qsv.c.
Definition at line 163 of file hwcontext_qsv.c.
Referenced by qsv_pool_alloc().
|
static |
Definition at line 167 of file hwcontext_qsv.c.
Referenced by qsv_init_pool().
|
static |
Definition at line 182 of file hwcontext_qsv.c.
Referenced by qsv_init_pool().
|
static |
Definition at line 285 of file hwcontext_qsv.c.
Referenced by qsv_frames_derive_to(), and qsv_init_pool().
|
static |
Definition at line 321 of file hwcontext_qsv.c.
Referenced by qsv_frames_init().
|
static |
Definition at line 361 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 389 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 394 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 399 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 404 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 410 of file hwcontext_qsv.c.
Referenced by qsv_frames_init().
|
static |
Definition at line 486 of file hwcontext_qsv.c.
|
static |
Definition at line 549 of file hwcontext_qsv.c.
|
static |
Definition at line 563 of file hwcontext_qsv.c.
|
static |
Definition at line 581 of file hwcontext_qsv.c.
|
static |
Definition at line 629 of file hwcontext_qsv.c.
|
static |
Definition at line 700 of file hwcontext_qsv.c.
Referenced by qsv_transfer_data_from(), and qsv_transfer_data_to().
|
static |
Definition at line 734 of file hwcontext_qsv.c.
|
static |
Definition at line 781 of file hwcontext_qsv.c.
|
static |
Definition at line 828 of file hwcontext_qsv.c.
|
static |
Definition at line 882 of file hwcontext_qsv.c.
|
static |
Definition at line 918 of file hwcontext_qsv.c.
|
static |
Definition at line 943 of file hwcontext_qsv.c.
Referenced by qsv_device_create().
|
static |
Definition at line 955 of file hwcontext_qsv.c.
Referenced by qsv_device_create().
|
static |
Definition at line 987 of file hwcontext_qsv.c.
Referenced by qsv_device_create(), and qsv_device_derive().
|
static |
Definition at line 1074 of file hwcontext_qsv.c.
|
static |
Definition at line 1081 of file hwcontext_qsv.c.
| mfxHandleType handle_type |
Definition at line 75 of file hwcontext_qsv.c.
Referenced by ff_qsv_init_session_device(), init_out_session(), init_vpp_session(), and qsv_device_derive_from_child().
| enum AVHWDeviceType device_type |
Definition at line 76 of file hwcontext_qsv.c.
Referenced by opencl_device_uninit(), and opencl_filter_device().
| enum AVPixelFormat pix_fmt |
Definition at line 77 of file hwcontext_qsv.c.
| const { ... } supported_handle_types[] |
Referenced by qsv_device_init().
| uint32_t fourcc |
Definition at line 90 of file hwcontext_qsv.c.
Referenced by qsv_frames_init(), and qsv_init_surface().
| const { ... } supported_pixel_formats[] |
Referenced by qsv_fourcc_from_pix_fmt(), and qsv_frames_get_constraints().
| const HWContextType ff_hwcontext_type_qsv |
Definition at line 1122 of file hwcontext_qsv.c.
1.8.13