Lines Matching defs:keyIndex
1084 uint32_t keyIndex = circularBuffer_.size() - 1;
1087 keyIndexList_.push_back(keyIndex);
1090 MEDIA_LOGD("BufferDispatcher ActivateReceiverIndex By KeyVideo Frame index: %{public}d.", keyIndex);
1091 ActivateReceiverIndex(keyIndex, MEDIA_TYPE_VIDEO);
1132 for (auto &keyIndex : keyIndexList_) {
1133 indexs += std::to_string(keyIndex) + ", ";
1134 MEDIA_LOGD("keyIndex update to %{public}d.", keyIndex);
1137 MEDIA_LOGD("current keyIndex: %{public}s.", indexs.c_str());
1189 MEDIA_LOGD("BufferDispatcher pop out first 0 keyIndex after listsize %{public}zu.", keyIndexList_.size());
1192 for (auto &keyIndex : keyIndexList_) {
1193 if (keyIndex > 0) {
1194 keyIndex--;