HomeSort by relevance Sort by last modified time
    Searched refs:bufferSize (Results 151 - 175 of 381) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/sonivox/arm-fm-22k/lib_src/
eas_parser.h 45 EAS_I32 bufferSize;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_parser.h 45 EAS_I32 bufferSize;
  /external/sonivox/arm-wt-22k/lib_src/
eas_parser.h 45 EAS_I32 bufferSize;
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 95 const int bufferSize = licenseString.size();
97 data = new char[bufferSize];
98 memcpy(data, licenseString.string(), bufferSize);
99 const DrmBuffer* buffer = new DrmBuffer(data, bufferSize);
  /hardware/invensense/60xx/mlsdk/platform/include/
i2c.h 113 int I2CSetBufferSize (unsigned short bufferSize);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.h 133 PassRefPtr<ScriptProcessorNode> createScriptProcessor(size_t bufferSize, ExceptionState&);
134 PassRefPtr<ScriptProcessorNode> createScriptProcessor(size_t bufferSize, size_t numberOfInputChannels, ExceptionState&);
135 PassRefPtr<ScriptProcessorNode> createScriptProcessor(size_t bufferSize, size_t numberOfInputChannels, size_t numberOfOutputChannels, ExceptionState&);
AudioContext.cpp 409 PassRefPtr<ScriptProcessorNode> AudioContext::createScriptProcessor(size_t bufferSize, ExceptionState& es)
412 return createScriptProcessor(bufferSize, 2, 2, es);
415 PassRefPtr<ScriptProcessorNode> AudioContext::createScriptProcessor(size_t bufferSize, size_t numberOfInputChannels, ExceptionState& es)
418 return createScriptProcessor(bufferSize, numberOfInputChannels, 2, es);
421 PassRefPtr<ScriptProcessorNode> AudioContext::createScriptProcessor(size_t bufferSize, size_t numberOfInputChannels, size_t numberOfOutputChannels, ExceptionState& es)
425 RefPtr<ScriptProcessorNode> node = ScriptProcessorNode::create(this, m_destinationNode->sampleRate(), bufferSize, numberOfInputChannels, numberOfOutputChannels);
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 150 virtual WebAudioDevice* createAudioDevice(size_t bufferSize, unsigned numberOfInputChannels, unsigned numberOfChannels, double sampleRate, WebAudioDevice::RenderCallback*, const WebString& deviceId) { return 0; }
153 virtual WebAudioDevice* createAudioDevice(size_t bufferSize, unsigned numberOfChannels, double sampleRate, WebAudioDevice::RenderCallback*) { return 0; }
154 virtual WebAudioDevice* createAudioDevice(size_t bufferSize, unsigned numberOfInputChannels, unsigned numberOfChannels, double sampleRate, WebAudioDevice::RenderCallback*) { return 0; }
  /external/chromium_org/third_party/libxml/src/
trio.h 104 int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
106 int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
110 int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 104 int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
106 int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
110 int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
  /external/libxml2/
trio.h 104 int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
106 int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
110 int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
  /external/libxslt/libxslt/
trio.h 104 int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
106 int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
110 int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
  /frameworks/av/cmds/stagefright/
muxer.cpp 79 size_t bufferSize = 1 * 1024 * 1024; // default buffer size is 1MB.
113 bufferSize = width * height * 4; // Assuming it is maximally 4BPP
143 sp<ABuffer> newBuffer = new ABuffer(bufferSize);
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 303 size_t ALSAStreamOps::bufferSize() const
305 ALOGV("bufferSize() returns %d", mHandle->bufferSize);
306 return mHandle->bufferSize;
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 172 size_t bufferSize = packetsRead * MPEG2_TS_PACKET_SIZE;
175 bufferSize /*dataLength*/,
302 size_t bufferSize = packetsThisBuffer * MPEG2_TS_PACKET_SIZE;
313 dataCache + i*BUFFER_SIZE, bufferSize, items /*pMsg*/,
318 dataCache + i*BUFFER_SIZE, bufferSize, NULL, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 237 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE);
238 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
361 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
364 return service.getReport(device, reportType, reportId, bufferSize) ;
487 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
499 data.putInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE, bufferSize);
647 private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int bufferSize);
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.cpp 59 EGLint rcQueryEGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize)
65 const unsigned int __size_buffer = bufferSize;
74 memcpy(ptr, &bufferSize, 4); ptr += 4;
82 EGLint rcGetGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize)
88 const unsigned int __size_buffer = bufferSize;
97 memcpy(ptr, &bufferSize, 4); ptr += 4;
  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 75 int32_t bufferSize;
95 : bufferSize(0), bufferMin(0), bufferMax(0),
113 bufferSize = patternLength + (2 * maxExpansion) + 4;
115 ceb = NEW_ARRAY(CEI, bufferSize);
186 if (bufferMax >= bufferSize || offset != bufferMax) {
236 if (bufferMax >= bufferSize || offset != bufferMax) {
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 427 for (int bufferSize : bufferSizes) {
430 ByteString.Output output = ByteString.newOutput(bufferSize);
449 for (int bufferSize : bufferSizes) {
450 ByteString.Output output = ByteString.newOutput(bufferSize);
470 for (int bufferSize : bufferSizes) {
473 ByteString.Output output = ByteString.newOutput(bufferSize);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSUtils.java 245 int tagNo, boolean isExplicit, int bufferSize) throws IOException
249 if (bufferSize != 0)
251 return octGen.getOctetOutputStream(new byte[bufferSize]);
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java 127 int bufferSize = options.getInitialBufferSize();
130 outputBufferProvider = new ThreadLocalOutputBufferProvider(bufferSize);
133 outputBufferProvider = new InstanceOutputBufferProvider(bufferSize);
  /external/lzma/Java/SevenZip/
LzmaBench.java 62 public int BufferSize;
66 public void Set(int bufferSize)
68 Buffer = new byte[bufferSize];
70 BufferSize = bufferSize;
90 while (Pos < BufferSize)
107 for (int i = 0; i < len && Pos < BufferSize; i++, Pos++)
323 crc.Update(rg.Buffer, 0, rg.BufferSize);
333 MyInputStream inStream = new MyInputStream(rg.Buffer, rg.BufferSize);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 209 int32_t bufferSize = inHeader->nFilledLen;
210 int32_t tmp = bufferSize;
234 inHeader->nOffset += bufferSize;
  /external/aac/libAACdec/src/
aacdecoder.h 145 int bufferSize;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 499 IntSize bufferSize(deviceSize.width(), deviceSize.height());
500 if (!bufferSize.width() || !bufferSize.height())
503 RenderingMode renderingMode = shouldAccelerate(bufferSize) ? Accelerated : UnacceleratedNonPlatformBuffer;

Completed in 2108 milliseconds

1 2 3 4 5 67 8 91011>>