Lines Matching defs:index
110 for (int32_t index = 0; index < count; index++) {
111 *mask |= values[index];
297 int32_t index = 0;
317 cap = &(capsGroup->capablitis[index++]);
336 int32_t index;
351 for (index = 0; index < CODEC_CAPABLITY_GROUP_NUM; index++) {
352 if (GetGroupCapabilitiesNumber(node, codecGroupsNodeName[index], &codecNum) == HDF_SUCCESS) {
353 codecCapGroup = codecCapGroups[index];
371 for (index = 0; index < CODEC_CAPABLITY_GROUP_NUM; index++) {
372 if (GetGroupCapabilities(node, codecGroupsNodeName[index], codecCapGroups[index]) != HDF_SUCCESS) {
373 CODEC_LOGE("GetGroupCapabilities failed index: %{public}d!", index);
388 int32_t index;
396 for (index = 0; index < CODEC_CAPABLITY_GROUP_NUM; index++) {
397 codecCapGroup = codecCapGroups[index];