Home
last modified time | relevance | path

Searched refs:supported_profile (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp935 const GUID *supported_profile = NULL; in gst_d3d11_h264_dec_register() local
943 GST_DXVA_CODEC_H264, GST_VIDEO_FORMAT_NV12, &supported_profile); in gst_d3d11_h264_dec_register()
951 gst_d3d11_decoder_supports_format (device, supported_profile, in gst_d3d11_h264_dec_register()
965 if (gst_d3d11_decoder_supports_resolution (device, supported_profile, in gst_d3d11_h264_dec_register()
Dgstd3d11mpeg2dec.cpp800 const GUID *supported_profile = NULL; in gst_d3d11_mpeg2_dec_register() local
805 GST_DXVA_CODEC_MPEG2, GST_VIDEO_FORMAT_NV12, &supported_profile)) { in gst_d3d11_mpeg2_dec_register()
/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.c515 int supported_profile = 0; in ff_AMediaCodecList_getCodecNameByType() local
527 supported_profile = (*env)->GetIntField(env, profile_level, jfields.profile_id); in ff_AMediaCodecList_getCodecNameByType()
532 found_codec = profile == supported_profile; in ff_AMediaCodecList_getCodecNameByType()