Lines Matching refs:thiz
120 GstMsdkH265Dec *thiz = GST_MSDKH265DEC (object); in gst_msdkdec_h265_set_property() local
126 GST_OBJECT_LOCK (thiz); in gst_msdkdec_h265_set_property()
127 state = GST_STATE (thiz); in gst_msdkdec_h265_set_property()
130 GST_WARNING_OBJECT (thiz, "setting property in wrong state"); in gst_msdkdec_h265_set_property()
131 GST_OBJECT_UNLOCK (thiz); in gst_msdkdec_h265_set_property()
136 thiz->output_order = g_value_get_enum (value); in gst_msdkdec_h265_set_property()
147 GST_OBJECT_UNLOCK (thiz); in gst_msdkdec_h265_set_property()
155 GstMsdkH265Dec *thiz = GST_MSDKH265DEC (object); in gst_msdkdec_h265_get_property() local
160 GST_OBJECT_LOCK (thiz); in gst_msdkdec_h265_get_property()
163 g_value_set_enum (value, thiz->output_order); in gst_msdkdec_h265_get_property()
174 GST_OBJECT_UNLOCK (thiz); in gst_msdkdec_h265_get_property()
210 gst_msdkh265dec_init (GstMsdkH265Dec * thiz) in gst_msdkh265dec_init() argument
212 thiz->output_order = PROP_OUTPUT_ORDER_DEFAULT; in gst_msdkh265dec_init()