/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioTrack.java | 81 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/ |
D | BC_QRCoderBitVector.cpp | 56 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()
|
D | BC_QRCoderEncoder.cpp | 371 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()
|
D | BC_QRCoderBitVector.h | 22 int32_t sizeInBytes();
|
/external/skia/src/gpu/ |
D | GrBatchFlushState.h | 96 void putBackVertexSpace(size_t sizeInBytes) { fVertexPool.putBack(sizeInBytes); } in putBackVertexSpace() argument
|
/external/skia/src/gpu/batches/ |
D | GrDrawPathBatch.h | 148 static int Align32(int sizeInBytes) { return (sizeInBytes + 3) & ~3; } in Align32()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.cpp | 122 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/ |
D | scale.c | 317 ptr->sizeInBytes = ptr->paddedWidthInBytes * ptr->height; in rfbScaledScreenAllocate() 320 ptr->frameBuffer = malloc(ptr->sizeInBytes); in rfbScaledScreenAllocate()
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | lut.cu | 102 texRes.res.linear.sizeInBytes = 256 * d_lut.channels() * sizeof(uchar); in LookUpTableImpl()
|
/external/lzma/C/ |
D | LzFind.c | 167 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/ |
D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac.c | 220 int16_t WebRtcIsac_AssignSize(int* sizeInBytes) { in WebRtcIsac_AssignSize() argument 221 *sizeInBytes = sizeof(ISACMainStruct) * 2 / sizeof(int16_t); in WebRtcIsac_AssignSize()
|
/external/libvncserver/rfb/ |
D | rfb.h | 246 int sizeInBytes; member
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |