HomeSort by relevance Sort by last modified time
    Searched defs:kbps (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 117 double kbps; local
596 kbps = (double)FS / (double)cur_framesmpls * 8.0 * stream_len / 1000.0;
598 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 78 double kbps; local
269 printf("Maximum Rate in kbps: %d\n", payloadRate);
889 kbps = ((double)sampFreqKHz * 1000.) / ((double)cur_framesmpls) * 8.0 *
892 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
902 printf("Transcoding average bit-rate = %0.3f kbps\n",
917 printf("Maximum payload size 30ms Frames %" PRIuS " bytes (%0.3f kbps)\n",
921 printf("Maximum payload size 60ms Frames %" PRIuS " bytes (%0.3f kbps)\n",
927 fprintf(stderr, " %0.1f kbps",
930 fprintf(stderr, " plmax-30ms %" PRIuS " bytes (%0.0f kbps)",
934 fprintf(stderr, " plmax-60ms %" PRIuS " bytes (%0.0f kbps)",
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
EmmcPerformanceTest.java 205 Double kbps = null; local
208 kbps = runDdIteration(command, simpleperfMetricsMap);
211 kbps = runRandomIteration(command, simpleperfMetricsMap);
215 if (kbps != null) {
216 CLog.i("Result for %s, iteration %d: %f KBps", testKey, i + 1, kbps);
217 stats.add(kbps);
243 * @return The speed of the test in KBps or null if there was an error running or parsing the
274 * @return The speed of the test in KBps or null if there was an error running or parsing the
332 * Convert bytes / sec reported by the dd tests into KBps
    [all...]
  /external/syslinux/gpxe/src/net/80211/
net80211.c 416 * @v rate Rate in 100 kbps units
467 u32 kbps = rate * 100; local
471 int bits_per_symbol = ( kbps * 4 ) / 1000; /* 4us/symbol */
480 int data_time = ( bits * 1000 + kbps - 1 ) / kbps;
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 1756 int32_t kbps = 0; local
    [all...]
NuPlayer.cpp 2484 int32_t kbps; local
    [all...]

Completed in 721 milliseconds