Lines Matching refs:thiz
73 GstMsdkMPEG2Enc *thiz = GST_MSDKMPEG2ENC (encoder); in gst_msdkmpeg2enc_set_format() local
77 thiz->profile = 0; in gst_msdkmpeg2enc_set_format()
84 GST_INFO_OBJECT (thiz, in gst_msdkmpeg2enc_set_format()
103 thiz->profile = MFX_PROFILE_MPEG2_HIGH; in gst_msdkmpeg2enc_set_format()
105 thiz->profile = MFX_PROFILE_MPEG2_MAIN; in gst_msdkmpeg2enc_set_format()
107 thiz->profile = MFX_PROFILE_MPEG2_SIMPLE; in gst_msdkmpeg2enc_set_format()
124 GstMsdkMPEG2Enc *thiz = GST_MSDKMPEG2ENC (encoder); in gst_msdkmpeg2enc_configure() local
127 encoder->param.mfx.CodecProfile = thiz->profile; in gst_msdkmpeg2enc_configure()
174 GstMsdkMPEG2Enc *thiz = GST_MSDKMPEG2ENC (object); in gst_msdkmpeg2enc_set_property() local
177 GST_WARNING_OBJECT (thiz, "Failed to set common encode property"); in gst_msdkmpeg2enc_set_property()
184 GstMsdkMPEG2Enc *thiz = GST_MSDKMPEG2ENC (object); in gst_msdkmpeg2enc_get_property() local
187 GST_WARNING_OBJECT (thiz, "Failed to get common encode property"); in gst_msdkmpeg2enc_get_property()
220 gst_msdkmpeg2enc_init (GstMsdkMPEG2Enc * thiz) in gst_msdkmpeg2enc_init() argument