/hardware/qcom/sm7250/display/libhistogram/ |
D | ringbuffer.h | 53 using Sample = std::tuple<uint64_t /* numFrames */, std::array<uint64_t, HIST_V_SIZE> /* bins */>; variable 54 Sample collect_cumulative() const; 55 Sample collect_ringbuffer_all() const; 56 Sample collect_after(nsecs_t timestamp) const; 57 Sample collect_max(uint32_t max_frames) const; 58 Sample collect_max_after(nsecs_t timestamp, uint32_t max_frames) const; 66 Sample collect_max(uint32_t max_frames, std::unique_lock<std::mutex> const &) const; 67 Sample collect_max_after(nsecs_t timestamp, uint32_t max_frames,
|
D | ringbuffer.cpp | 93 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_cumulative() const { in collect_cumulative() 95 histogram::Ringbuffer::Sample sample{cumulative_frame_count, cumulative_bins}; in collect_cumulative() 100 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_ringbuffer_all() const { in collect_ringbuffer_all() 105 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_after(nsecs_t timestamp) const { in collect_after() 110 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_max(uint32_t max_frames) const { in collect_max() 115 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_max_after(nsecs_t timestamp, in collect_max_after() 121 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_max( in collect_max() 143 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_max_after( in collect_max_after()
|
/hardware/qcom/sm8150/display/libhistogram/ |
D | ringbuffer.h | 54 … using Sample = std::tuple<uint64_t /* numFrames */, std::array<uint64_t, HIST_V_SIZE> /* bins */>; variable 55 Sample collect_cumulative() const; 56 Sample collect_ringbuffer_all() const; 57 Sample collect_after(nsecs_t timestamp) const; 58 Sample collect_max(uint32_t max_frames) const; 59 Sample collect_max_after(nsecs_t timestamp, uint32_t max_frames) const; 67 Sample collect_max(uint32_t max_frames, std::unique_lock<std::mutex> const&) const; 68 …Sample collect_max_after(nsecs_t timestamp, uint32_t max_frames, std::unique_lock<std::mutex> cons…
|
D | ringbuffer.cpp | 82 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_cumulative() const { in collect_cumulative() 84 histogram::Ringbuffer::Sample sample { cumulative_frame_count, cumulative_bins }; in collect_cumulative() 89 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_ringbuffer_all() const { in collect_ringbuffer_all() 94 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_after( in collect_after() 100 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_max(uint32_t max_frames) const { in collect_max() 105 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_max_after( in collect_max_after() 111 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_max( in collect_max() 132 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_max_after( in collect_max_after()
|
/hardware/interfaces/audio/effect/2.0/ |
D | types.hal | 62 * | Sample input | 12..13 | 1 direct: process() function or 71 * | Sample output | 14..15 | 1 direct: process() function or 148 // Sample input modes 156 // Sample output modes
|
/hardware/interfaces/audio/effect/7.0/ |
D | types.hal | 64 * | Sample input | 12..13 | 1 direct: process() function or 73 * | Sample output | 14..15 | 1 direct: process() function or 151 // Sample input modes 159 // Sample output modes
|
/hardware/interfaces/audio/effect/4.0/ |
D | types.hal | 62 * | Sample input | 12..13 | 1 direct: process() function or 71 * | Sample output | 14..15 | 1 direct: process() function or 148 // Sample input modes 156 // Sample output modes
|
/hardware/interfaces/audio/effect/5.0/ |
D | types.hal | 63 * | Sample input | 12..13 | 1 direct: process() function or 72 * | Sample output | 14..15 | 1 direct: process() function or 150 // Sample input modes 158 // Sample output modes
|
/hardware/interfaces/audio/effect/6.0/ |
D | types.hal | 63 * | Sample input | 12..13 | 1 direct: process() function or 72 * | Sample output | 14..15 | 1 direct: process() function or 150 // Sample input modes 158 // Sample output modes
|
/hardware/interfaces/power/stats/1.0/ |
D | IPowerStats.hal | 65 * | . | |-- 1st Sample 79 * | . | |-- kth Sample
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_fragment_shader_barycentric.adoc | 83 code:Sample qualifiers to specify interpolation, like any other fragment
|
D | VK_NV_ray_tracing.adoc | 83 === Sample Code
|
D | VK_KHR_ray_query.adoc | 88 === Sample Code
|
D | VK_NV_geometry_shader_passthrough.adoc | 97 === Sample Code
|
D | VK_HUAWEI_subpass_shading.adoc | 53 === Sample Code
|
D | VK_HUAWEI_cluster_culling_shader.adoc | 72 === Sample Code
|
D | VK_KHR_ray_tracing_pipeline.adoc | 334 === Sample Code
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | revisions.adoc | 68 page open blocks>>, and rewrite the <<sample-command, Sample Command 130 * 2020-03-11 - Specify in the <<sample-command, Sample Command Description>> 193 <<sample-command, Sample Command Description>> section (related to public
|
D | markup.adoc | 97 == Sample Section 124 == Sample Section
|
D | writing.adoc | 459 | Feature | Result | Sample Markup 734 == Sample Command Description: Creating Command Pools
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_maintenance5.adoc | 103 === Sample mask test and sample counting property 277 === Sample mask test and sample counting property
|
D | VK_KHR_dynamic_rendering.adoc | 281 ==== Mixed Sample Attachments
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fragops.adoc | 22 . <<fragops-samplemask,Sample mask test>> 24 ** <<fragops-shader-samplemask, Sample Mask Accesses>> 42 . <<fragops-samplecount, Sample counting>> 692 == Sample Mask Test 813 === Sample Mask 878 the code:Sample operand to code:OpColorAttachmentReadEXT, 2139 == Sample Counting 2345 === Color Sample Coverage
|
D | primsrast.adoc | 183 <<primsrast-sampleshading,Sample Shading>>. 572 variables in its interface decorated with code:Sample and code:Input, the 576 The data associated with any other variables not decorated with code:Sample 730 | Sample count 2+| Sample Locations 799 == Custom Sample Locations 1334 * If <<primsrast-sampleshading,Sample Shading>> is enabled. 2093 Custom Sample Locations>>. 2367 == Sample Shading 2369 Sample shading can: be used to specify a minimum number of unique samples to 2384 input variable decorated with code:Sample, sample shading may: be enabled [all …]
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 312 * Sample data can be queried via getDisplayedContentSample().
|