Lines Matching refs:fsv
199 const C2FieldSupportedValues &fsv = query[0].values; in UseComponentStoreForIonAllocator() local
200 if (fsv.type == C2FieldSupportedValues::FLAGS && !fsv.values.empty()) { in UseComponentStoreForIonAllocator()
201 minUsage = fsv.values[0].u64; in UseComponentStoreForIonAllocator()
203 for (C2Value::Primitive v : fsv.values) { in UseComponentStoreForIonAllocator()
209 const C2FieldSupportedValues &fsv = query[1].values; in UseComponentStoreForIonAllocator() local
210 if (fsv.type == C2FieldSupportedValues::RANGE && fsv.range.step.u32 > 0) { in UseComponentStoreForIonAllocator()
211 blockSize = fsv.range.step.u32; in UseComponentStoreForIonAllocator()
255 const C2FieldSupportedValues& fsv = query[0].values; in UseComponentStoreForDmaBufAllocator() local
256 if (fsv.type == C2FieldSupportedValues::FLAGS && !fsv.values.empty()) { in UseComponentStoreForDmaBufAllocator()
257 minUsage = fsv.values[0].u64; in UseComponentStoreForDmaBufAllocator()
259 for (C2Value::Primitive v : fsv.values) { in UseComponentStoreForDmaBufAllocator()
265 const C2FieldSupportedValues& fsv = query[1].values; in UseComponentStoreForDmaBufAllocator() local
266 if (fsv.type == C2FieldSupportedValues::RANGE && fsv.range.step.u32 > 0) { in UseComponentStoreForDmaBufAllocator()
267 blockSize = fsv.range.step.u32; in UseComponentStoreForDmaBufAllocator()