Home
last modified time | relevance | path

Searched refs:StreamConfigurationMode (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DHidlCameraDeviceUser.h43 using frameworks::cameraservice::device::V2_0::StreamConfigurationMode;
84 virtual Return<HStatus> endConfigure(StreamConfigurationMode operatingMode,
87 virtual Return<HStatus> endConfigure_2_1(StreamConfigurationMode operatingMode,
H A DHidlCameraDeviceUser.cpp197 Return<HStatus> HidlCameraDeviceUser::endConfigure(StreamConfigurationMode operatingMode, in endConfigure()
202 Return<HStatus> HidlCameraDeviceUser::endConfigure_2_1(StreamConfigurationMode operatingMode, in endConfigure_2_1()
H A DConvert.h60 using HStreamConfigurationMode = frameworks::cameraservice::device::V2_0::StreamConfigurationMode;
/aosp12/hardware/google/camera/common/hal/tests/
H A Dtest_utils.cc57 config->operation_mode = StreamConfigurationMode::kNormal; in GetPreviewOnlyStreamConfiguration()
67 config->operation_mode = StreamConfigurationMode::kNormal; in GetPhysicalPreviewStreamConfiguration()
/aosp12/frameworks/hardware/interfaces/cameraservice/device/2.1/
H A DICameraDeviceUser.hal21 import android.frameworks.cameraservice.device@2.0::StreamConfigurationMode;
34 endConfigure_2_1(StreamConfigurationMode operatingMode,
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_utils.h48 using ::android::hardware::camera::device::V3_2::StreamConfigurationMode;
163 StreamConfigurationMode hidl_mode,
164 google_camera_hal::StreamConfigurationMode* hal_mode);
H A Dhidl_utils.cc794 StreamConfigurationMode hidl_mode, in ConvertToHalStreamConfigurationMode()
795 google_camera_hal::StreamConfigurationMode* hal_mode) { in ConvertToHalStreamConfigurationMode()
802 case StreamConfigurationMode::NORMAL_MODE: in ConvertToHalStreamConfigurationMode()
803 *hal_mode = google_camera_hal::StreamConfigurationMode::kNormal; in ConvertToHalStreamConfigurationMode()
805 case StreamConfigurationMode::CONSTRAINED_HIGH_SPEED_MODE: in ConvertToHalStreamConfigurationMode()
807 google_camera_hal::StreamConfigurationMode::kConstrainedHighSpeed; in ConvertToHalStreamConfigurationMode()
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h129 enum class StreamConfigurationMode : uint32_t { enum
138 StreamConfigurationMode operation_mode;
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_device_session.h407 StreamConfigurationMode operation_mode_ = StreamConfigurationMode::kNormal;
/aosp12/hardware/interfaces/camera/device/3.7/
H A Dtypes.hal20 import @3.2::StreamConfigurationMode;
89 @3.2::StreamConfigurationMode operationMode;
H A DICameraInjectionSession.hal71 * StreamConfigurationMode requirements
H A DICameraDeviceSession.hal68 * StreamConfigurationMode requirements
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraDevice.h56 using StreamConfigurationMode = frameworks::cameraservice::device::V2_0::StreamConfigurationMode; variable
/aosp12/hardware/google/camera/common/hal/utils/
H A Dutils.cc288 bool IsHighSpeedModeFpsCompatible(StreamConfigurationMode mode, in IsHighSpeedModeFpsCompatible()
291 if (mode != StreamConfigurationMode::kConstrainedHighSpeed) { in IsHighSpeedModeFpsCompatible()
H A Dutils.h63 bool IsHighSpeedModeFpsCompatible(StreamConfigurationMode mode,
/aosp12/frameworks/hardware/interfaces/cameraservice/vts/functional/
H A DVtsHalCameraServiceV2_0TargetTest.cpp65 using android::frameworks::cameraservice::device::V2_0::StreamConfigurationMode;
475 ret = deviceRemote->endConfigure(StreamConfigurationMode::NORMAL_MODE, hidlParams); in TEST_P()
562 ret = deviceRemote2_1->endConfigure_2_1(StreamConfigurationMode::NORMAL_MODE, in TEST_P()
/aosp12/frameworks/hardware/interfaces/cameraservice/device/2.0/
H A Dtypes.hal90 * StreamConfigurationMode:
97 enum StreamConfigurationMode : uint32_t {
410 StreamConfigurationMode operationMode;
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp122 using ::android::hardware::camera::device::V3_2::StreamConfigurationMode;
784 StreamConfigurationMode configMode,
3466 createStreamConfiguration(streams3_2, StreamConfigurationMode::NORMAL_MODE, in TEST_P()
3597 createStreamConfiguration(streams, StreamConfigurationMode::NORMAL_MODE, &config3_2, in TEST_P()
4017 config.operationMode = StreamConfigurationMode::NORMAL_MODE; in TEST_P()
6177 config.operationMode = StreamConfigurationMode::NORMAL_MODE; in TEST_P()
6753 StreamConfigurationMode configMode, in createStreamConfiguration()
6881 config3_7.operationMode = StreamConfigurationMode::NORMAL_MODE; in configureStreams3_7()
7036 config3_4 = {streams3_4, StreamConfigurationMode::NORMAL_MODE, {}}; in configurePreviewStreams3_4()
7208 config3_4 = {streams3_4, StreamConfigurationMode::NORMAL_MODE, {}}; in configureOfflineStillStream()
[all …]
/aosp12/hardware/interfaces/camera/device/3.4/
H A DICameraDeviceSession.hal57 * StreamConfigurationMode requirements
H A Dtypes.hal20 import @3.2::StreamConfigurationMode;
97 StreamConfigurationMode operationMode;
/aosp12/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
H A DExternalCameraOfflineSession.h54 using ::android::hardware::camera::device::V3_2::StreamConfigurationMode;
/aosp12/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
H A DExternalCameraDeviceSession.h45 using ::android::hardware::camera::device::V3_2::StreamConfigurationMode;
/aosp12/hardware/interfaces/camera/device/3.6/
H A DICameraDeviceSession.hal56 * StreamConfigurationMode requirements
/aosp12/hardware/interfaces/camera/device/3.5/
H A DICameraDeviceSession.hal63 * StreamConfigurationMode requirements
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraDeviceSession.h59 using ::android::hardware::camera::device::V3_2::StreamConfigurationMode;

12