Searched refs:readLen (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_DummyRTPpacket.cc105 size_t readLen = newLen - _kBasicHeaderLen; local
106 if (fread(&_datagram[_kBasicHeaderLen], 1, readLen, fp) != readLen)
119 size_t readLen = totHdrLen - newLen; local
120 if (fread(&_datagram[newLen], 1, readLen, fp) != readLen)
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c1200 int readLen = farLen; local
1219 while (aecm->farBufReadPos + readLen > FAR_BUF_LEN)
1223 readLen = FAR_BUF_LEN - aecm->farBufReadPos;
1225 sizeof(int16_t) * readLen);
1227 readPos = readLen;
1228 readLen = farLen - readLen;
1231 sizeof(int16_t) * readLen);
1232 aecm->farBufReadPos += readLen;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_smf.c870 EAS_I32 readLen; local
887 readLen = pSMFData->metadata.bufferSize - 1;
888 if ((EAS_I32) len < readLen)
889 readLen = (EAS_I32) len;
890 if ((result = EAS_HWReadFile(pEASData->hwInstData, pSMFStream->fileHandle, pSMFData->metadata.buffer, readLen, &readLen)) != EAS_SUCCESS)
892 pSMFData->metadata.buffer[readLen] = 0;
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/sqlite/dist/orig/
H A Dsqlite3.c36564 size_t readLen = 0; local
36711 int readLen = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c36564 size_t readLen = 0; local
36711 int readLen = 0; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 703 milliseconds