Home
last modified time | relevance | path

Searched refs:kPartialResult (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/google/camera/common/hal/tests/
H A Dresult_dispatcher_tests.cc34 static constexpr uint32_t kPartialResult = 1; member in android::google_camera_hal::ResultDispatcherTests
63 kPartialResult, in SetUp()
98 ASSERT_EQ(new_result->partial_result, kPartialResult); in ProcessCaptureResult()
344 result->partial_result = kPartialResult; in TEST_F()
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dhdrplus_capture_session.h79 static constexpr uint32_t kPartialResult = 1; variable
H A Dzsl_snapshot_capture_session.h95 static constexpr uint32_t kPartialResult = 1;
H A Drgbird_capture_session.h84 static constexpr uint32_t kPartialResult = 1; variable
H A Dhdrplus_capture_session.cc484 ResultDispatcher::Create(kPartialResult, process_capture_result, notify); in Initialize()
H A Dzsl_snapshot_capture_session.cc609 partial_result_count_ = kPartialResult; in Initialize()
H A Drgbird_capture_session.cc990 ResultDispatcher::Create(kPartialResult, process_capture_result, notify); in Initialize()