Home
last modified time | relevance | path

Searched refs:codec_api (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp1482 ICodecAPI *codec_api; in gst_mf_video_enc_enum_internal() local
1520 codec_api = gst_mf_transform_get_codec_api_handle (transform); in gst_mf_video_enc_enum_internal()
1521 if (!codec_api) { in gst_mf_video_enc_enum_internal()
1745 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncCommonRateControlMode, rc_mode); in gst_mf_video_enc_enum_internal()
1746 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncCommonQuality, quality); in gst_mf_video_enc_enum_internal()
1747 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncAdaptiveMode, adaptive_mode); in gst_mf_video_enc_enum_internal()
1748 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncCommonBufferSize, buffer_size); in gst_mf_video_enc_enum_internal()
1749 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncCommonMaxBitRate, max_bitrate); in gst_mf_video_enc_enum_internal()
1750 CHECK_DEVICE_CAPS (codec_api, in gst_mf_video_enc_enum_internal()
1752 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncH264CABACEnable, cabac); in gst_mf_video_enc_enum_internal()
[all …]
Dgstmftransform.cpp245 ICodecAPI *codec_api; member
920 hr = object->transform->QueryInterface (IID_PPV_ARGS (&object->codec_api)); in gst_mf_transform_open_internal()
1012 if (object->codec_api) { in gst_mf_transform_close()
1013 object->codec_api->Release (); in gst_mf_transform_close()
1014 object->codec_api = NULL; in gst_mf_transform_close()
1102 if (!object->codec_api) { in gst_mf_transform_get_codec_api_handle()
1107 return object->codec_api; in gst_mf_transform_get_codec_api_handle()
1305 if (!object->codec_api) { in gst_mf_transform_set_codec_api_uint32()
1314 hr = object->codec_api->SetValue (api, &var); in gst_mf_transform_set_codec_api_uint32()
1330 if (!object->codec_api) { in gst_mf_transform_set_codec_api_uint64()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c421 voaacenc->codec_api.SetInputData (voaacenc->handle, &input); in gst_voaacenc_handle_frame()
424 if (voaacenc->codec_api.GetOutputData (voaacenc->handle, &output, in gst_voaacenc_handle_frame()
492 voGetAACEncAPI (&voaacenc->codec_api); in voaacenc_core_init()
501 voaacenc->codec_api.Init (&voaacenc->handle, VO_AUDIO_CodingAAC, &user_data); in voaacenc_core_init()
526 voaacenc->codec_api.SetParam (voaacenc->handle, VO_PID_AAC_ENCPARAM, in voaacenc_core_set_parameter()
539 voaacenc->codec_api.Uninit (voaacenc->handle); in voaacenc_core_uninit()
Dgstvoaacenc.h61 VO_AUDIO_CODECAPI codec_api; member
/third_party/ffmpeg/libavcodec/
Dmfenc.c47 ICodecAPI *codec_api; member
501 if (c->is_video && c->codec_api) { in mf_receive_packet()
503 … ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncVideoForceKeyFrame, FF_VAL_VT_UI4(1)); in mf_receive_packet()
678 if (c->codec_api) { in mf_encv_output_adjust()
680 …ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncCommonMeanBitRate, FF_VAL_VT_UI4(avctx->bit_rat… in mf_encv_output_adjust()
683 …ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncCommonRateControlMode, FF_VAL_VT_UI4(c->opt_enc… in mf_encv_output_adjust()
686 …ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncCommonQuality, FF_VAL_VT_UI4(c->opt_enc_quality… in mf_encv_output_adjust()
694 …ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncMPVDefaultBPictureCount, FF_VAL_VT_UI4(avctx->m… in mf_encv_output_adjust()
697 ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVEncH264CABACEnable, FF_VAL_VT_BOOL(1)); in mf_encv_output_adjust()
700 … ICodecAPI_SetValue(c->codec_api, &ff_CODECAPI_AVScenarioInfo, FF_VAL_VT_UI4(c->opt_enc_scenario)); in mf_encv_output_adjust()
[all …]
/third_party/openh264/codec/api/wels/
Dmeson.build2 'codec_api.h',
/third_party/openh264/codec/api/svc/
Dmeson.build2 'codec_api.h',
/third_party/openh264/docs/doxygen/
DDoxyfile682 INPUT = ../../codec/api/wels/codec_api.h ../../codec/api/wels/codec_app_def.h .…
/third_party/ffmpeg/
Dconfigure6405 enabled libopenh264 && require_pkg_config libopenh264 openh264 wels/codec_api.h WelsGetCodecV…