Home | History | Annotate | Download | only in src

Lines Matching refs:MixParams

24 gboolean mix_videoconfigparamsdec_mp42_copy(MixParams * target,
25 const MixParams * src);
26 MixParams *mix_videoconfigparamsdec_mp42_dup(const MixParams * obj);
28 mix_videoconfigparamsdec_mp42_equal(MixParams * first, MixParams * second);
29 static void mix_videoconfigparamsdec_mp42_finalize(MixParams * obj);
37 /* the MixParams types need to be class_ref'd once before it can be
84 void mix_videoconfigparamsdec_mp42_finalize(MixParams * obj) {
109 MixParams *
110 mix_videoconfigparamsdec_mp42_dup(const MixParams * obj) {
111 MixParams *ret = NULL;
136 gboolean mix_videoconfigparamsdec_mp42_copy(MixParams * target,
137 const MixParams * src) {
176 gboolean mix_videoconfigparamsdec_mp42_equal(MixParams * first, MixParams * second) {