Searched refs:stepIndex (Results 1 – 4 of 4) sorted by relevance
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/ |
D | WavExtractor.java | 496 int stepIndex = Math.min(input[headerStartIndex + 2] & 0xFF, 88); in decodeBlockForChannel() local 497 int step = STEP_TABLE[stepIndex]; in decodeBlockForChannel() 532 stepIndex += INDEX_TABLE[originalSample]; in decodeBlockForChannel() 533 stepIndex = Util.constrainValue(stepIndex, /* min= */ 0, /* max= */ STEP_TABLE.length - 1); in decodeBlockForChannel() 534 step = STEP_TABLE[stepIndex]; in decodeBlockForChannel()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 188 …nst DeviceInterface& vk, VkCommandBuffer cmdBuffer, const ClearOp clearOp, const size_t stepIndex); 353 … DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, const ClearOp clearOp, const size_t stepIndex) in clearAttachments() argument 355 const Vec4& color = m_params.steps[stepIndex].color; in clearAttachments() 356 const float depth = m_params.steps[stepIndex].depth; in clearAttachments() 365 vk.cmdDraw(cmdBuffer, verticesCount, 1, static_cast<deUint32>(verticesCount * stepIndex), 0); in clearAttachments()
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | WalkerFactory.java | 96 WalkingIterator lpi, Compiler compiler, int stepOpCodePos, int stepIndex) in loadWalkers() argument 104 int analysis = analyze(compiler, stepOpCodePos, stepIndex); in loadWalkers() 557 Compiler compiler, int stepOpCodePos, int stepIndex) in isOptimizableForDescendantIterator() argument 665 Compiler compiler, int stepOpCodePos, int stepIndex) in analyze() argument 821 int stepIndex) in loadSteps() argument 832 int analysis = analyze(compiler, stepOpCodePos, stepIndex); in loadSteps() 1624 Compiler compiler, int stepOpCodePos, int stepIndex, int analysis) in isNaturalDocOrder() argument
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFramebufferCompleteness.cpp | 1186 …tus (const glw::Functions& gl, const ExpectedStatusFn expectedStatusFn, const size_t stepIndex); 1275 size_t stepIndex = 0; in iterate() local 1280 if (!verifyFramebufferStatus(gl, step.expectedFbStatus, stepIndex++)) in iterate() 1287 const size_t stepIndex) in verifyFramebufferStatus() argument 1311 << ") after step " << stepIndex; in verifyFramebufferStatus()
|