Searched refs:cameraDeviceToTimeLag (Results 1 – 3 of 3) sorted by relevance
403 /*inout*/ std::unordered_map<std::string, nsecs_t>& cameraDeviceToTimeLag);
2781 std::unordered_map<std::string, nsecs_t>& cameraDeviceToTimeLag) { in processPreviewStabilizationCaptureRequestInternal() argument2916 auto it = cameraDeviceToTimeLag.find(name); in processPreviewStabilizationCaptureRequestInternal()2921 ASSERT_TRUE(it != cameraDeviceToTimeLag.end()); in processPreviewStabilizationCaptureRequestInternal()2928 cameraDeviceToTimeLag[std::string(name)] = in processPreviewStabilizationCaptureRequestInternal()
1548 std::unordered_map<std::string, nsecs_t> cameraDeviceToTimeLag; in TEST_P() local1550 cameraDeviceToTimeLag); in TEST_P()1552 cameraDeviceToTimeLag); in TEST_P()