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

1 2 3

  /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/clang/test/CXX/expr/expr.const/
p3-0x.cpp 36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 };
49 case E6:
60 a = E6,
68 using Int = A<E6>;
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 126 struct E6 : InaccessibleMoveAssign { // expected-note {{base class 'InaccessibleMoveAssign' has an inaccessible move}}
127 E6 &operator=(E6 &&) = default; // expected-note {{here}}
134 template struct MoveAssign<E6>; // expected-note {{here}}
  /external/webrtc/src/system_wrappers/source/
event_posix.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;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 93 printf("min decode time %lld us (%.2f secs)\n", minUs, minUs / 1E6);
94 printf("max decode time %lld us (%.2f secs)\n", maxUs, maxUs / 1E6);
113 double fps = 1E6 / slotUs;
259 seekTimeUs / 1E6, timestampUs / 1E6);
267 timestampUs, timestampUs / 1E6);
290 seekTimeUs, seekTimeUs / 1E6);
377 printf("avg. %.2f fps\n", n * 1E6 / delay);
390 printf("avg. %.2f KB/sec\n", totalBytes / 1024 * 1E6 / delay);
1101 thumbTimeUs, thumbTimeUs / 1E6);
    [all...]
codec.cpp 297 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);
303 state->mNumBuffersDecoded * 1E6 / elapsedTimeUs,
305 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);
sf2.cpp 188 mTotalBytesReceived * 1E6 / 1024 / delayUs);
193 mNumOutputBuffersReceived * 1E6 / delayUs,
195 mTotalBytesReceived * 1E6 / 1024 / delayUs);
  /frameworks/av/media/libstagefright/
HTTPBase.cpp 110 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);
AudioPlayer.cpp 436 timeToCompletionUs, timeToCompletionUs / 1E6);
467 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
VBRISeeker.cpp 72 ALOGV("duration = %.2f secs", durationUs / 1E6);
AwesomePlayer.cpp 753 cachedDurationUs / 1E6, eos);
759 cachedDurationUs / 1E6);
768 cachedDurationUs / 1E6);
772 cachedDurationUs / 1E6);
    [all...]
CameraSourceTimeLapse.cpp 73 mTimeBetweenTimeLapseVideoFramesUs(1E6/videoFrameRate),
  /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))
  /external/clang/test/SemaCXX/
enum-scoped.cpp 50 enum class E6 : bool {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 261 ALOGV("rendering audio at media time %.2f secs", mediaTimeUs / 1E6);
393 mVideoLateByUs, mVideoLateByUs / 1E6);
395 ALOGV("rendering video at media time %.2f secs", mediaTimeUs / 1E6);
481 ALOGV("queueDiff = %.2f secs", diff / 1E6);
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 217 buffer->range_length(), timeUs / 1E6);
ARTPSource.cpp 260 ((ALooper::GetNowUs() - mLastNTPTimeUpdateUs) * 65536.0 / 1E6);
ASessionDescription.cpp 271 *durationUs = (int64_t)((to - from) * 1E6);
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 606 durationUs, durationUs / 1E6);
638 requestedSeekTimeUs, requestedSeekTimeUs / 1E6);
658 actualSeekTimeUs, actualSeekTimeUs / 1E6);
714 requestedSeekTimeUs, requestedSeekTimeUs / 1E6);
716 actualSeekTimeUs, actualSeekTimeUs / 1E6);
718 bufferTimeUs, bufferTimeUs / 1E6);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 510 int64_t copyUs = (int64_t)((copy / kFrameSize) * 1E6 / 48000.0);
558 int64_t copyUs = (int64_t)((copy / kFrameSize) * 1E6 / 48000.0);
674 mIsVideo ? "video" : "audio", timeUs, timeUs / 1E6);
  /external/v8/test/mjsunit/compiler/
regress-8.js 58 if(a.total>=2E6) {
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 148 ALOGV("queueAccessUnit timeUs=%lld us (%.2f secs)", mLastQueuedTimeUs, mLastQueuedTimeUs / 1E6);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 823 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);

Completed in 557 milliseconds

1 2 3