Searched refs:hw_configs (Results 1 - 25 of 34) sorted by relevance
12
/third_party/ffmpeg/libavcodec/ |
H A D | codec_internal.h | 246 const struct AVCodecHWConfigInternal *const *hw_configs; member
|
H A D | qsvenc_mpeg2.c | 113 .hw_configs = ff_qsv_enc_hw_configs,
|
H A D | qsvenc_jpeg.c | 98 .hw_configs = ff_qsv_enc_hw_configs,
|
H A D | qsvenc_vp9.c | 123 .hw_configs = ff_qsv_enc_hw_configs,
|
H A D | utils.c | 893 if (!codec->hw_configs || index < 0) in avcodec_get_hw_config() 896 if (!codec->hw_configs[i]) in avcodec_get_hw_config() 898 return &codec->hw_configs[index]->public; in avcodec_get_hw_config()
|
H A D | qsvenc_h264.c | 205 .hw_configs = ff_qsv_enc_hw_configs,
|
H A D | vaapi_encode_vp8.c | 263 .hw_configs = ff_vaapi_encode_hw_configs,
|
H A D | decode.c | 897 if (avctx->hw_device_ctx && ffcodec(avctx->codec)->hw_configs) { in avcodec_default_get_format() 901 config = &ffcodec(avctx->codec)->hw_configs[i]->public; in avcodec_default_get_format() 1013 hw_config = ffcodec(avctx->codec)->hw_configs[i]; in avcodec_get_hw_frames_parameters() 1157 if (ffcodec(avctx->codec)->hw_configs) { in ff_get_format() 1159 hw_config = ffcodec(avctx->codec)->hw_configs[i]; in ff_get_format()
|
H A D | vaapi_encode_vp9.c | 316 .hw_configs = ff_vaapi_encode_hw_configs,
|
H A D | qsvenc_hevc.c | 320 .hw_configs = ff_qsv_enc_hw_configs,
|
H A D | nvenc_hevc.c | 220 .hw_configs = ff_nvenc_hw_configs,
|
H A D | h263dec.c | 778 .hw_configs = h263_hw_config_list, 800 .hw_configs = h263_hw_config_list,
|
H A D | amfenc_hevc.c | 329 .hw_configs = ff_amfenc_hw_configs,
|
H A D | mediacodecdec.c | 549 .hw_configs = mediacodec_hw_configs, \
|
H A D | amfenc_h264.c | 397 .hw_configs = ff_amfenc_hw_configs,
|
H A D | vaapi_encode_mjpeg.c | 584 .hw_configs = ff_vaapi_encode_hw_configs,
|
H A D | nvenc_h264.c | 239 .hw_configs = ff_nvenc_hw_configs,
|
H A D | vaapi_encode_mpeg2.c | 708 .hw_configs = ff_vaapi_encode_hw_configs,
|
H A D | rkmppdec.c | 578 .hw_configs = rkmpp_hw_configs, \
|
H A D | mmaldec.c | 848 .hw_configs = mmal_hw_configs, \
|
H A D | proresdec2.c | 886 .hw_configs = (const AVCodecHWConfigInternal *const []) {
|
H A D | vc1dec.c | 1217 .hw_configs = (const AVCodecHWConfigInternal *const []) { 1255 .hw_configs = (const AVCodecHWConfigInternal *const []) {
|
H A D | av1dec.c | 1265 .hw_configs = (const AVCodecHWConfigInternal *const []) {
|
H A D | h264dec.c | 1081 .hw_configs = (const AVCodecHWConfigInternal *const []) {
|
H A D | cuviddec.c | 1138 .hw_configs = cuvid_hw_configs, \
|
Completed in 22 milliseconds
12