Home | History | Annotate | Download | only in src

Lines Matching refs:MixParams

30 gboolean mix_videoframe_copy(MixParams * target, const MixParams * src);
31 MixParams *mix_videoframe_dup(const MixParams * obj);
32 gboolean mix_videoframe_equal(MixParams * first, MixParams * second);
33 static void mix_videoframe_finalize(MixParams * obj);
86 void mix_videoframe_finalize(MixParams * obj) {
164 MixParams *
165 mix_videoframe_dup(const MixParams * obj) {
166 MixParams *ret = NULL;
187 gboolean mix_videoframe_copy(MixParams * target, const MixParams * src) {
222 gboolean mix_videoframe_equal(MixParams * first, MixParams * second) {