Home
last modified time | relevance | path

Searched refs:resource_cost (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/google/camera/common/hal/tests/
H A Dcamera_device_tests.cc53 void TestResourceCost(const CameraResourceCost& resource_cost) { in TestResourceCost() argument
57 mock_device_hwl->resource_cost_ = resource_cost; in TestResourceCost()
66 EXPECT_EQ(result_cost.resource_cost, resource_cost.resource_cost); in TestResourceCost()
67 EXPECT_EQ(result_cost.conflicting_devices, resource_cost.conflicting_devices); in TestResourceCost()
72 .resource_cost = 50, in TEST()
77 .resource_cost = 100, in TEST()
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera_common.h395 int resource_cost; member
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraDeviceHWLImpl.cpp108 cost->resource_cost = 100; in GetResourceCost()
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h62 uint32_t resource_cost = 0; member
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera.cpp155 info->resource_cost = 100; in initDeviceInfo()
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDevice.cpp116 cost = info.resource_cost; in getResourceCost()
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_utils.cc84 hidl_cost->resourceCost = hal_cost.resource_cost; in ConvertToHidlResourceCost()
/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp561 cost = info.resource_cost; in getResourceCost()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp11935 info->resource_cost = 100 * MIN(1.0, ratio); in getCamInfo()
11937 info->resource_cost); in getCamInfo()