Home
last modified time | relevance | path

Searched refs:End (Results 1 – 16 of 16) sorted by relevance

/hardware/google/camera/common/hal/utils/profiling/
Dtracked_profiler.cc135 profiler_->End(kFirstFrame, Profiler::kInvalidRequestId); in AcceptFirstFrameEnd()
136 profiler_->End(kHalTotal, Profiler::kInvalidRequestId); in AcceptFirstFrameEnd()
145 profiler_->End(kOverall, Profiler::kInvalidRequestId); in DeleteProfilerLocked()
176 profiler_->End(kIdleString, idle_end_count_++); in IdleEndLocked()
Daidl_profiler.cc157 reprocessing_profiler_->End(kReprocess + std::to_string(id), in ReprocessingResultEnd()
359 profiler_->End(kHalTotal, Profiler::kInvalidRequestId); in ~AidlScopedProfiler()
360 profiler_->End(name_, id_); in ~AidlScopedProfiler()
/hardware/google/camera/common/profiler/
Dprofiler.h201 virtual void End(const std::string& name, int request_id) = 0;
254 profiler_->End(target_, request_id_); in ~ScopedProfiler()
Dprofiler.cc83 void End(const std::string& name,
327 void ProfilerImpl::End(const std::string& name, int request_id) { in End() function in google::camera_common::__anon477d26810111::ProfilerImpl
620 void End(const std::string&, int) override final{}; in End() function in google::camera_common::__anon477d26810111::ProfilerDummy
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_utils.adoc249 // End the house annotation started above
284 // End the queue label region
DVK_EXT_debug_marker.adoc125 // End the house annotation started above
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc319 …nd buffer commands with different behavior than those outside the range - "End" marks the end of t…
328 | End | End of a range of command buffer commands with different behavior than those outside…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_dynamic_rendering.adoc50 === Begin/End Render Pass
DVK_KHR_video_decode_queue.adoc288 . End the video coding scope using the `vkCmdEndVideoCodingKHR` command.
DVK_KHR_video_queue.adoc899 // End video coding scope
/hardware/interfaces/radio/1.6/
Dtypes.hal149 * Front-End(RFFE) components like antenna are considered critical for modem
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs9 // End offset, zero-based exclusive.
9528 } // End cell group
9531 parser.gullet.endGroup(); // End array group defining \\
13706 * End current nested group, restoring values before the group began.
14722 * End current group nesting within all namespaces.
14812 throw new ParseError("End of input in macro argument", startOfArg);
14822 throw new ParseError("End of input expecting macro argument");
15847 this.expect("EOF"); // End the group namespace for the expression
16548 this.expect(groupEnd); // End group namespace
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1012 ImGui::End(); in compute_swapchain_display()
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h450 #define glEnd MANGLE(End)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1155 [open,refpage='vkCmdEndRendering',desc='End a dynamic render pass instance',type='protos',alias='vk…
6752 [open,refpage='vkCmdEndRenderPass',desc='End the current render pass',type='protos']
6789 [open,refpage='vkCmdEndRenderPass2',desc='End the current render pass',type='protos',alias='vkCmdEn…
Dvideo_extensions.adoc2612 [open,refpage='vkCmdEndVideoCodingKHR',desc='End video coding scope',type='protos']