Lines Matching refs:maxBframes
49 uint32_t *syncInterval, uint32_t *iInterval, uint32_t *maxBframes) { in ParseGop() argument
66 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME) && maxBframes) { in ParseGop()
67 *maxBframes = layer.count; in ParseGop()
271 uint32_t maxBframes = 0; in InputDelaySetter() local
272 ParseGop(gop.v, nullptr, nullptr, &maxBframes); in InputDelaySetter()
273 me.set().value = maxBframes; in InputDelaySetter()
1185 uint32_t maxBframes = 0; in initEncoder() local
1186 ParseGop(*gop, &syncInterval, &iInterval, &maxBframes); in initEncoder()
1195 if (mBframes != maxBframes) { in initEncoder()
1196 ALOGD("Updating max B frames from GOP: old %u new %u", mBframes, maxBframes); in initEncoder()
1197 mBframes = maxBframes; in initEncoder()