Home
last modified time | relevance | path

Searched refs:sizeInBytes (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java81 final int sizeInBytes = byteBuffer.capacity(); in run() local
87 nativeGetPlayoutData(sizeInBytes, nativeAudioTrack); in run()
91 assertTrue(sizeInBytes <= byteBuffer.remaining()); in run()
94 bytesWritten = writeOnLollipop(audioTrack, byteBuffer, sizeInBytes); in run()
96 bytesWritten = writePreLollipop(audioTrack, byteBuffer, sizeInBytes); in run()
98 if (bytesWritten != sizeInBytes) { in run()
124 private int writeOnLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeOnLollipop() argument
125 return audioTrack.write(byteBuffer, sizeInBytes, AudioTrack.WRITE_BLOCKING); in writeOnLollipop()
128 private int writePreLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writePreLollipop() argument
129 return audioTrack.write(byteBuffer.array(), byteBuffer.arrayOffset(), 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
112 for (int32_t i = 0; i < sizeInBytes; ++i) { in XOR()
DBC_QRCoderEncoder.cpp371 int32_t numInputBytes = dataBits.sizeInBytes(); in EncodeWithSpecifyVersion()
391 numInputBytes = headerAndDataBits.sizeInBytes(); in EncodeWithSpecifyVersion()
453 int32_t numInputBytes = dataBits.sizeInBytes(); in EncodeWithAutoVersion()
465 numInputBytes = headerAndDataBits.sizeInBytes(); in EncodeWithAutoVersion()
530 int32_t numInputBytes = dataBits.sizeInBytes(); in Encode()
537 int32_t numLetters = mode == CBC_QRCoderMode::sBYTE ? dataBits.sizeInBytes() in Encode()
593 int32_t numPaddingBytes = numDataBytes - bits->sizeInBytes(); in TerminateBits()
860 if (bits->sizeInBytes() != numDataBytes) { in InterleaveWithECBytes()
912 if (numTotalBytes != result->sizeInBytes()) { in InterleaveWithECBytes()
DBC_QRCoderBitVector.h22 int32_t sizeInBytes();
/external/skia/src/gpu/
DGrBatchFlushState.h96 void putBackVertexSpace(size_t sizeInBytes) { fVertexPool.putBack(sizeInBytes); } in putBackVertexSpace() argument
/external/skia/src/gpu/batches/
DGrDrawPathBatch.h148 static int Align32(int sizeInBytes) { return (sizeInBytes + 3) & ~3; } in Align32()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp122 const UInt32 sizeInBytes = _options.Password.Len() * 2; in CreateMixerCoder() local
123 CByteBuffer buffer(sizeInBytes); in CreateMixerCoder()
130 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes)); in CreateMixerCoder()
/external/libvncserver/libvncserver/
Dscale.c317 ptr->sizeInBytes = ptr->paddedWidthInBytes * ptr->height; in rfbScaledScreenAllocate()
320 ptr->frameBuffer = malloc(ptr->sizeInBytes); in rfbScaledScreenAllocate()
/external/opencv3/modules/cudaarithm/src/cuda/
Dlut.cu102 texRes.res.linear.sizeInBytes = 256 * d_lut.channels() * sizeof(uchar); in LookUpTableImpl()
/external/lzma/C/
DLzFind.c167 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs() local
168 if (sizeInBytes / sizeof(CLzRef) != num) in AllocRefs()
170 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); in AllocRefs()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c220 int16_t WebRtcIsac_AssignSize(int* sizeInBytes) { in WebRtcIsac_AssignSize() argument
221 *sizeInBytes = sizeof(ISACMainStruct) * 2 / sizeof(int16_t); in WebRtcIsac_AssignSize()
/external/libvncserver/rfb/
Drfb.h246 int sizeInBytes; member
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12