FFmpeg
|
#include <string.h>
#include <sys/types.h>
#include <mfx/mfxvideo.h>
#include "libavutil/common.h"
#include "libavutil/hwcontext.h"
#include "libavutil/hwcontext_qsv.h"
#include "libavutil/mem.h"
#include "libavutil/log.h"
#include "libavutil/time.h"
#include "libavutil/imgutils.h"
#include "libavcodec/bytestream.h"
#include "avcodec.h"
#include "internal.h"
#include "qsv.h"
#include "qsv_internal.h"
#include "qsvenc.h"
Go to the source code of this file.
Macros | |
#define | UNMATCH(x) (param_out.mfx.x != q->param.mfx.x) |
Variables | |
struct { | |
mfxU16 profile | |
const char * name | |
} | profile_names [] |
struct { | |
mfxU16 rc_mode | |
const char * name | |
} | rc_names [] |
#define UNMATCH | ( | x | ) | (param_out.mfx.x != q->param.mfx.x) |
Referenced by check_enc_param().
|
static |
Definition at line 72 of file qsvenc.c.
Referenced by dump_video_param().
|
static |
Definition at line 112 of file qsvenc.c.
Referenced by dump_video_param().
|
static |
Definition at line 121 of file qsvenc.c.
Referenced by dump_video_param().
|
static |
Definition at line 130 of file qsvenc.c.
Referenced by qsv_retrieve_enc_params().
|
static |
Definition at line 268 of file qsvenc.c.
Referenced by init_video_param().
|
static |
Definition at line 351 of file qsvenc.c.
Referenced by init_video_param().
|
static |
Definition at line 382 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
|
static |
Definition at line 440 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
|
static |
Definition at line 681 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
|
static |
Definition at line 699 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
|
static |
Definition at line 774 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
|
static |
Definition at line 811 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
int ff_qsv_enc_init | ( | AVCodecContext * | avctx, |
QSVEncContext * | q | ||
) |
Definition at line 851 of file qsvenc.c.
Referenced by qsv_enc_init().
|
static |
Definition at line 978 of file qsvenc.c.
Referenced by clear_unused_frames().
|
static |
Definition at line 989 of file qsvenc.c.
Referenced by get_free_frame().
|
static |
Definition at line 1002 of file qsvenc.c.
Referenced by submit_frame().
|
static |
Definition at line 1042 of file qsvenc.c.
Referenced by encode_frame().
|
static |
Definition at line 1114 of file qsvenc.c.
Referenced by encode_frame().
|
static |
Definition at line 1126 of file qsvenc.c.
Referenced by ff_qsv_encode().
int ff_qsv_encode | ( | AVCodecContext * | avctx, |
QSVEncContext * | q, | ||
AVPacket * | pkt, | ||
const AVFrame * | frame, | ||
int * | got_packet | ||
) |
Definition at line 1208 of file qsvenc.c.
Referenced by qsv_enc_frame().
int ff_qsv_enc_close | ( | AVCodecContext * | avctx, |
QSVEncContext * | q | ||
) |
Definition at line 1277 of file qsvenc.c.
Referenced by qsv_enc_close(), and qsv_enc_init().
mfxU16 profile |
Definition at line 44 of file qsvenc.c.
Referenced by amf_encode_init_h264(), amf_encode_init_hevc(), avcodec_string(), ff_h264_get_profile(), ff_isom_write_vpcc(), ff_mediacodec_dec_init(), ff_qsv_profile_to_mfx(), get_vt_h264_profile_level(), get_vt_hevc_profile_level(), hq_decode_frame(), matroska_aac_profile(), matroska_parse_tracks(), mov_write_dvc1_structs(), parse(), parse_high_res_grid(), show_stream(), v4l2_h264_profile_from_ff(), v4l2_mpeg4_profile_from_ff(), vc1_probe(), vdpau_h264_init(), vdpau_hevc_init(), vdpau_mpeg4_init(), vdpau_vc1_init(), vp7_decode_frame_header(), vp9_superframe_filter(), and vp9_superframe_split_filter().
const { ... } profile_names[] |
Referenced by print_profile().
mfxU16 rc_mode |
Definition at line 82 of file qsvenc.c.
Referenced by select_rc_mode().
const { ... } rc_names[] |
Referenced by print_ratecontrol().