Home
last modified time | relevance | path

Searched refs:dblk_idc (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh265enc.h71 guint dblk_idc; member
Dgstmsdkh264enc.h78 guint dblk_idc; member
Dgstmsdkh264enc.c410 encoder->option2.DisableDeblockingIdc = thiz->dblk_idc; in gst_msdkh264enc_configure()
615 thiz->dblk_idc = g_value_get_uint (value); in gst_msdkh264enc_set_property()
675 g_value_set_uint (value, thiz->dblk_idc); in gst_msdkh264enc_get_property()
830 thiz->dblk_idc = PROP_DBLK_IDC_DEFAULT; in gst_msdkh264enc_init()
Dgstmsdkh265enc.c492 encoder->option2.DisableDeblockingIdc = h265enc->dblk_idc; in gst_msdkh265enc_configure()
725 thiz->dblk_idc = g_value_get_uint (value); in gst_msdkh265enc_set_property()
793 g_value_set_uint (value, thiz->dblk_idc); in gst_msdkh265enc_get_property()
982 thiz->dblk_idc = PROP_DBLK_IDC_DEFAULT; in gst_msdkh265enc_init()