HomeSort by relevance Sort by last modified time
    Searched refs:streamConfigurations (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDevice.cpp 581 std::vector<int32_t> streamConfigurations;
595 streamConfigurations.push_back(format);
596 streamConfigurations.push_back(supportedFormat.width);
597 streamConfigurations.push_back(supportedFormat.height);
598 streamConfigurations.push_back(
656 streamConfigurations.data(), streamConfigurations.size());
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 362 StreamConfigurationMap streamConfigurations = mStaticCharacteristics.
372 Size[] sizes = streamConfigurations.getOutputSizes(surfaceType);
379 sizes = streamConfigurations.getOutputSizes(ImageFormat.YUV_420_888);
381 sizes = streamConfigurations.getOutputSizes(ImageFormat.JPEG);
    [all...]

Completed in 507 milliseconds