Lines Matching refs:sensorPixelModesUsed
1136 const std::vector<int32_t> &sensorPixelModesUsed = in createStream() local
1164 mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed, dynamicRangeProfile, in createStream()
1209 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
1229 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
1318 const std::vector<int32_t> &sensorPixelModesUsed = in createDeferredSurfaceStreamLocked() local
1321 sensorPixelModesUsed, format, width, height, getStaticInfo(cameraIdUsed), in createDeferredSurfaceStreamLocked()
1539 const std::vector<int32_t> &sensorPixelModesUsed = in updateOutputConfiguration() local
1554 mCameraIdStr, mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed, in updateOutputConfiguration()
1927 const std::vector<int32_t>& sensorPixelModesUsed = in finalizeOutputConfigurations() local
1957 mDevice->infoPhysical(physicalId), sensorPixelModesUsed, dynamicRangeProfile, in finalizeOutputConfigurations()
2828 streamInfoIt->second.sensorPixelModesUsed.find(sensorPixelMode) != in isSensorPixelModeConsistent()
2829 streamInfoIt->second.sensorPixelModesUsed.end(); in isSensorPixelModeConsistent()
2832 for (auto m : streamInfoIt->second.sensorPixelModesUsed) { in isSensorPixelModeConsistent()