Lines Matching refs:thiz
91 GstMsdkVP9Enc *thiz = GST_MSDKVP9ENC (encoder); in gst_msdkvp9enc_set_format() local
95 thiz->profile = MFX_PROFILE_VP9_0; in gst_msdkvp9enc_set_format()
101 GST_INFO_OBJECT (thiz, in gst_msdkvp9enc_set_format()
120 thiz->profile = MFX_PROFILE_VP9_3; in gst_msdkvp9enc_set_format()
122 thiz->profile = MFX_PROFILE_VP9_2; in gst_msdkvp9enc_set_format()
124 thiz->profile = MFX_PROFILE_VP9_1; in gst_msdkvp9enc_set_format()
126 thiz->profile = MFX_PROFILE_VP9_0; in gst_msdkvp9enc_set_format()
242 GstMsdkVP9Enc *thiz = GST_MSDKVP9ENC (object); in gst_msdkvp9enc_set_property() local
245 GST_WARNING_OBJECT (thiz, "Failed to set common encode property"); in gst_msdkvp9enc_set_property()
252 GstMsdkVP9Enc *thiz = GST_MSDKVP9ENC (object); in gst_msdkvp9enc_get_property() local
255 GST_WARNING_OBJECT (thiz, "Failed to get common encode property"); in gst_msdkvp9enc_get_property()
291 gst_msdkvp9enc_init (GstMsdkVP9Enc * thiz) in gst_msdkvp9enc_init() argument