Lines Matching refs:thiz
98 GstMsdkH264Dec *thiz = GST_MSDKH264DEC (object); in gst_msdkdec_h264_set_property() local
104 GST_OBJECT_LOCK (thiz); in gst_msdkdec_h264_set_property()
105 state = GST_STATE (thiz); in gst_msdkdec_h264_set_property()
108 GST_WARNING_OBJECT (thiz, "setting property in wrong state"); in gst_msdkdec_h264_set_property()
109 GST_OBJECT_UNLOCK (thiz); in gst_msdkdec_h264_set_property()
114 thiz->output_order = g_value_get_enum (value); in gst_msdkdec_h264_set_property()
125 GST_OBJECT_UNLOCK (thiz); in gst_msdkdec_h264_set_property()
133 GstMsdkH264Dec *thiz = GST_MSDKH264DEC (object); in gst_msdkdec_h264_get_property() local
138 GST_OBJECT_LOCK (thiz); in gst_msdkdec_h264_get_property()
141 g_value_set_enum (value, thiz->output_order); in gst_msdkdec_h264_get_property()
152 GST_OBJECT_UNLOCK (thiz); in gst_msdkdec_h264_get_property()
187 gst_msdkh264dec_init (GstMsdkH264Dec * thiz) in gst_msdkh264dec_init() argument
189 thiz->output_order = PROP_OUTPUT_ORDER_DEFAULT; in gst_msdkh264dec_init()