/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_filter_c.c | 23 int16_t* inputState, in WebRtcIsacfix_PitchFilterCore() argument 47 memmove(&inputState[1], &inputState[0], in WebRtcIsacfix_PitchFilterCore() 49 inputState[0] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcIsacfix_PitchFilterCore() 57 tmpW32 += inputState[j] * kDampFilter[j]; in WebRtcIsacfix_PitchFilterCore()
|
D | pitch_filter_armv6.S | 26 @ int16_t* inputState, 99 asr r7, #12 @ Get the value for inputState[0]. 100 ldr r11, [sp, #40] @ inputState 105 ldr r4, [r11] @ inputState[0, 1], before shift. 106 strh r7, [r11] @ inputState[0], after shift. 107 ldr r5, [r11, #4] @ inputState[2, 3], before shift. 110 str r4, [r11, #2] @ inputState[1, 2], after shift. 111 str r5, [r11, #6] @ inputState[3, 4], after shift.
|
D | pitch_filter_mips.c | 17 int16_t* inputState, in WebRtcIsacfix_PitchFilterCore() argument 124 : [coefficient] "r" (coefficient), [inputState] "r" (inputState), in WebRtcIsacfix_PitchFilterCore()
|
D | pitch_estimator.h | 45 int16_t* inputState,
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 24 inputState->filename = f; in setFilename() 30 RefCount<ParserInputState> inputState; member in rdar12676053::Parser
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 24 inputState->filename = f; in setFilename() 30 RefCount<ParserInputState> inputState; member in rdar12676053::Parser
|
/external/oboe/src/common/ |
D | FilterAudioStream.h | 121 StreamState inputState, in waitForStateChange() argument 124 return mChildStream->waitForStateChange(inputState, nextState, timeoutNanoseconds); in waitForStateChange()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 292 pipelineCreateInfo.pVertexInputState = &vertices.inputState; in createGraphicsPipeline() 434 vertices.inputState.vertexBindingDescriptionCount = 1; in addVertexBuffer() 435 vertices.inputState.pVertexBindingDescriptions = &vertices.inputBinding; in addVertexBuffer() 436 …vertices.inputState.vertexAttributeDescriptionCount = static_cast<uint32_t>(vertices.inputAttribut… in addVertexBuffer() 437 vertices.inputState.pVertexAttributeDescriptions = vertices.inputAttributes.data(); in addVertexBuffer()
|
D | DrawTester.hpp | 149 vk::PipelineVertexInputStateCreateInfo inputState; member
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/oboe/src/aaudio/ |
D | AAudioLoader.h | 107 aaudio_stream_state_t inputState,
|
D | AAudioLoader.cpp | 98 aaudio_stream_state_t inputState, in open()
|
/external/oboe/include/oboe/ |
D | AudioStream.h | 162 virtual Result waitForStateChange(StreamState inputState,
|
/external/oboe/docs/ |
D | FullGuide.md | 247 is *different* than `inputState`, which you specify. 255 StreamState inputState = StreamState::Pausing; 259 result = stream->waitForStateChange(inputState, &nextState, timeoutNanos); 263 If the stream's state is not Pausing (the `inputState`, which we assumed was the 270 using the corresponding transient state as the inputState. Do not call
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 2807 const VkPipelineVertexInputStateCreateInfo inputState = in iterate() local 2821 viewports, scissors, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN, 0u, 0u, &inputState); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4534 const VkPipelineVertexInputStateCreateInfo inputState = in iterate() local 4574 &inputState, nullptr, nullptr, &dsState); in iterate()
|