/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | AudioChannel.cpp | 59 void AudioChannel::copyFrom(const AudioChannel* sourceChannel) in copyFrom() argument 61 bool isSafe = (sourceChannel && sourceChannel->length() >= length()); in copyFrom() 66 if (sourceChannel->isSilent()) { in copyFrom() 70 memcpy(mutableData(), sourceChannel->data(), sizeof(float) * length()); in copyFrom() 73 void AudioChannel::copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned e… in copyFromRange() argument 76 … bool isRangeSafe = sourceChannel && startFrame < endFrame && endFrame <= sourceChannel->length(); in copyFromRange() 81 if (sourceChannel->isSilent() && isSilent()) in copyFromRange() 91 const float* source = sourceChannel->data(); in copyFromRange() 94 if (sourceChannel->isSilent()) { in copyFromRange() 103 void AudioChannel::sumFrom(const AudioChannel* sourceChannel) in sumFrom() argument [all …]
|
D | AudioChannel.h | 119 void copyFrom(const AudioChannel* sourceChannel); 122 void copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame); 125 void sumFrom(const AudioChannel* sourceChannel);
|
D | ReverbConvolver.cpp | 153 void ReverbConvolver::process(const AudioChannel* sourceChannel, AudioChannel* destinationChannel, … in process() argument 155 …bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess &&… in process() 160 const float* source = sourceChannel->data(); in process()
|
D | AudioBus.cpp | 278 const AudioChannel* sourceChannel = sourceBus.channel(0); in speakersCopyFrom() local 279 channel(0)->copyFrom(sourceChannel); in speakersCopyFrom() 280 channel(1)->copyFrom(sourceChannel); in speakersCopyFrom() 320 const AudioChannel* sourceChannel = sourceBus.channel(0); in speakersSumFrom() local 321 channel(0)->sumFrom(sourceChannel); in speakersSumFrom() 322 channel(1)->sumFrom(sourceChannel); in speakersSumFrom()
|
D | ReverbConvolver.h | 60 …void process(const AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToP…
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | api_filters.c | 638 VGImageChannel sourceChannel, in vegaLookupSingle() argument 660 if (sourceChannel != VG_RED && sourceChannel != VG_GREEN && in vegaLookupSingle() 661 sourceChannel != VG_BLUE && sourceChannel != VG_ALPHA) { in vegaLookupSingle() 696 info.user_data = (void*)sourceChannel; in vegaLookupSingle()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | api_filters.c | 638 VGImageChannel sourceChannel, in vegaLookupSingle() argument 660 if (sourceChannel != VG_RED && sourceChannel != VG_GREEN && in vegaLookupSingle() 661 sourceChannel != VG_BLUE && sourceChannel != VG_ALPHA) { in vegaLookupSingle() 696 info.user_data = (void*)sourceChannel; in vegaLookupSingle()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | SIPClientTransaction.java | 500 MessageChannel sourceChannel, SIPDialog dialog) { in processResponse() argument 535 inviteClientTransaction(transactionResponse, sourceChannel, dialog); in processResponse() 537 nonInviteClientTransaction(transactionResponse, sourceChannel, dialog); in processResponse() 607 MessageChannel sourceChannel, SIPDialog sipDialog) throws IOException { in nonInviteClientTransaction() argument 724 MessageChannel sourceChannel, SIPDialog dialog) throws IOException { in inviteClientTransaction() argument
|
D | SIPServerTransaction.java | 708 public void processRequest(SIPRequest transactionRequest, MessageChannel sourceChannel) { in processRequest() argument
|
/external/chromium_org/third_party/mesa/src/src/mapi/vgapi/ |
D | vgapi.csv | 51 … VGImage dst, VGImage src, const VGuint *lookupTable, VGImageChannel sourceChannel, VGboolean out…
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 51 … VGImage dst, VGImage src, const VGuint *lookupTable, VGImageChannel sourceChannel, VGboolean out…
|
/external/mesa3d/include/VG/ |
D | openvg.h | 731 VGImageChannel sourceChannel,
|
/external/chromium_org/third_party/mesa/src/include/VG/ |
D | openvg.h | 731 VGImageChannel sourceChannel,
|