Home
last modified time | relevance | path

Searched full:processing (Results 1 – 25 of 4361) sorted by relevance

12345678910>>...175

/third_party/ffmpeg/libavutil/
Dhdr_dynamic_metadata.h42 * RGB value in the processing window in the scene. The value shall be in
48 * The linearized maxRGB value at a specific percentile in the processing
56 * Color transform parameters at a processing window in a dynamic metadata for
61 * The relative x coordinate of the top left pixel of the processing
65 * first processing window shall be 0.
70 * The relative y coordinate of the top left pixel of the processing
74 * first processing window shall be 0.
79 * The relative x coordinate of the bottom right pixel of the processing
83 * first processing window shall be 1.
88 * The relative y coordinate of the bottom right pixel of the processing
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Didna.h41 * Abstract base class for IDNA processing.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
70 * The worker functions use transitional processing, including deviation mappings,
84 * @param options Bit set to modify the processing and error checking.
98 * If any processing step fails, then info.hasErrors() will be true and
108 * @param info Output container of IDNA processing details.
122 * If any processing step fails, then info.hasErrors() will be true.
130 * @param info Output container of IDNA processing details.
144 * If any processing step fails, then info.hasErrors() will be true and
154 * @param info Output container of IDNA processing details.
[all …]
/third_party/skia/m133/third_party/externals/icu/source/common/unicode/
Didna.h41 * Abstract base class for IDNA processing.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
70 * The worker functions use transitional processing, including deviation mappings,
84 * @param options Bit set to modify the processing and error checking.
98 * If any processing step fails, then info.hasErrors() will be true and
108 * @param info Output container of IDNA processing details.
122 * If any processing step fails, then info.hasErrors() will be true.
130 * @param info Output container of IDNA processing details.
144 * If any processing step fails, then info.hasErrors() will be true and
154 * @param info Output container of IDNA processing details.
[all …]
/third_party/icu/icu4c/source/common/unicode/
Didna.h41 * Abstract base class for IDNA processing.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
70 * The worker functions use transitional processing, including deviation mappings,
84 * @param options Bit set to modify the processing and error checking.
98 * If any processing step fails, then info.hasErrors() will be true and
108 * @param info Output container of IDNA processing details.
122 * If any processing step fails, then info.hasErrors() will be true.
130 * @param info Output container of IDNA processing details.
144 * If any processing step fails, then info.hasErrors() will be true and
154 * @param info Output container of IDNA processing details.
[all …]
/third_party/openGLES/extensions/INTEL/
DINTEL_framebuffer_CMAA.txt57 to antialiasing, which operates on the final image. This post processing
76 17.4.6 Framebuffer post processing: Conservative Morphological Anti-Aliasting (CMMA)
80 15.2.5 Framebuffer post processing: Conservative Morphological Anti-Aliasting (CMMA)
82 The post processing of current draw buffers pertaining to the framebuffer
97 The CMAA post processing is performed in-place for all color attachments of
107 for post processing?
110 will be used for post processing?
117 processing operations without the need to resize or re-allocate them.
120 CMAA post processing?
124 From synchronization perspective, the post processing request behaves
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_framebuffer_CMAA.txt57 to antialiasing, which operates on the final image. This post processing
76 17.4.6 Framebuffer post processing: Conservative Morphological Anti-Aliasting (CMMA)
80 15.2.5 Framebuffer post processing: Conservative Morphological Anti-Aliasting (CMMA)
82 The post processing of current draw buffers pertaining to the framebuffer
97 The CMAA post processing is performed in-place for all color attachments of
107 for post processing?
110 will be used for post processing?
117 processing operations without the need to resize or re-allocate them.
120 CMAA post processing?
124 From synchronization perspective, the post processing request behaves
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/text/
D__init__.py15 This module is to support text processing for NLP. It includes two parts:
17 NLP text processing module which is developed with ICU4C and cppjieba.
18 utils provides some general methods for NLP text processing.
30 Descriptions of common data processing terms are as follows:
32 - TensorOperation, the base class of all data processing operations implemented in C++.
33 - TextTensorOperation, the base class of all text processing operations. It is a derived class of T…
35 The data transform operation can be executed in the data processing pipeline or in the eager mode:
38 `introduction to data processing pipeline <https://www.mindspore.cn/docs/en/master/api_python/
39 mindspore.dataset.html#introduction-to-data-processing-pipeline>`_ .
41 …`Lightweight Data Processing <https://www.mindspore.cn/tutorials/en/master/advanced/dataset/eager.…
/third_party/skia/m133/third_party/externals/dng_sdk/source/
Ddng_area_task.h15 …ss to handle partitioning a rectangular image processing operation taking into account multiple pr…
31 …brief Abstract class for rectangular processing operations with support for partitioning across mu…
52 /// Getter for the maximum number of threads (resources) that can be used for processing
74 …/// Various methods of processing prefer certain alignments. The partitioning attempts to construc…
84 /// Getter for maximum size of a tile for processing.
85 …/// Often processing will need to allocate temporary buffers or use other resources that are eithe…
98 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
108 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
118 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
125 /// Task startup method called before any processing is done on partitions.
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_area_task.h15 …ss to handle partitioning a rectangular image processing operation taking into account multiple pr…
31 …brief Abstract class for rectangular processing operations with support for partitioning across mu…
52 /// Getter for the maximum number of threads (resources) that can be used for processing
74 …/// Various methods of processing prefer certain alignments. The partitioning attempts to construc…
84 /// Getter for maximum size of a tile for processing.
85 …/// Often processing will need to allocate temporary buffers or use other resources that are eithe…
98 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
108 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
118 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
125 /// Task startup method called before any processing is done on partitions.
[all …]
/third_party/openssl/doc/man3/
DASN1_aux_cb.pod89 A callback that will be invoked at various points during the processing of
99 A callback that will be invoked at various points during the processing of
105 During the processing of an B<ASN1_VALUE> object the callbacks set via
117 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
124 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
130 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
138 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
143 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
148 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
153 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
[all …]
/third_party/grpc/tools/distrib/python/xds_protos/envoy/service/ext_proc/v3/
Dexternal_processor_pb2_grpc.py9 """[#protodoc-title: External processing service]
13 The overall external processing protocol works like this:
17 to either stop processing, continue without it, or send it the
24 5. At this point, request processing is done, and we pick up again
51 """[#protodoc-title: External processing service]
55 The overall external processing protocol works like this:
59 to either stop processing, continue without it, or send it the
66 5. At this point, request processing is done, and we pick up again
105 """[#protodoc-title: External processing service]
109 The overall external processing protocol works like this:
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
D__init__.py18 audio transforms is a high performance processing module with common audio operations.
19 utils provides some general methods for audio processing.
35 Descriptions of common data processing terms are as follows:
37 - TensorOperation, the base class of all data processing operations implemented in C++.
38 - AudioTensorOperation, the base class of all audio processing operations. It is a derived class of…
40 The data transform operation can be executed in the data processing pipeline or in the eager mode:
43 `introduction to data processing pipeline <https://www.mindspore.cn/docs/en/master/api_python/
44 mindspore.dataset.html#introduction-to-data-processing-pipeline>`_ .
46 …`Lightweight Data Processing <https://www.mindspore.cn/tutorials/en/master/advanced/dataset/eager.…
/third_party/astc-encoder/Source/
Dastcenc_internal_entry.h43 * The task processing execution consists of:
46 * * A multi-threaded processing stage.
47 * * A condition variable so threads can wait for processing completion.
52 * The processing stage uses dynamic dispatch to assign task tickets to threads on an on-demand
54 * processing complexity. The task queue and the task tickets are just counters; the caller must map
55 * these integers to an actual processing partition in a specific problem domain.
57 * The exit wait condition is needed to ensure processing has finished before a worker thread can
58 * progress to the next stage of the pipeline. Specifically a worker may exit the processing stage
59 * because there are no new tasks to assign to it while other worker threads are still processing.
83 * // Run the user task processing code for N tasks here
[all …]
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_opt.h35 * ii) The processing function is called, with 'value' as the key
88 * processing function. Ignored if template has a format
94 * Key option. In case of a match, the processing function will be
125 * Key value passed to the processing function if an option did not
131 * Key value passed to the processing function for all non-options
141 * Argument is not passed to processing function, but behave as if the
142 * processing function returned 1
149 * Argument is not passed to processing function, but behave as if the
150 * processing function returned zero
155 * Processing function
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
D__init__.py37 Descriptions of common data processing terms are as follows:
39 - TensorOperation, the base class of all data processing operations implemented in C++.
40 - ImageTensorOperation, the base class of all image processing operations. It is a derived class of…
41 - PyTensorOperation, the base class of all data processing operations implemented in Python.
43 The data transform operation can be executed in the data processing pipeline or in the eager mode:
46 `introduction to data processing pipeline <https://www.mindspore.cn/docs/en/master/api_python/
47 mindspore.dataset.html#introduction-to-data-processing-pipeline>`_ .
49 …`Lightweight Data Processing <https://www.mindspore.cn/tutorials/en/master/advanced/dataset/eager.…
/third_party/libfuse/include/
Dfuse_opt.h35 * ii) The processing function is called, with 'value' as the key
89 * processing function. Ignored if template has a format
95 * Key option. In case of a match, the processing function will be
126 * Key value passed to the processing function if an option did not
132 * Key value passed to the processing function for all non-options
142 * Argument is not passed to processing function, but behave as if the
143 * processing function returned 1
150 * Argument is not passed to processing function, but behave as if the
151 * processing function returned zero
156 * Processing function
[all …]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DCldrDataProcessor.java39 * @param <T> the main "state" type used by the processor for the top-level processing.
48 * A builder for processing a CLDR data sub-hierarchy.
63 * parent state or the path prefix, but needs some post-processing. For example, the
65 * combined with the parent state after sub-hierarchy is processing is complete.
73 * @param pattern the path pattern for the prefix where sub-processing starts.
74 * @param newStateFn a supplier of subtype state instances for each sub-processing step.
75 * @param doneFn called after each sub-processing step.
95 * @param pattern the path pattern for the prefix where sub-processing starts.
96 * @param newStateFn a supplier of subtype state instances for each sub-processing step.
97 * @param doneFn called after each sub-processing step.
[all …]
/third_party/ffmpeg/fftools/
Dopt_common.h56 * This option processing function does not utilize the arguments.
69 * This option processing function does not utilize the arguments.
76 * This option processing function does not utilize the arguments.
83 * This option processing function does not utilize the arguments.
90 * This option processing function does not utilize the arguments.
97 * This option processing function does not utilize the arguments.
104 * This option processing function does not utilize the arguments.
111 * This option processing function does not utilize the arguments.
130 * This option processing function does not utilize the arguments.
137 * This option processing function does not utilize the arguments.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLoopTraversal.h48 /// Once we finish processing some block, we update the counters in MBBInfos
50 /// We call a block that is ready for its final round of processing `done`
63 /// In the optimized approach we avoid processing D twice, because we
68 /// Whether we have gotten to this block in primary processing yet.
71 /// The number of predecessors for which primary processing has completed
74 /// The value of `IncomingProcessed` at the start of primary processing
77 /// The number of predecessors for which all processing steps are done.
94 /// True if the block that is ready for its final round of processing.
109 /// Returens true if the block is ready for its final round of processing.
/third_party/cares/docs/
Dares_process.363 processing unrelated to the file descriptor events passed in, examples include
64 timeout processing and cleanup handling. This is useful if an integrator
66 wants to skip that extra processing. However, the integrator must send the
67 final request with the flag so that timeout and other processing gets performed
79 handle processing of multiple file descriptors at once, thus skipping repeating
80 additional logic such as timeout processing which would be required if calling
90 delivered for any file descriptors as timeout processing will automatically be
/third_party/skia/third_party/externals/swiftshader/docs/
DIndex.md11processing. Generating code at run-time allows to eliminate code branches and optimizes register u…
19 …ized processing routines for draw calls and coordinates the execution of rendering tasks. It defin…
21 …ically generate code in a WYSIWYG fashion. It allows to specialize the processing routines for the…
40 …tion of states is encountered again it will reuse the routine that performs the desired processing.
42processing a batch of vertices. The fixed-function T&L pipeline is implemented by [VertexPipeline]…
46 …elPipeline](../src/Shader/PixelPipeline.cpp), while programmable pixel processing with a shader is…
50 Aside from creating and managing the processing routines with the help of the Processor classes, th…
/third_party/pulseaudio/subprojects/
Dwebrtc-audio-processing.wrap2 directory = webrtc-audio-processing
3 url = https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing.git
4 push-url = git@gitlab.freedesktop.org:pulseaudio/webrtc-audio-processing.git
8 dependency_names = webrtc-audio-coding-1, webrtc-audio-processing-1
/third_party/openhitls/crypto/modes/src/
Dasm_aes_gcm.c36 // Data processing is complete. Exit. in AES_GCM_EncryptBlock()
41 …if (clen >= 64) { // If the value is greater than 64, the logic for processing large blocks is use… in AES_GCM_EncryptBlock()
47 if (clen >= 16) { // Remaining 16, use small block processing logic in AES_GCM_EncryptBlock()
53 if (clen > 0) { // tail processing in AES_GCM_EncryptBlock()
85 // Data processing is complete. Exit. in AES_GCM_DecryptBlock()
90 …if (clen >= 64) { // If the value is greater than 64, the logic for processing large blocks is use… in AES_GCM_DecryptBlock()
96 if (clen >= 16) { // Remaining 16, use small block processing logic in AES_GCM_DecryptBlock()
102 if (clen > 0) { // tail processing in AES_GCM_DecryptBlock()
/third_party/vulkan-loader/scripts/
DCodeCoverage.cmake145 # processing
213 # EXTERNAL - For GCC's lcov, allows the profiling of 'external' files from the processing directory
262 # Add shared library to processing for 'all' targets
303 # available for further processing. Separated to allow Windows to run
323 ccov-processing-${target_code_coverage_COVERAGE_TARGET_NAME}
345 DEPENDS ccov-processing-${target_code_coverage_COVERAGE_TARGET_NAME})
354 DEPENDS ccov-processing-${target_code_coverage_COVERAGE_TARGET_NAME})
365 DEPENDS ccov-processing-${target_code_coverage_COVERAGE_TARGET_NAME})
376 DEPENDS ccov-processing-${target_code_coverage_COVERAGE_TARGET_NAME})
472 if(NOT TARGET ccov-all-processing)
[all …]
/third_party/skia/third_party/externals/oboe/docs/notes/
Deffects.md7 The Android Audio framework provides some effects processing that can be used by apps.
11 Another alternative is to do your own effects processing in your own app.
16 ### Reasons to do your own effects Processing:
38 …hese streams will probably not have low latency. So you may want to do your own effects processing.
40 ## Using Third Party Affects Processing

12345678910>>...175