Home | History | Annotate | Download | only in phone

Lines Matching refs:preference

42   int preference;
47 channels(cs), preference(pr) {}
50 AudioCodec() : id(0), clockrate(0), bitrate(0), channels(0), preference(0) {}
57 return first.preference > other.preference;
68 preference = c.preference;
78 preference == c.preference;
93 int preference;
97 : id(pt), name(nm), width(w), height(h), framerate(fr), preference(pr) {}
101 : id(0), width(0), height(0), framerate(0), preference(0) {}
107 return first.preference > other.preference;
118 preference = c.preference;
128 preference == c.preference;