Searched refs:codec_api (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mfenc.c | 51 ICodecAPI *codec_api; member 507 if (c->is_video && c->codec_api) { in mf_receive_packet() 509 ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncVideoForceKeyFrame, FF_VAL_VT_UI4(1)); in mf_receive_packet() 684 if (c->codec_api) { in mf_encv_output_adjust() 686 ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncCommonMeanBitRate, FF_VAL_VT_UI4(avctx->bit_rate)); in mf_encv_output_adjust() 689 ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncCommonRateControlMode, FF_VAL_VT_UI4(c->opt_enc_rc)); in mf_encv_output_adjust() 692 ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncCommonQuality, FF_VAL_VT_UI4(c->opt_enc_quality)); in mf_encv_output_adjust() 700 ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncMPVDefaultBPictureCount, FF_VAL_VT_UI4(avctx->max_b_frames)); in mf_encv_output_adjust() 703 ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncH264CABACEnable, FF_VAL_VT_BOOL(1)); in mf_encv_output_adjust() 706 ICodecAPI_SetValue(c->codec_api, in mf_encv_output_adjust() [all...] |
H A D | libopenh264.c | 23 #include <wels/codec_api.h>
|
H A D | libopenh264dec.c | 22 #include <wels/codec_api.h>
|
H A D | libopenh264enc.c | 22 #include <wels/codec_api.h>
|
/third_party/ffmpeg/ |
H A D | configure | 6598 enabled libopenh264 && require_pkg_config libopenh264 openh264 wels/codec_api.h WelsGetCodecVersion
|
Completed in 10 milliseconds