Home
last modified time | relevance | path

Searched refs:hw_configs (Results 1 - 25 of 34) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dcodec_internal.h246 const struct AVCodecHWConfigInternal *const *hw_configs; member
H A Dqsvenc_mpeg2.c113 .hw_configs = ff_qsv_enc_hw_configs,
H A Dqsvenc_jpeg.c98 .hw_configs = ff_qsv_enc_hw_configs,
H A Dqsvenc_vp9.c123 .hw_configs = ff_qsv_enc_hw_configs,
H A Dutils.c893 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 Dqsvenc_h264.c205 .hw_configs = ff_qsv_enc_hw_configs,
H A Dvaapi_encode_vp8.c263 .hw_configs = ff_vaapi_encode_hw_configs,
H A Ddecode.c897 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 Dvaapi_encode_vp9.c316 .hw_configs = ff_vaapi_encode_hw_configs,
H A Dqsvenc_hevc.c320 .hw_configs = ff_qsv_enc_hw_configs,
H A Dnvenc_hevc.c220 .hw_configs = ff_nvenc_hw_configs,
H A Dh263dec.c778 .hw_configs = h263_hw_config_list,
800 .hw_configs = h263_hw_config_list,
H A Damfenc_hevc.c329 .hw_configs = ff_amfenc_hw_configs,
H A Dmediacodecdec.c549 .hw_configs = mediacodec_hw_configs, \
H A Damfenc_h264.c397 .hw_configs = ff_amfenc_hw_configs,
H A Dvaapi_encode_mjpeg.c584 .hw_configs = ff_vaapi_encode_hw_configs,
H A Dnvenc_h264.c239 .hw_configs = ff_nvenc_hw_configs,
H A Dvaapi_encode_mpeg2.c708 .hw_configs = ff_vaapi_encode_hw_configs,
H A Drkmppdec.c578 .hw_configs = rkmpp_hw_configs, \
H A Dmmaldec.c848 .hw_configs = mmal_hw_configs, \
H A Dproresdec2.c886 .hw_configs = (const AVCodecHWConfigInternal *const []) {
H A Dvc1dec.c1217 .hw_configs = (const AVCodecHWConfigInternal *const []) {
1255 .hw_configs = (const AVCodecHWConfigInternal *const []) {
H A Dav1dec.c1265 .hw_configs = (const AVCodecHWConfigInternal *const []) {
H A Dh264dec.c1081 .hw_configs = (const AVCodecHWConfigInternal *const []) {
H A Dcuviddec.c1138 .hw_configs = cuvid_hw_configs, \

Completed in 22 milliseconds

12