Searched refs:gop (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 45 const C2StreamGopTuning::output &gop, in ParseGop() argument 49 for (size_t i = 0; i < gop.flexCount(); ++i) { in ParseGop() 50 const C2GopLayerStruct &layer = gop.m.values[i]; in ParseGop() 206 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter() argument 209 ParseGop(gop.v, nullptr, nullptr, &maxBframes); in InputDelaySetter() 918 std::shared_ptr<C2StreamGopTuning::output> gop; in initEncoder() local 928 gop = mIntf->getGop_l(); in initEncoder() 930 if (gop && gop->flexCount() > 0) { in initEncoder() 934 ParseGop(*gop, &syncInterval, &iInterval, &maxBframes); in initEncoder()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 46 const C2StreamGopTuning::output &gop, in ParseGop() argument 50 for (size_t i = 0; i < gop.flexCount(); ++i) { in ParseGop() 51 const C2GopLayerStruct &layer = gop.m.values[i]; in ParseGop() 216 const C2P<C2StreamGopTuning::output> &gop) { in InputDelaySetter() argument 219 ParseGop(gop.v, nullptr, nullptr, &maxBframes); in InputDelaySetter()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 883 std::unique_ptr<C2StreamGopTuning::output> gop = in configure() local 885 gop->m.values[0] = { P_FRAME, UINT32_MAX }; in configure() 886 gop->m.values[1] = { in configure() 890 configUpdate.push_back(std::move(gop)); in configure()
|