Lines Matching refs:maxBframes
46 uint32_t *syncInterval, uint32_t *iInterval, uint32_t *maxBframes) { in ParseGop() argument
63 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME) && maxBframes) { in ParseGop()
64 *maxBframes = layer.count; in ParseGop()
208 uint32_t maxBframes = 0; in InputDelaySetter() local
209 ParseGop(gop.v, nullptr, nullptr, &maxBframes); in InputDelaySetter()
210 me.set().value = maxBframes; in InputDelaySetter()
933 uint32_t maxBframes = 0; in initEncoder() local
934 ParseGop(*gop, &syncInterval, &iInterval, &maxBframes); in initEncoder()
943 if (mBframes != maxBframes) { in initEncoder()
944 ALOGD("Updating max B frames from GOP: old %u new %u", mBframes, maxBframes); in initEncoder()
945 mBframes = maxBframes; in initEncoder()