Searched refs:stalls (Results 1 – 9 of 9) sorted by relevance
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | metadata_reader.cpp | 177 std::vector<StreamStallDuration>* stalls) const { in StreamStallDurations() 189 stalls->insert(stalls->end(), in StreamStallDurations() 193 for (const auto& stall : *stalls) { in StreamStallDurations()
|
D | metadata_reader_test.cpp | 258 v4l2_camera_hal::ArrayVector<int64_t, 4> stalls; in TEST_F() local 261 stalls.push_back(stall1); in TEST_F() 262 stalls.push_back(stall2); in TEST_F() 264 v4l2_camera_hal::UpdateMetadata(metadata_.get(), stalls_tag_, stalls), 0); in TEST_F() 268 ASSERT_EQ(actual.size(), stalls.num_arrays()); in TEST_F()
|
D | metadata_reader.h | 64 std::vector<StreamStallDuration>* stalls) const;
|
/hardware/libhardware/modules/camera/3_4/ |
D | static_properties.cpp | 33 const std::vector<StreamStallDuration>& stalls, in ConstructStreamCapabilities() argument 55 for (const auto& stall : stalls) { in ConstructStreamCapabilities() 153 std::vector<StreamStallDuration> stalls; in NewStaticProperties() local 166 metadata_reader->StreamStallDurations(&stalls) || in NewStaticProperties() 167 !ConstructStreamCapabilities(configs, stalls, &stream_capabilities) || in NewStaticProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_pipeline_creation_cache_control.adoc | 99 "just-in-time" pipeline creation stalls.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_INTEL_performance_query/ |
D | queries.adoc | 289 * ename:VK_PERFORMANCE_OVERRIDE_TYPE_FLUSH_GPU_CACHES_INTEL stalls the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 331 stalls or cache flushing. 2909 cause program termination, device loss, queue stalls, host thread stalls, or 4368 completes, the semaphore wait stalls the 4818 not cause program termination, device loss, queue stalls, or corruption of
|
D | cmdbuffers.adoc | 2735 detect extended stalls in execution and timeout after a short period.
|
D | memory.adoc | 1305 object which will not cause program termination, device loss, queue stalls,
|