Loading media/codec2/components/apv/C2SoftApvDec.h +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ struct C2SoftApvDec final : public SimpleC2Component { coeffs(C2Color::MATRIX_UNSPECIFIED), fullRange(C2Color::RANGE_UNSPECIFIED) { } bool operator==(const VuiColorAspects &o) { bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading media/codec2/components/avc/C2SoftAvcDec.h +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ private: VuiColorAspects() : primaries(2), transfer(2), coeffs(2), fullRange(0) { } bool operator==(const VuiColorAspects &o) { bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading media/codec2/components/dav1d/C2SoftDav1dDec.h +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ struct C2SoftDav1dDec : public SimpleC2Component { coeffs(C2Color::MATRIX_UNSPECIFIED), fullRange(C2Color::RANGE_UNSPECIFIED) {} bool operator==(const VuiColorAspects& o) { bool operator==(const VuiColorAspects& o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading media/codec2/components/gav1/C2SoftGav1Dec.h +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ struct C2SoftGav1Dec : public SimpleC2Component { coeffs(C2Color::MATRIX_UNSPECIFIED), fullRange(C2Color::RANGE_UNSPECIFIED) { } bool operator==(const VuiColorAspects &o) { bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading media/codec2/components/hevc/C2SoftHevcDec.h +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ struct C2SoftHevcDec : public SimpleC2Component { VuiColorAspects() : primaries(2), transfer(2), coeffs(2), fullRange(0) { } bool operator==(const VuiColorAspects &o) { bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading Loading
media/codec2/components/apv/C2SoftApvDec.h +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ struct C2SoftApvDec final : public SimpleC2Component { coeffs(C2Color::MATRIX_UNSPECIFIED), fullRange(C2Color::RANGE_UNSPECIFIED) { } bool operator==(const VuiColorAspects &o) { bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading
media/codec2/components/avc/C2SoftAvcDec.h +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ private: VuiColorAspects() : primaries(2), transfer(2), coeffs(2), fullRange(0) { } bool operator==(const VuiColorAspects &o) { bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading
media/codec2/components/dav1d/C2SoftDav1dDec.h +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ struct C2SoftDav1dDec : public SimpleC2Component { coeffs(C2Color::MATRIX_UNSPECIFIED), fullRange(C2Color::RANGE_UNSPECIFIED) {} bool operator==(const VuiColorAspects& o) { bool operator==(const VuiColorAspects& o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading
media/codec2/components/gav1/C2SoftGav1Dec.h +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ struct C2SoftGav1Dec : public SimpleC2Component { coeffs(C2Color::MATRIX_UNSPECIFIED), fullRange(C2Color::RANGE_UNSPECIFIED) { } bool operator==(const VuiColorAspects &o) { bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading
media/codec2/components/hevc/C2SoftHevcDec.h +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ struct C2SoftHevcDec : public SimpleC2Component { VuiColorAspects() : primaries(2), transfer(2), coeffs(2), fullRange(0) { } bool operator==(const VuiColorAspects &o) { bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; } Loading