|
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.
Variables | |
| struct { | |
| mfxU16 profile | |
| const char * name | |
| } | profile_names [] |
| struct { | |
| mfxU16 rc_mode | |
| const char * name | |
| } | rc_names [] |
|
static |
Definition at line 72 of file qsvenc.c.
Referenced by dump_video_param().
|
static |
Definition at line 110 of file qsvenc.c.
Referenced by dump_video_param().
|
static |
Definition at line 119 of file qsvenc.c.
Referenced by dump_video_param().
|
static |
Definition at line 128 of file qsvenc.c.
Referenced by qsv_retrieve_enc_params().
|
static |
Definition at line 263 of file qsvenc.c.
Referenced by init_video_param().
|
static |
Definition at line 336 of file qsvenc.c.
Referenced by init_video_param().
|
static |
Definition at line 348 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
|
static |
Definition at line 570 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
|
static |
Definition at line 645 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
|
static |
Definition at line 682 of file qsvenc.c.
Referenced by ff_qsv_enc_init().
| int ff_qsv_enc_init | ( | AVCodecContext * | avctx, |
| QSVEncContext * | q | ||
| ) |
Definition at line 722 of file qsvenc.c.
Referenced by qsv_enc_init().
|
static |
Definition at line 834 of file qsvenc.c.
Referenced by clear_unused_frames().
|
static |
Definition at line 845 of file qsvenc.c.
Referenced by get_free_frame().
|
static |
Definition at line 858 of file qsvenc.c.
Referenced by submit_frame().
|
static |
Definition at line 898 of file qsvenc.c.
Referenced by encode_frame().
|
static |
Definition at line 970 of file qsvenc.c.
Referenced by encode_frame().
|
static |
Definition at line 982 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 1064 of file qsvenc.c.
Referenced by qsv_enc_frame().
| int ff_qsv_enc_close | ( | AVCodecContext * | avctx, |
| QSVEncContext * | q | ||
| ) |
Definition at line 1133 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 avcodec_string(), ff_h264_get_profile(), ff_isom_write_vpcc(), ff_mediacodec_dec_init(), ff_qsv_profile_to_mfx(), get_vt_profile_level(), hq_decode_frame(), matroska_aac_profile(), matroska_parse_tracks(), mov_write_dvc1_structs(), parse(), parse_frame(), parse_high_res_grid(), show_stream(), v4l2_h264_profile_from_ff(), v4l2_mpeg4_profile_from_ff(), vaapi_decode_make_config(), 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().
1.8.6