Home | History | Annotate | Download | only in avc

Lines Matching refs:gop

45         const C2StreamGopTuning::output &gop,
49 for (size_t i = 0; i < gop.flexCount(); ++i) {
50 const C2GopLayerStruct &layer = gop.m.values[i];
206 const C2P<C2StreamGopTuning::output> &gop) {
209 ParseGop(gop.v, nullptr, nullptr, &maxBframes);
824 ALOGE("Unable to set GOP params = 0x%x\n",
919 std::shared_ptr<C2StreamGopTuning::output> gop;
929 gop
931 if (gop && gop->flexCount() > 0) {
935 ParseGop(*gop, &syncInterval, &iInterval, &maxBframes);
937 ALOGD("Updating IDR interval from GOP: old %u new %u", mIDRInterval, syncInterval);
941 ALOGD("Updating I interval from GOP: old %u new %u", mIInterval, iInterval);
945 ALOGD("Updating max B frames from GOP: old %u new %u", mBframes, maxBframes);
1137 /* Video control Set GOP params */