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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ChannelSplitterNode.cpp 52 addOutput(AudioNodeOutput::create(this, 1));
AudioBasicInspectorNode.cpp 42 addOutput(AudioNodeOutput::create(this, outputChannelCount));
GainNode.cpp 45 addOutput(AudioNodeOutput::create(this, 1));
AudioBasicProcessorNode.cpp 43 addOutput(AudioNodeOutput::create(this, 1));
ChannelMergerNode.cpp 59 addOutput(AudioNodeOutput::create(this, 1));
DynamicsCompressorNode.cpp 45 addOutput(AudioNodeOutput::create(this, defaultNumberOfOutputChannels));
MediaElementAudioSourceNode.cpp 54 addOutput(AudioNodeOutput::create(this, 2));
MediaStreamAudioSourceNode.cpp 52 addOutput(AudioNodeOutput::create(this, 2));
AudioNode.h 193 void addOutput(AudioNodeOutput*);
ConvolverNode.cpp 55 addOutput(AudioNodeOutput::create(this, 2));
OscillatorNode.cpp 68 addOutput(AudioNodeOutput::create(this, 1));
ScriptProcessorNode.cpp 107 addOutput(AudioNodeOutput::create(this, numberOfOutputChannels));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 567 addOutput(di);
597 addOutput(di);
603 addOutput(di);
644 addOutput(lastAddress);
645 addOutput(switchInsn);
689 addOutput(lastAddress);
695 addOutput(di);
727 addOutput(di);
749 addOutput(lastAddress);
754 addOutput(di)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 573 addOutput(di);
603 addOutput(di);
609 addOutput(di);
653 addOutput(switchAddress);
654 addOutput(switchInsn);
698 addOutput(lastAddress);
704 addOutput(di);
736 addOutput(di);
758 addOutput(lastAddress);
763 addOutput(di)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 574 addOutput(di);
604 addOutput(di);
610 addOutput(di);
651 addOutput(lastAddress);
652 addOutput(switchInsn);
696 addOutput(lastAddress);
702 addOutput(di);
734 addOutput(di);
756 addOutput(lastAddress);
761 addOutput(di)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 69 public void addOutput(byte[] data, int offset, int length) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
GdbServerTask.java 95 public synchronized void addOutput(byte[] data, int offset, int length) {
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderBuilder.h 38 void addOutput(GrGLShaderVar i) { fOutputs.push_back(i); }
  /frameworks/native/include/gui/
StreamSplitter.h 43 // the input BufferQueue. Output BufferQueues must be added using addOutput
53 // addOutput adds an output BufferQueue to the splitter. The splitter
64 status_t addOutput(const sp<IGraphicBufferProducer>& outputQueue);
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 69 void addOutput(OMX_BUFFERHEADERTYPE* output);
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 93 ASSERT_EQ(OK, splitter->addOutput(outputProducer));
158 ASSERT_EQ(OK, splitter->addOutput(outputProducers[output]));
219 ASSERT_EQ(OK, splitter->addOutput(outputProducer));
  /external/chromium_org/media/base/mac/
avfoundation_glue.h 101 - (void)addOutput:(CrAVCaptureOutput*)output;
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 157 receiver.addOutput(output.getBytes(), 0, output.length());
273 receiver.addOutput(output.getBytes(), 0, output.length());
458 receiver.addOutput(output.getBytes(), 0, output.length());
  /cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
CtsHostJankTest.java 93 public void addOutput(byte[] data, int offset, int length) {
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.mm 213 if (![_captureSession addOutput:_captureDecompressedVideoOutput error:&error])

Completed in 420 milliseconds

1 2 3