Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a056c626 authored by Fyodor Kyslov's avatar Fyodor Kyslov
Browse files

AV1 Encoder. Fixing idents

Bug: 246859000
Test: atest VideoCodecTest
Change-Id: I77a4b17e25d3ca89e3c2e810b376691b174fb58b
parent e21a4b7b
Loading
Loading
Loading
Loading
+62 −66
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ private:
    // align stride to the power of 2
    int32_t mStrideAlign;


    aom_rc_mode mBitrateControlMode;

    // Minimum (best quality) quantizer
@@ -116,10 +115,7 @@ public:
    static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input>& oldMe,
                          C2P<C2StreamPictureSizeInfo::input>& me);

    static C2R ProfileLevelSetter(
            bool mayBlock,
            C2P<C2StreamProfileLevelInfo::output> &me);

    static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output>& me);

    // unsafe getters
    std::shared_ptr<C2StreamPictureSizeInfo::input> getSize_l() const { return mSize; }