Searched refs:lengthBytes (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A DRTPFile.cc176 uint16_t lengthBytes = htons(static_cast<u_short>(12 + payloadSize + 8)); local
182 EXPECT_EQ(1u, fwrite(&lengthBytes, 2, 1, _rtpFile));
191 uint16_t lengthBytes; local
194 size_t read_len = fread(&lengthBytes, 2, 1, _rtpFile);
202 lengthBytes = ntohs(lengthBytes);
211 EXPECT_EQ(lengthBytes, plen + 8);
216 if (lengthBytes < 20) {
219 if (payloadSize < static_cast<size_t>((lengthBytes - 20))) {
222 lengthBytes
[all...]
/external/robolectric/v3/runtime/
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/ ...
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-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.1.2_r1-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-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 387 milliseconds