Home
last modified time | relevance | path

Searched refs:processing (Results 1 – 25 of 119) sorted by relevance

12345

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_image_processing.adoc28 camera and video post-processing needs, there is increasing demand for GPU
29 to support higher order filtering and other advanced image processing.
32 processing.
58 Each of the image processing instructions operate only on 2D images.
Dinvariance.adoc169 *Rule 1* _When processing two patches with identical outer and inner
210 *Rule 5* _When processing two patches that are identical in all respects
214 For each triangle n1 produced by processing the first patch, there must: be
215 a triangle n2 produced when processing the second patch each of whose
219 *Rule 6* _When processing two patches that are identical in all respects
224 For each interior triangle n1 produced by processing the first patch, there
225 must: be a triangle n2 produced when processing the second patch each of
DVK_FUCHSIA_external_memory.adoc26 processing workload for more complex memory manipulation pipelines.
DVK_NV_mesh_shader.adoc36 including vertex array attribute fetching, vertex shader processing,
37 tessellation, and geometry shader processing.
DVK_NV_representative_fragment_test.adoc23 processing work performed for each point, line, or triangle primitive.
26 "`representative`" fragments for processing and discard all other fragments.
/hardware/interfaces/wifi/aidl/default/
DTHREADING.README6 2. Legacy HAL event loop thread: This is the thread forked off for processing
15 "std::function" version of the callback which does the actual processing.
27 b) All of the AIDL methods will also acquire the global lock before processing
/hardware/interfaces/audio/effect/7.0/
DIEffectBufferProviderCallback.hal28 * @return buffer audio buffer for processing
35 * @param buffer audio buffer for processing
DIEffect.hal55 * Enable processing.
62 * Disable processing.
233 * effect processing operation status. The shared memory is set up
238 * queue. The result of processing may be one of the following:
239 * OK if there were no errors during processing;
243 * NOT_SUPPORTED if the requested processing type is not supported by
255 * Set up input and output buffers for processing audio data. The effect
/hardware/interfaces/audio/effect/2.0/
DIEffectBufferProviderCallback.hal28 * @return buffer audio buffer for processing
35 * @param buffer audio buffer for processing
DIEffect.hal58 * Enable processing.
66 * Disable processing.
251 * effect processing operation status. The shared memory is set up
256 * queue. The result of processing may be one of the following:
257 * OK if there were no errors during processing;
261 * NOT_SUPPORTED if the requested processing type is not supported by
274 * Set up input and output buffers for processing audio data. The effect
/hardware/interfaces/audio/effect/5.0/
DIEffectBufferProviderCallback.hal28 * @return buffer audio buffer for processing
35 * @param buffer audio buffer for processing
DIEffect.hal55 * Enable processing.
63 * Disable processing.
235 * effect processing operation status. The shared memory is set up
240 * queue. The result of processing may be one of the following:
241 * OK if there were no errors during processing;
245 * NOT_SUPPORTED if the requested processing type is not supported by
258 * Set up input and output buffers for processing audio data. The effect
/hardware/interfaces/audio/effect/4.0/
DIEffectBufferProviderCallback.hal28 * @return buffer audio buffer for processing
35 * @param buffer audio buffer for processing
DIEffect.hal55 * Enable processing.
63 * Disable processing.
235 * effect processing operation status. The shared memory is set up
240 * queue. The result of processing may be one of the following:
241 * OK if there were no errors during processing;
245 * NOT_SUPPORTED if the requested processing type is not supported by
258 * Set up input and output buffers for processing audio data. The effect
/hardware/interfaces/audio/effect/6.0/
DIEffectBufferProviderCallback.hal28 * @return buffer audio buffer for processing
35 * @param buffer audio buffer for processing
DIEffect.hal55 * Enable processing.
63 * Disable processing.
235 * effect processing operation status. The shared memory is set up
240 * queue. The result of processing may be one of the following:
241 * OK if there were no errors during processing;
245 * NOT_SUPPORTED if the requested processing type is not supported by
258 * Set up input and output buffers for processing audio data. The effect
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioEffectFactoryTargetTest.cpp274 std::vector<Processing> processing; in TEST_P() local
275 EXPECT_IS_OK(mEffectFactory->queryProcessing(std::nullopt, &processing)); in TEST_P()
276 std::set<Processing> processingSet(processing.begin(), processing.end()); in TEST_P()
288 EXPECT_TRUE(processing.size() >= processingFilteredByStream.size()); in TEST_P()
293 EXPECT_TRUE(processing.size() >= processingFilteredBySource.size()); in TEST_P()
/hardware/google/aemu/base/include/aemu/base/async/
DCallbackRegistry.h81 bool processing() { return mProcessing; } in processing() function
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Draytraversal.adoc273 intersection is dropped, and no further processing of this intersection
281 intersection is dropped, and no further processing of this intersection
296 0#, the intersection is dropped, and no further processing occurs.
372 further processing of this intersection occurs.
377 and no further processing of this intersection occurs.
445 and no further processing occurs.
449 is dropped, and no further processing occurs.
497 as ignored, no further processing of that candidate is done.
540 infrastructure; no further processing of this intersection candidate occurs.
555 allowed for a zero shader group) then no further processing of the
[all …]
/hardware/interfaces/automotive/vehicle/tools/
Dgenerate_annotation_enums.py220 processing = False
227 processing = True
229 processing = False
230 if not processing:
/hardware/interfaces/camera/device/3.4/
DICameraDeviceSession.hal86 * On a successful start to processing the capture request
90 * output buffers, etc) and capture processing
91 * cannot start. Failures during request processing must be
/hardware/google/camera/common/profiler/
Dprofiler.proto6 // Time stamp of start and end processing time.
/hardware/interfaces/camera/device/3.7/
DICameraDeviceSession.hal98 * On a successful start to processing the capture request
102 * output buffers, etc) and capture processing
103 * cannot start. Failures during request processing must be
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal69 * Reset the HAL camera device processing pipeline and set up new input and
126 * reconfiguring the image sensor and the camera processing pipeline.
190 * The actual request processing is asynchronous, with the results of
198 * of the information it needs to retain for the capture processing. The HAL
219 * rate can be sustained, especially for streaming cases (post-processing
225 * On a successful start to processing the capture request
228 * allowed, there are 0 output buffers, etc) and capture processing
229 * cannot start. Failures during request processing must be
316 * 2. For pending requests that have not done any processing, the HAL must
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_external_memory_acquire_unmodified.adoc152 When the image is submitted to the library for post-processing, sometimes the
173 - **e**. Application's Vulkan releases ownership to the post-processing library.
174 - **f**. Post-processing library works on the image. This step has two subcases:
175 - **f.rw**. Post-processing library modifies the image.
176 - **f.ro**. Post-processing library does not modify the image.
195 (f) and (g), the application can query the post-processing library, asking
246 Suppose the post-processing library discussed above wants to provide API that
284 For example, in the post-processing library discussed above,

12345