Searched refs:gop (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 281 std::unique_ptr<C2StreamGopTuning::output> gop = in setupConfigParam() local 283 gop->m.values[0] = {P_FRAME, UINT32_MAX}; in setupConfigParam() 284 gop->m.values[1] = {C2Config::picture_type_t(P_FRAME | B_FRAME), uint32_t(nBFrame)}; in setupConfigParam() 285 configParam.push_back(std::move(gop)); in setupConfigParam() 540 C2StreamGopTuning::output* gop = C2StreamGopTuning::output::From(inParams[0].get()); in TEST_P() local 541 if (gop && gop->flexCount() >= 1) { in TEST_P() 542 for (size_t i = 0; i < gop->flexCount(); ++i) { in TEST_P() 543 const C2GopLayerStruct& layer = gop->m.values[i]; in TEST_P()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 48 const C2StreamGopTuning::output &gop, in ParseGop() argument 52 for (size_t i = 0; i < gop.flexCount(); ++i) { in ParseGop() 53 const C2GopLayerStruct &layer = gop.m.values[i]; in ParseGop() 269 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter() argument 272 ParseGop(gop.v, nullptr, nullptr, &maxBframes); in InputDelaySetter() 1168 std::shared_ptr<C2StreamGopTuning::output> gop; in initEncoder() local 1179 gop = mIntf->getGop_l(); in initEncoder() 1182 if (gop && gop->flexCount() > 0) { in initEncoder() 1186 ParseGop(*gop, &syncInterval, &iInterval, &maxBframes); in initEncoder()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 47 const C2StreamGopTuning::output &gop, in ParseGop() argument 51 for (size_t i = 0; i < gop.flexCount(); ++i) { in ParseGop() 52 const C2GopLayerStruct &layer = gop.m.values[i]; in ParseGop() 266 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter() argument 269 ParseGop(gop.v, nullptr, nullptr, &maxBframes); in InputDelaySetter()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 1461 std::unique_ptr<C2StreamGopTuning::output> gop = in configure() local 1463 gop->m.values[0] = { P_FRAME, UINT32_MAX }; in configure() 1464 gop->m.values[1] = { in configure() 1468 configUpdate.push_back(std::move(gop)); in configure()
|