/frameworks/native/services/sensorservice/ |
SensorService.h | 246 // Socket buffersize used to initialize BitTube. This size depends on whether batching is
|
/hardware/intel/common/libmix/videoencoder/ |
PVSoftMPEG4Encoder.cpp | 458 int32_t dataLength = outBuffer->bufferSize;
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.cpp | 264 mBufferDurationUs = ((bufferSize() * 1000 )/ frameSize() / sampleRate()) * 1000;
|
/hardware/qcom/audio/legacy/alsa_sound/ |
alsa_default.cpp | 265 unsigned long bufferSize, reqBuffSize; 278 reqBuffSize = handle->bufferSize; 337 //Do not update buffersize for 5.1 recording 338 handle->bufferSize = handle->handle->period_size; [all...] |
audio_hw_hal.cpp | 163 return out->qcom_out->bufferSize(); 313 return in->qcom_in->bufferSize();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 269 # exactly on the buffer boundary for any power-of-2 buffersize
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 269 # exactly on the buffer boundary for any power-of-2 buffersize
|
/external/aac/libAACdec/src/ |
aacdecoder_lib.cpp | 705 const UINT bufferSize[], 718 tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer ); [all...] |
/external/aac/libFDK/src/ |
FDK_bitbuffer.cpp | 366 const UINT bufferSize, 369 inputBuffer = &inputBuffer [bufferSize - *bytesValid] ;
|
/external/aac/libMpegTPDec/include/ |
tpdec_lib.h | 373 * \param bufferSize Size of external input buffer. This argument is required because decoder-internally 387 const UINT bufferSize,
|
/external/deqp/executor/ |
xeTestLogWriter.cpp | 378 << Writer::Attribute("BufferSize", de::toString(config.bufferSize))
|
xeTestResultParser.cpp | 603 config->bufferSize = toInt(getAttribute("BufferSize"));
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusHeaders.h | 48 // bufferSize - how big the buffer is (should be at least as big as GetDataSize())
52 IN UINT bufferSize,
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
DexDataWriterTest.java | 57 int bufferSize = 256; 58 writer = new DexDataWriter(output, startPosition, bufferSize);
|
DexWriterSleb128Test.java | 48 int bufferSize = 256; 49 writer = new DexDataWriter(output, startPosition, bufferSize);
|
DexWriterUleb128Test.java | 48 int bufferSize = 256; 49 writer = new DexDataWriter(output, startPosition, bufferSize);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vop.cpp | 319 stream->bufferSize = *size; 517 tmp.bufferSize = 30;
|
/frameworks/av/services/audioflinger/ |
Tracks.cpp | 114 // ALOGD("Creating track with %d buffers @ %d bytes", bufferCount, bufferSize); 116 size_t bufferSize = (buffer == NULL ? roundup(frameCount) : frameCount) * mFrameSize; 118 size += bufferSize; 143 (mBufferMemory = roHeap->allocate(bufferSize)) == 0 || 145 ALOGE("not enough memory for read-only buffer size=%zu", bufferSize); 153 memset(mBuffer, 0, bufferSize); 168 memset(mBuffer, 0, bufferSize); 177 mBuffer = calloc(1, bufferSize); [all...] |
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderBase.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tapi3.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntddk.h | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.c | [all...] |
/external/deqp/modules/glshared/ |
glsDrawTest.cpp | [all...] |
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 618 OMX_U32 *bufferCount, OMX_U32 *bufferSize, 716 *bufferSize = 0; 773 *bufferSize = def.nBufferSize; 778 OMX_U32 bufferCount, bufferSize, minUndequeuedBuffers; 780 &bufferCount, &bufferSize, &minUndequeuedBuffers); 787 mComponentName.c_str(), bufferCount, bufferSize); 801 info.mData = new ABuffer(NULL /* data */, bufferSize /* capacity */); 847 OMX_U32 bufferCount, bufferSize, minUndequeuedBuffers; 849 &bufferCount, &bufferSize, &minUndequeuedBuffers); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_hh.c | [all...] |