Lines Matching refs:ix
957 for (C2Param::Index ix : mSubscribedIndices) { in subscribeToConfigUpdate() local
958 indices.push_back(ix); in subscribeToConfigUpdate()
1389 size_t ix = params->findEntryByName("crop-right"); in getReflectedFormat() local
1390 params->setEntryNameAt(ix, "crop-width"); in getReflectedFormat()
1392 params->setEntryAt(ix, item); in getReflectedFormat()
1396 size_t ix = params->findEntryByName("crop-bottom"); in getReflectedFormat() local
1397 params->setEntryNameAt(ix, "crop-height"); in getReflectedFormat()
1399 params->setEntryAt(ix, item); in getReflectedFormat()
1442 for (size_t ix = 0; ix < params->countEntries(); ++ix) { in getReflectedFormat() local
1444 AString name = params->getEntryNameAt(ix, &type); in getReflectedFormat()
1445 AMessage::ItemData msgItem = params->getEntryAt(ix); in getReflectedFormat()
1473 item.set(cm.mapFromMessage(params->getEntryAt(ix))); in getReflectedFormat()
1508 for (C2Param::Index ix : indices) { in getConfigUpdateFromSdkParams() local
1509 if (mSupportedIndices.count(ix)) { in getConfigUpdateFromSdkParams()
1510 supportedIndices.push_back(ix); in getConfigUpdateFromSdkParams()
1511 } else if (mLocalParams.count(ix)) { in getConfigUpdateFromSdkParams()
1513 auto it = mCurrentConfig.find(ix); in getConfigUpdateFromSdkParams()