Home
last modified time | relevance | path

Searched refs:sourceChannel (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioChannel.cpp59 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 …]
DAudioChannel.h119 void copyFrom(const AudioChannel* sourceChannel);
122 void copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame);
125 void sumFrom(const AudioChannel* sourceChannel);
DReverbConvolver.cpp153 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()
DAudioBus.cpp278 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()
DReverbConvolver.h60 …void process(const AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToP…
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dapi_filters.c638 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/
Dapi_filters.c638 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/
DSIPClientTransaction.java500 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
DSIPServerTransaction.java708 public void processRequest(SIPRequest transactionRequest, MessageChannel sourceChannel) { in processRequest() argument
/external/chromium_org/third_party/mesa/src/src/mapi/vgapi/
Dvgapi.csv51 … VGImage dst, VGImage src, const VGuint *lookupTable, VGImageChannel sourceChannel, VGboolean out…
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv51 … VGImage dst, VGImage src, const VGuint *lookupTable, VGImageChannel sourceChannel, VGboolean out…
/external/mesa3d/include/VG/
Dopenvg.h731 VGImageChannel sourceChannel,
/external/chromium_org/third_party/mesa/src/include/VG/
Dopenvg.h731 VGImageChannel sourceChannel,