Home
last modified time | relevance | path

Searched defs:sizeInBytes (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java81 final int sizeInBytes = byteBuffer.capacity(); in run() local
124 private int writeOnLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeOnLollipop()
128 private int writePreLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writePreLollipop()
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp56 int32_t CBC_QRCoderBitVector::sizeInBytes() { in sizeInBytes() function in CBC_QRCoderBitVector
111 int32_t sizeInBytes = (m_sizeInBits + 7) >> 3; in XOR() local
/external/skia/src/gpu/
DGrBatchFlushState.h96 void putBackVertexSpace(size_t sizeInBytes) { fVertexPool.putBack(sizeInBytes); } in putBackVertexSpace()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp122 const UInt32 sizeInBytes = _options.Password.Len() * 2; in CreateMixerCoder() local
/external/lzma/C/
DLzFind.c167 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c220 int16_t WebRtcIsac_AssignSize(int* sizeInBytes) { in WebRtcIsac_AssignSize()
/external/libvncserver/rfb/
Drfb.h246 int sizeInBytes; member