Searched refs:mGop (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 94 DefineParam(mGop, C2_PARAMKEY_GOP) in IntfImpl() 97 .withFields({C2F(mGop, m.values[0].type_).any(), in IntfImpl() 98 C2F(mGop, m.values[0].count).any()}) in IntfImpl() 108 .calculatedAs(InputDelaySetter, mGop) in IntfImpl() 453 return mGop; in getGop_l() 555 std::shared_ptr<C2StreamGopTuning::output> mGop; member in android::C2SoftHevcEnc::IntfImpl 658 if (mGop && mGop->flexCount() > 0) { in initEncParams() 662 ParseGop(*mGop, &syncInterval, &iInterval, &maxBframes); in initEncParams() 825 mGop = mIntf->getGop_l(); in initEncoder()
|
D | C2SoftHevcEnc.h | 88 std::shared_ptr<C2StreamGopTuning::output> mGop; member
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 118 DefineParam(mGop, C2_PARAMKEY_GOP) in IntfImpl() 121 .withFields({C2F(mGop, m.values[0].type_).any(), in IntfImpl() 122 C2F(mGop, m.values[0].count).any()}) in IntfImpl() 143 .calculatedAs(InputDelaySetter, mGop) in IntfImpl() 537 std::shared_ptr<C2StreamGopTuning::output> getGop_l() const { return mGop; } in getGop_l() 553 std::shared_ptr<C2StreamGopTuning::output> mGop; member in android::C2SoftAvcEnc::IntfImpl
|