FFmpeg
|
#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 320 of file hwcontext_qsv.c.
Referenced by qsv_frames_init().
|
static |
Definition at line 360 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 388 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 393 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 398 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 403 of file hwcontext_qsv.c.
Referenced by qsv_init_internal_session().
|
static |
Definition at line 409 of file hwcontext_qsv.c.
Referenced by qsv_frames_init().
|
static |
Definition at line 485 of file hwcontext_qsv.c.
|
static |
Definition at line 548 of file hwcontext_qsv.c.
|
static |
Definition at line 562 of file hwcontext_qsv.c.
|
static |
Definition at line 580 of file hwcontext_qsv.c.
|
static |
Definition at line 628 of file hwcontext_qsv.c.
|
static |
Definition at line 699 of file hwcontext_qsv.c.
Referenced by qsv_transfer_data_from(), and qsv_transfer_data_to().
|
static |
Definition at line 733 of file hwcontext_qsv.c.
|
static |
Definition at line 780 of file hwcontext_qsv.c.
|
static |
Definition at line 827 of file hwcontext_qsv.c.
|
static |
Definition at line 881 of file hwcontext_qsv.c.
|
static |
Definition at line 917 of file hwcontext_qsv.c.
|
static |
Definition at line 942 of file hwcontext_qsv.c.
Referenced by qsv_device_create().
|
static |
Definition at line 954 of file hwcontext_qsv.c.
Referenced by qsv_device_create().
|
static |
Definition at line 986 of file hwcontext_qsv.c.
Referenced by qsv_device_create(), and qsv_device_derive().
|
static |
Definition at line 1048 of file hwcontext_qsv.c.
|
static |
Definition at line 1055 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(), and qsv_device_derive_from_child().
enum AVHWDeviceType device_type |
Definition at line 76 of file hwcontext_qsv.c.
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 main(), matroska_parse_tracks(), msnwc_tcp_probe(), parse_pixel_format(), print_pix_fmt_fourccs(), 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 1096 of file hwcontext_qsv.c.