Lines Matching refs:sensorPixelModesUsed
824 const std::vector<int32_t> &sensorPixelModesUsed = in createStream() local
840 mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed); in createStream()
873 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
883 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
962 const std::vector<int32_t> &sensorPixelModesUsed = in createDeferredSurfaceStreamLocked() local
965 sensorPixelModesUsed, format, width, height, getStaticInfo(cameraIdUsed), in createDeferredSurfaceStreamLocked()
1177 const std::vector<int32_t> &sensorPixelModesUsed = in updateOutputConfiguration() local
1185 mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed); in updateOutputConfiguration()
1540 const std::vector<int32_t> &sensorPixelModesUsed = in finalizeOutputConfigurations() local
1554 mDevice->infoPhysical(physicalId), sensorPixelModesUsed); in finalizeOutputConfigurations()
2073 streamInfoIt->second.sensorPixelModesUsed.find(sensorPixelMode) != in isSensorPixelModeConsistent()
2074 streamInfoIt->second.sensorPixelModesUsed.end(); in isSensorPixelModeConsistent()
2077 for (auto m : streamInfoIt->second.sensorPixelModesUsed) { in isSensorPixelModeConsistent()