Home | History | Annotate | Download | only in src

Lines Matching refs:MixParams

23 gboolean mix_videoconfigparamsdec_vc1_copy(MixParams * target,
24 const MixParams * src);
25 MixParams *mix_videoconfigparamsdec_vc1_dup(const MixParams * obj);
26 gboolean mix_videoconfigparamsdec_vc1_equal(MixParams * first, MixParams * second);
27 static void mix_videoconfigparamsdec_vc1_finalize(MixParams * obj);
35 /* the MixParams types need to be class_ref'd once before it can be
78 void mix_videoconfigparamsdec_vc1_finalize(MixParams * obj) {
103 MixParams *
104 mix_videoconfigparamsdec_vc1_dup(const MixParams * obj) {
105 MixParams *ret = NULL;
127 gboolean mix_videoconfigparamsdec_vc1_copy(MixParams * target,
128 const MixParams * src) {
161 gboolean mix_videoconfigparamsdec_vc1_equal(MixParams * first, MixParams * second) {