HomeSort by relevance Sort by last modified time
    Searched refs:E6 (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/test/ASTMerge/Inputs/
enum1.c 40 } E6;
42 E6 x6;
enum2.c 40 } E6;
42 E6 x6;
  /external/oprofile/libutil/
op_cpufreq.c 46 fval = uval / 1E6;
51 fval = uval / 1E6;
  /external/webrtc/src/system_wrappers/source/
event_linux.cc 22 const long int E6 = 1000000;
23 const long int E9 = 1000 * E6;
154 tEnd.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6;
269 tEnd.tv_nsec = _tCreate.tv_nsec + (time - (time/1000)*1000)*E6;
  /external/clang/test/SemaCXX/
enum-scoped.cpp 50 enum class E6 : bool {
  /frameworks/base/cmds/stagefright/
stagefright.cpp 96 printf("min decode time %lld us (%.2f secs)\n", minUs, minUs / 1E6);
97 printf("max decode time %lld us (%.2f secs)\n", maxUs, maxUs / 1E6);
116 double fps = 1E6 / slotUs;
262 seekTimeUs / 1E6, timestampUs / 1E6);
270 timestampUs, timestampUs / 1E6);
293 seekTimeUs, seekTimeUs / 1E6);
380 printf("avg. %.2f fps\n", n * 1E6 / delay);
393 printf("avg. %.2f KB/sec\n", totalBytes / 1024 * 1E6 / delay);
1085 thumbTimeUs, thumbTimeUs / 1E6);
    [all...]
sf2.cpp 184 mTotalBytesReceived * 1E6 / 1024 / delayUs);
189 mNumOutputBuffersReceived * 1E6 / delayUs,
191 mTotalBytesReceived * 1E6 / 1024 / delayUs);
  /frameworks/base/media/libstagefright/
AudioPlayer.cpp 400 timeToCompletionUs, timeToCompletionUs / 1E6);
421 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
HTTPBase.cpp 97 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);
VBRISeeker.cpp 72 LOGV("duration = %.2f secs", durationUs / 1E6);
AwesomePlayer.cpp 741 cachedDurationUs / 1E6, eos);
746 cachedDurationUs / 1E6);
755 cachedDurationUs / 1E6);
761 cachedDurationUs / 1E6);
    [all...]
CameraSourceTimeLapse.cpp 67 mTimeBetweenTimeLapseVideoFramesUs(1E6/videoFrameRate),
  /frameworks/media/libvideoeditor/lvpp/
AudioPlayerBase.cpp 392 timeToCompletionUs, timeToCompletionUs / 1E6);
413 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
PreviewPlayerBase.cpp 625 cachedDurationUs / 1E6, eos);
630 cachedDurationUs / 1E6);
638 cachedDurationUs / 1E6);
644 cachedDurationUs / 1E6);
    [all...]
VideoEditorAudioPlayer.cpp 640 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 258 LOGV("rendering audio at media time %.2f secs", mediaTimeUs / 1E6);
379 LOGV("video late by %lld us (%.2f secs)", lateByUs, lateByUs / 1E6);
381 LOGV("rendering video at media time %.2f secs", mediaTimeUs / 1E6);
457 LOGV("queueDiff = %.2f secs", diff / 1E6);
NuPlayer.cpp 514 seekTimeUs, seekTimeUs / 1E6);
768 mediaTimeUs / 1E6);
  /external/clang/INPUTS/
c99-intconst-1.c 56 (T4 *) if E4, otherwise (T5 *) if E5, otherwise (T6 *) if E6. */
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
64 && !(E4) && !(E5) && (E6))))
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
75 T4, (E4), T5, (E5), T6, (E6)))0))
  /frameworks/base/media/libstagefright/rtsp/
rtp_test.cpp 217 buffer->range_length(), timeUs / 1E6);
ARTPSource.cpp 257 ((ALooper::GetNowUs() - mLastNTPTimeUpdateUs) * 65536.0 / 1E6);
ASessionDescription.cpp 271 *durationUs = (int64_t)((to - from) * 1E6);
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.cpp 601 durationUs, durationUs / 1E6);
633 requestedSeekTimeUs, requestedSeekTimeUs / 1E6);
653 actualSeekTimeUs, actualSeekTimeUs / 1E6);
709 requestedSeekTimeUs, requestedSeekTimeUs / 1E6);
711 actualSeekTimeUs, actualSeekTimeUs / 1E6);
713 bufferTimeUs, bufferTimeUs / 1E6);
  /external/v8/test/mjsunit/compiler/
regress-8.js 58 if(a.total>=2E6) {
  /frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 146 LOGV("queueAccessUnit timeUs=%lld us (%.2f secs)", timeUs, timeUs / 1E6);
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 435 IntRect ir(0, 0, 1E6, 1E6);

Completed in 535 milliseconds

1 2