HomeSort by relevance Sort by last modified time
    Searched refs:maxLevel (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/skia/bench/
PictureNestingBench.cpp 19 PictureNesting(const char* name, int maxLevel, int maxPictureLevel)
20 : fMaxLevel(maxLevel)
110 PictureNestingRecording(int maxLevel, int maxPictureLevel)
111 : INHERITED("recording", maxLevel, maxPictureLevel) {
137 PictureNestingPlayback(int maxLevel, int maxPictureLevel)
138 : INHERITED("playback", maxLevel, maxPictureLevel) {
  /external/skqp/bench/
PictureNestingBench.cpp 19 PictureNesting(const char* name, int maxLevel, int maxPictureLevel)
20 : fMaxLevel(maxLevel)
110 PictureNestingRecording(int maxLevel, int maxPictureLevel)
111 : INHERITED("recording", maxLevel, maxPictureLevel) {
137 PictureNestingPlayback(int maxLevel, int maxPictureLevel)
138 : INHERITED("playback", maxLevel, maxPictureLevel) {
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.c 141 /* |maxLevel| is strictly >= |micVol|, so this condition should be
143 assert(stt->maxLevel > stt->maxAnalog);
148 tmp16 = (int16_t)(stt->maxLevel - stt->maxAnalog);
678 tmp32 = ((stt->maxLevel - stt->minLevel) * 51) >> 9;
698 tmp32 = ((stt->maxLevel - stt->minLevel) * 51) >> 9;
726 if (inMicLevelTmp > stt->maxLevel)
728 // Always allow the user to raise the volume above the maxLevel.
729 stt->maxLevel = inMicLevelTmp;
879 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16
    [all...]
gain_control.h 236 * - maxLevel : Maximum possible mic level
248 int32_t maxLevel,
analog_agc.h 107 int32_t maxLevel; // Max possible vol level, incl dig gain
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiLine.java 335 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
341 * Since each run is moved but not modified, and since at the initial maxLevel
343 * don't need to do anything there and can predecrement maxLevel.
357 * However, for all maxLevel>paraLevel, this run will never be reordered
358 * and does not need to be taken into account. maxLevel==paraLevel is only reordered
364 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) {
367 if (maxLevel<=(minLevel|1)) {
392 while (--maxLevel >= minLevel) {
397 /* look for a sequence of runs that are all at >=maxLevel */
399 while (firstRun < runCount && levels[runs[firstRun].start] < maxLevel) {
    [all...]
  /external/icu/icu4c/source/common/
ubidiln.cpp 407 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
413 * Since each run is moved but not modified, and since at the initial maxLevel
415 * don't need to do anything there and can predecrement maxLevel.
429 * However, for all maxLevel>paraLevel, this run will never be reordered
430 * and does not need to be taken into account. maxLevel==paraLevel is only reordered
437 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) {
443 if(maxLevel<=(minLevel|1)) {
463 while(--maxLevel>=minLevel) {
468 /* look for a sequence of runs that are all at >=maxLevel */
470 while(firstRun<runCount && levels[runs[firstRun].logicalStart]<maxLevel) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiLine.java 334 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
340 * Since each run is moved but not modified, and since at the initial maxLevel
342 * don't need to do anything there and can predecrement maxLevel.
356 * However, for all maxLevel>paraLevel, this run will never be reordered
357 * and does not need to be taken into account. maxLevel==paraLevel is only reordered
363 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) {
366 if (maxLevel<=(minLevel|1)) {
391 while (--maxLevel >= minLevel) {
396 /* look for a sequence of runs that are all at >=maxLevel */
398 while (firstRun < runCount && levels[runs[firstRun].start] < maxLevel) {
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.h 46 unsigned baseLevel, unsigned maxLevel);
  /external/swiftshader/third_party/LLVM/include/llvm/
DefaultPasses.h 116 static unsigned OptimzationFlags(unsigned minLevel=0, unsigned maxLevel=0xf,
119 ((maxLevel<<MaxOptimizationLevelShift) & MaxOptimizationLevelMask)
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
SoundLevelCalibration.java 71 final int maxLevel = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
73 int levelTop = maxLevel + 1;
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringAnisotropyTests.cpp 92 m_refParams.maxLevel = deLog2Floor32(ANISOTROPY_TEST_RESOLUTION);
94 m_refParams.maxLod = static_cast<float>(m_refParams.maxLevel);
97 m_refParams.maxLevel = 0;
109 for (int levelNdx = 0; levelNdx < m_refParams.maxLevel + 1; levelNdx++)
  /external/swiftshader/src/Device/
Sampler.hpp 57 int maxLevel;
193 void setMaxLevel(int maxLevel);
Sampler.cpp 76 texture.maxLevel = 1000;
347 void Sampler::setMaxLevel(int maxLevel)
349 texture.maxLevel = maxLevel;
  /external/swiftshader/src/Renderer/
Sampler.hpp 57 int maxLevel;
193 void setMaxLevel(int maxLevel);
Sampler.cpp 77 texture.maxLevel = 1000;
350 void Sampler::setMaxLevel(int maxLevel)
352 texture.maxLevel = maxLevel;
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
tcuTexture.cpp     [all...]
tcuTexCompareVerifier.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 206 ASTCSupportLevel maxLevel = ASTCSUPPORTLEVEL_NONE;
213 maxLevel = de::max(maxLevel, ext == "GL_KHR_texture_compression_astc_hdr" ? ASTCSUPPORTLEVEL_HDR
219 maxLevel = de::max(maxLevel, ext == "GL_KHR_texture_compression_astc_ldr" ? ASTCSUPPORTLEVEL_LDR
226 return maxLevel;
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 153 const GLuint maxLevel = texObj->MaxLevel;
154 const GLint maxLevelSave = texObj->MaxLevel;
269 _mesa_prepare_mipmap_levels(ctx, texObj, baseLevel, maxLevel);
271 for (dstLevel = baseLevel + 1; dstLevel <= maxLevel; dstLevel++) {
306 /* Set MaxLevel large enough to hold the new level when we allocate it */
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 8 var maxLevel = 1;
27 maxLevel = SINCE_DATA.length;
30 userApiLevel = userApiLevel == 0 ? maxLevel : userApiLevel; // If there's no cookie (zero), use the max by default
44 minLevel = maxLevel;
47 for (var i = maxLevel-1; i >= 0; i--) {
59 maxLevel = SINCE_DATA.length;
61 var selectedLevel = maxLevel;
105 apiLevelNum = maxLevel;
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DrmPlugin.h 162 HdcpLevel maxLevel = HdcpLevel::HDCP_NO_OUTPUT;
163 _hidl_cb(Status::OK, connectedLevel, maxLevel);
169 HdcpLevel_V1_2 maxLevel = HdcpLevel_V1_2::HDCP_NO_OUTPUT;
170 _hidl_cb(Status_V1_2::OK, connectedLevel, maxLevel);
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DrmPlugin.h 137 HdcpLevel *maxLevel) const {
139 UNUSED(maxLevel);
  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 128 , maxLevel (1000)
140 , maxLevel (1000)
150 int maxLevel;

Completed in 982 milliseconds

1 2 3