Lines Matching refs:sensorPixelModesUsed
941 const std::vector<int32_t> &sensorPixelModesUsed = in createStream() local
958 mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed, dynamicRangeProfile, in createStream()
997 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
1010 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
1097 const std::vector<int32_t> &sensorPixelModesUsed = in createDeferredSurfaceStreamLocked() local
1100 sensorPixelModesUsed, format, width, height, getStaticInfo(cameraIdUsed), in createDeferredSurfaceStreamLocked()
1325 const std::vector<int32_t> &sensorPixelModesUsed = in updateOutputConfiguration() local
1338 mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed, dynamicRangeProfile, in updateOutputConfiguration()
1702 const std::vector<int32_t> &sensorPixelModesUsed = in finalizeOutputConfigurations() local
1721 mDevice->infoPhysical(physicalId), sensorPixelModesUsed, dynamicRangeProfile, in finalizeOutputConfigurations()
2304 streamInfoIt->second.sensorPixelModesUsed.find(sensorPixelMode) != in isSensorPixelModeConsistent()
2305 streamInfoIt->second.sensorPixelModesUsed.end(); in isSensorPixelModeConsistent()
2308 for (auto m : streamInfoIt->second.sensorPixelModesUsed) { in isSensorPixelModeConsistent()