• Home
  • Raw
  • Download

Lines Matching refs:sensorPixelModesUsed

451         const std::vector<int32_t> &sensorPixelModesUsed, int64_t dynamicRangeProfile,  in createConfiguredSurface()  argument
538 if (checkAndOverrideSensorPixelModesUsed(sensorPixelModesUsed, format, width, height, in createConfiguredSurface()
618 streamInfo.sensorPixelModesUsed = overriddenSensorPixelModes; in createConfiguredSurface()
684 stream->sensorPixelModesUsed.resize(streamInfo.sensorPixelModesUsed.size()); in mapStreamInfo()
687 for (auto mode : streamInfo.sensorPixelModesUsed) { in mapStreamInfo()
688 stream->sensorPixelModesUsed[idx++] = in mapStreamInfo()
824 stream.sensorPixelModesUsed = defaultSensorPixelModes; in convertToHALStreamCombination()
842 std::vector<int32_t> sensorPixelModesUsed = it.getSensorPixelModesUsed(); in convertToHALStreamCombination() local
900 if (checkAndOverrideSensorPixelModesUsed(sensorPixelModesUsed, in convertToHALStreamCombination()
903 &streamInfo.sensorPixelModesUsed) != OK) { in convertToHALStreamCombination()
930 logicalCameraId, metadataChosen, sensorPixelModesUsed, in convertToHALStreamCombination()
1068 static std::unordered_set<int32_t> convertToSet(const std::vector<int32_t> &sensorPixelModesUsed) { in convertToSet() argument
1069 return std::unordered_set<int32_t>(sensorPixelModesUsed.begin(), sensorPixelModesUsed.end()); in convertToSet()
1073 const std::vector<int32_t> &sensorPixelModesUsed, int format, int width, int height, in checkAndOverrideSensorPixelModesUsed() argument
1078 convertToSet(sensorPixelModesUsed); in checkAndOverrideSensorPixelModesUsed()