Searched refs:supported_profile (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11h264dec.cpp | 935 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()
|
D | gstd3d11mpeg2dec.cpp | 800 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/ |
D | mediacodec_wrapper.c | 515 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()
|