Home | History | Annotate | Download | only in src

Lines Matching refs:MixParams

27 gboolean mix_videoconfigparamsenc_h264_copy (MixParams * target,
28 const MixParams * src);
29 MixParams *mix_videoconfigparamsenc_h264_dup (const MixParams * obj);
30 gboolean mix_videoconfigparamsencenc_h264_equal (MixParams * first,
31 MixParams * second);
32 static void mix_videoconfigparamsenc_h264_finalize (MixParams * obj);
42 /* the MixParams types need to be class_ref'd once before it can be
95 mix_videoconfigparamsenc_h264_finalize (MixParams * obj)
123 MixParams *
124 mix_videoconfigparamsenc_h264_dup (const MixParams * obj)
126 MixParams *ret = NULL;
153 mix_videoconfigparamsenc_h264_copy (MixParams * target, const MixParams * src)
199 mix_videoconfigparamsencenc_h264_equal (MixParams * first, MixParams * second)