Home
last modified time | relevance | path

Searched refs:CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dstatic_properties_test.cpp114 CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, in ExpectConfigurationSupported()
441 0, streams.data(), CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, nullptr}; in TEST_F()
451 CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, in TEST_F()
460 3, nullptr, CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, nullptr}; in TEST_F()
H A Dstatic_properties.cpp438 case CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE: in OperationModeSupported()
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera3.h1478 CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE = 0, enumerator
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3VideoTest.cpp102 mVideoConfig = configureStream(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, 1); in configureVideoStream()
H A DQCameraHAL3PreviewTest.cpp98 mPreviewConfig = configureStream(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, 1); in configurePreviewStream()
H A DQCameraHAL3RawSnapshotTest.cpp89 mRawSnapshotConfig = configureStream(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, 2); in configureRawSnapshotStream()
H A DQCameraHAL3SnapshotTest.cpp91 mSnapshotConfig = configureStream(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, 2); in configureSnapshotStream()
/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp527 /*inputFormat*/ -1, CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE}; in TEST_F()
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp229 -1 /*inputFormat*/, CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE); in isSessionConfigurationSupported()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp523 mOpMode(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE), in QCamera3HardwareInterface()