/frameworks/native/libs/ui/tests/ |
colorspace_test.cpp | 154 // No chromatic adaptation 159 // Test with chromatic adaptation
|
/external/webrtc/talk/media/base/ |
videoadapter_unittest.cc | 251 // than 10 frames. Expect no frame dropped before adaptation and frame dropped 252 // after adaptation. 260 // Verify no frame drop before adaptation. 270 // Verify frame drop after adaptation. 371 // adaptation and resolution change after adaptation. 379 // Verify no resolution change before adaptation. 390 // Verify resolution change after adaptation. 432 // Cpu load is high, but cpu adaptation is disabled. Adapt nothing. 569 // CPU high, but cpu adaptation disabled. Adapt nothing [all...] |
mediachannel.h | 310 ost << ToStringIfSet("cpu adaptation smoothing", adapt_cpu_with_smoothing); 338 // Enable CPU adaptation? 340 // Enable CPU adaptation smoothing? 349 // adaptation algorithm. So this option will override the 352 // Low threshold (t1) for cpu overuse adaptation. (Adapt up) 355 // High threshold (t1) for cpu overuse adaptation. (Adapt down) 358 // Low threshold (t2) for cpu overuse adaptation. (Adapt up) 363 // High threshold (t2) for cpu overuse adaptation. (Adapt down) 372 // Threshhold for process cpu adaptation. (Process limit) 374 // Low threshhold for cpu adaptation. (Adapt up [all...] |
videocapturer.h | 107 // Video adaptation is built into and enabled by default. After a frame has 265 // If true, run video adaptation. By default, video adaptation is enabled
|
/sdk/files/typos/ |
typos-de.txt | 25 # 1. *"Adaptation"* means a work based upon the Work, or upon the Work 26 # and other pre-existing works, such as a translation, adaptation, 32 # constitutes a Collection will not be considered an Adaptation for 36 # ("synching") will be considered an Adaptation for the purpose of 47 # considered an Adaptation (as defined below) for the purposes of this 59 # and copies of the Work or Adaptation, as appropriate, through sale 130 # Adaptation, including any translation in any medium, takes 188 # as requested. If You create an Adaptation, upon notice from any 190 # Adaptation any credit as required by Section 4(c), as requested. 191 # 2. You may Distribute or Publicly Perform an Adaptation only under th [all...] |
typos-en.txt | 25 # 1. *"Adaptation"* means a work based upon the Work, or upon the Work 26 # and other pre-existing works, such as a translation, adaptation, 32 # constitutes a Collection will not be considered an Adaptation for 36 # ("synching") will be considered an Adaptation for the purpose of 47 # considered an Adaptation (as defined below) for the purposes of this 59 # and copies of the Work or Adaptation, as appropriate, through sale 130 # Adaptation, including any translation in any medium, takes 188 # as requested. If You create an Adaptation, upon notice from any 190 # Adaptation any credit as required by Section 4(c), as requested. 191 # 2. You may Distribute or Publicly Perform an Adaptation only under th [all...] |
/bionic/libc/arch-arm/generic/bionic/ |
strcpy.S | 29 * Android adaptation and tweak by Jim Huang <jserv@0xlab.org>.
|
/external/deqp/modules/glshared/ |
glsRandomShaderProgram.hpp | 23 * \brief sglr-rsg adaptation.
|
/external/dng_sdk/source/ |
dng_color_spec.h | 33 /// Uses linearized Bradford adaptation matrix to compute a mapping from
|
/external/libopus/silk/ |
HP_variable_cutoff.c | 38 /* High-pass filter with cutoff frequency adaptation based on pitch lag statistics */
|
/external/libpcap/ |
atmuni31.h | 63 #define AAL_PARA 0x58 /* ATM adaptation layer parameters */
|
/external/parameter-framework/upstream/parameter/ |
IntegerParameterType.h | 98 // Adaptation element retrieval
|
LogarithmicParameterAdaptation.h | 42 * a lower bound limit for the adaptation
|
/external/pdfium/third_party/agg23/ |
agg_color_gray.h | 17 // Adaptation for high precision colors has been sponsored by
|
/external/tcpdump/ |
atmuni31.h | 63 #define AAL_PARA 0x58 /* ATM adaptation layer parameters */
|
/external/webrtc/webrtc/modules/audio_processing/agc/ |
agc_unittest.cc | 149 // adaptation.
|
/frameworks/av/media/libeffects/loudness/dsp/core/ |
dynamic_range_compression.h | 30 // An adaptive dynamic range compression algorithm. The gain adaptation is made
|
/frameworks/base/graphics/java/android/graphics/ |
ColorSpace.java | 76 * undergo {@link Adaptation chromatic adaptation} as necessary.</p> 131 * @see Adaptation [all...] |
/frameworks/native/libs/ui/ |
ColorSpace.cpp | 384 static mat3 adaptation(const mat3& matrix, const float3& srcWhitePoint, const float3& dstWhitePoint) { function in namespace:android 406 rgbToXYZ = adaptation(BRADFORD, srcXYZ, ILLUMINANT_D50_XYZ) * src.getRGBtoXYZ(); 410 xyzToRGB = inverse(adaptation(BRADFORD, dstXYZ, ILLUMINANT_D50_XYZ) * dst.getRGBtoXYZ());
|
/external/parameter-framework/upstream/schemas/ |
Parameter.xsd | 35 <xs:complexType name="Adaptation"> 40 <xs:extension base="Adaptation">
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmswtpnt.c | 189 // Compute chromatic adaptation matrix using Chad as cone matrix 232 // Returns the final chrmatic adaptation from illuminant FromIll to Illuminant ToIll
|
/external/webrtc/talk/media/devices/ |
filevideocapturer.cc | 216 // format. Do not use kMinimumInterval as it conflicts with video adaptation. 220 // TODO(wuwang): Design an E2E integration test for video adaptation,
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
BrentOptimizer.java | 28 * univariate functions. This implementation is an adaptation partly
|
/external/bison/lib/ |
memchr.c | 7 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
|
/external/curl/lib/vtls/ |
vtls.h | 97 /* Functions to be used by SSL library adaptation functions */
|