HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /frameworks/base/media/libstagefright/
AMRExtractor.cpp 122 mMeta->setInt64(kKeyDuration, 20000ll * numFrames);
217 int64_t seekFrame = seekTimeUs / 20000ll; // 20ms per frame.
218 mCurrentTimeUs = seekFrame * 20000ll;
TimedEventQueue.cpp 193 return (int64_t)tv.tv_sec * 1000000ll + tv.tv_usec;
267 static int64_t kMaxTimeoutUs = 10000000ll; // 10 secs
272 // We'll never block for more than 10 secs, instead
281 mLock, delay_us * 1000ll);
AwesomePlayer.cpp 54 static int64_t kLowWaterMarkUs = 2000000ll; // 2secs
55 static int64_t kHighWaterMarkUs = 10000000ll; // 10secs
531 *bitrate = size * 8000000ll / mDurationUs; // in bits/sec
554 *durationUs = cachedDataRemaining * 8000000ll / bitrate;
582 int64_t cachedDurationUs = cachedSize * 8000000ll / bitrate;
    [all...]
HTTPStream.cpp 87 tv.tv_usec = 100000ll;
146 tv.tv_usec = 100000ll;
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ListIteratorTest.java 307 LinkedList ll = new LinkedList(); local
309 ll.add(objArray[i]);
311 l = ll.listIterator();
  /external/openssl/crypto/sha/
sha_locl.h 71 unsigned long ll; \
72 ll=(c)->h0; HOST_l2c(ll,(s)); \
73 ll=(c)->h1; HOST_l2c(ll,(s)); \
74 ll=(c)->h2; HOST_l2c(ll,(s)); \
75 ll=(c)->h3; HOST_l2c(ll,(s)); \
76 ll=(c)->h4; HOST_l2c(ll,(s));
    [all...]
sha256.c 86 unsigned long ll; \
91 { ll=(c)->h[nn]; HOST_l2c(ll,(s)); } \
95 { ll=(c)->h[nn]; HOST_l2c(ll,(s)); } \
101 { ll=(c)->h[nn]; HOST_l2c(ll,(s)); } \
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 141 uint64_t nowUs = tv.tv_sec * 1000000ll + tv.tv_usec;
143 nowUs += ((70ll * 365 + 17) * 24) * 60 * 60 * 1000000ll;
145 uint64_t hi = nowUs / 1000000ll;
146 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll;
567 (new AMessage('aliv', id()))->post(30000000ll);
606 (new AMessage('aliv', id()))->post(30000000ll);
641 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100ll);
    [all...]
ARTPWriter.cpp 322 uint32_t ms = tolel(ALooper::GetNowUs() / 1000ll);
421 nowUs += ((70ll * 365 + 17) * 24) * 60 * 60 * 1000000ll;
423 uint64_t hi = nowUs / 1000000ll;
424 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll;
577 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100ll);
672 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100ll);
ARTSPController.cpp 99 && ALooper::GetNowUs() < mLastSeekCompletedTimeUs + 500000ll;
UDPPusher.cpp 104 int64_t whenUs = mFirstTimeUs + timeMs * 1000ll;
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractListTest.java 189 List ll = new LinkedList(); local
191 ll.add(new Integer(i));
195 !(ll.subList(3, 7) instanceof RandomAccess));
  /external/jhead/
jpgfile.c 140 int ll,lh, got; local
160 ll = fgetc(infile);
162 itemlen = (lh << 8) | ll;
182 Data[1] = (uchar)ll;
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 1145 final TabWidget ll = (TabWidget) a.findViewById(R.id.buttonbar); local
1196 final TabWidget ll = (TabWidget) a.findViewById(R.id.buttonbar); local
    [all...]
  /external/strace/
net.c 945 struct sockaddr_ll ll; member in union:__anon7614
1039 ntohs(addrbuf.ll.sll_protocol),
1040 addrbuf.ll.sll_ifindex);
1041 printxval(af_packet_types, addrbuf.ll.sll_pkttype, "?");
1043 addrbuf.ll.sll_halen,
1044 addrbuf.ll.sll_hatype);
1045 for (i=0; i<addrbuf.ll.sll_halen; i++)
1046 tprintf("%02x", addrbuf.ll.sll_addr[i]);
    [all...]
  /dalvik/vm/
InlineNative.c 497 s8 ll; member in union:__anon661
521 s8 val = convert.ll;
549 convert.ll &= 0x7fffffffffffffffULL;
660 pResult->j = isnan(convert.dd) ? 0x7ff8000000000000LL : convert.ll;
670 pResult->j = convert.ll;
  /external/svox/pico/lib/
picopr.c 786 picoos_int32 ll; local
794 ll = picobase_det_utf8_length(str[li]);
795 while (lj < ll) {
1318 pr_ioItemPtr ll; local
1689 pr_ioItemPtr ll; local
2136 pr_ioItemPtr ll; local
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslnonce.c 489 PRInt64 ll; local
492 LL_I2L(ll, 1000000L);
493 LL_DIV(now, now, ll);
  /packages/apps/Browser/src/com/android/browser/
Tab.java 711 LinearLayout ll = (LinearLayout)factory
713 ((TextView)ll.findViewById(R.id.warning))
715 placeholder.addView(ll);
719 LinearLayout ll = (LinearLayout)factory
721 ((TextView)ll.findViewById(R.id.warning))
723 placeholder.addView(ll);
727 LinearLayout ll = (LinearLayout)factory
729 ((TextView)ll.findViewById(R.id.warning))
731 placeholder.addView(ll);
735 LinearLayout ll = (LinearLayout)factor
    [all...]
  /external/chromium/net/http/
http_response_headers_unittest.cc 1234 10000000000ll,
1235 10000000001ll
1241 10000000000ll,
1242 10000000000ll
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 132 _message_for_revert will need to wrap it. We'll also include
140 long_reason = "This is a very long reason which should be long enough so that _message_for_revert will need to wrap it. We'll also include a https://veryveryveryveryverylongbugurl.com/reallylongbugthingy.cgi?bug_id=12354 link so that we can make sure we wrap that right too."
  /frameworks/base/cmds/stagefright/
stagefright.cpp 68 return (int64_t)tv.tv_usec + tv.tv_sec * 1000000ll;
110 usleep(100000ll);
379 writer->setMaxFileDuration(60000000ll);
406 seekTimeUs += 60000ll) {
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 245 mCluster = mSegment->FindCluster(seekTimeUs * 1000ll);
264 return (mBlockEntry->GetBlock()->GetTime(mCluster) + 500ll) / 1000ll;
427 (int64_t)frameSize - (1ll << (shift - 1)) + 1;
  /external/openssl/crypto/threads/
netware.bat 8 rem After building, copy mttest.nlm to the server and run it, you'll probably
  /external/freetype/src/autofit/
afhints.c 337 FT_Pos ll, ss; /* long and short arm lengths */ local
346 ll = dy;
352 ll = -dx;
361 ll = dx;
367 ll = dy;
373 if ( FT_ABS( ll ) <= FT_ABS( ss ) )

Completed in 2531 milliseconds

1 23 4 5 6 7