Home | History | Annotate | Download | only in src

Lines Matching refs:MixParams

23 gboolean mix_videoconfigparamsdec_h264_copy (MixParams * target,
24 const MixParams * src);
25 MixParams *mix_videoconfigparamsdec_h264_dup (const MixParams * obj);
26 gboolean mix_videoconfigparamsdec_h264_equal (MixParams * first,
27 MixParams * second);
28 static void mix_videoconfigparamsdec_h264_finalize (MixParams * obj);
38 /* the MixParams types need to be class_ref'd once before it can be
85 mix_videoconfigparamsdec_h264_finalize (MixParams * obj)
113 MixParams *
114 mix_videoconfigparamsdec_h264_dup (const MixParams * obj)
116 MixParams *ret = NULL;
143 mix_videoconfigparamsdec_h264_copy (MixParams * target, const MixParams * src)
182 mix_videoconfigparamsdec_h264_equal (MixParams * first, MixParams * second)