Home
last modified time | relevance | path

Searched refs:C2StreamGopTuning (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp281 std::unique_ptr<C2StreamGopTuning::output> gop = in setupConfigParam()
282 C2StreamGopTuning::output::AllocUnique(2 /* flexCount */, 0u /* stream */); in setupConfigParam()
531 c2_status_t c2_status = mComponent->query({}, {C2StreamGopTuning::output::PARAM_TYPE}, in TEST_P()
540 C2StreamGopTuning::output* gop = C2StreamGopTuning::output::From(inParams[0].get()); in TEST_P()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.h88 std::shared_ptr<C2StreamGopTuning::output> mGop;
DC2SoftHevcEnc.cpp47 const C2StreamGopTuning::output &gop, in ParseGop()
95 .withDefault(C2StreamGopTuning::output::AllocShared( in IntfImpl()
266 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter()
375 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
455 std::shared_ptr<C2StreamGopTuning::output> getGop_l() const { in getGop_l()
558 std::shared_ptr<C2StreamGopTuning::output> mGop;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp48 const C2StreamGopTuning::output &gop, in ParseGop()
119 .withDefault(C2StreamGopTuning::output::AllocShared( in IntfImpl()
269 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter()
394 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
555 std::shared_ptr<C2StreamGopTuning::output> getGop_l() const { return mGop; } in getGop_l()
572 std::shared_ptr<C2StreamGopTuning::output> mGop;
1168 std::shared_ptr<C2StreamGopTuning::output> gop; in initEncoder()
/frameworks/av/media/codec2/core/include/
DC2Config.h1900 C2StreamGopTuning; typedef
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1461 std::unique_ptr<C2StreamGopTuning::output> gop = in configure()
1462 C2StreamGopTuning::output::AllocUnique(2 /* flexCount */, 0u /* stream */); in configure()