HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 276 - 300 of 517) sorted by null

<<11121314151617181920>>

  /frameworks/av/cmds/stagefright/
codec.cpp 75 static int64_t kTimeout = 500ll;
212 0ll /* timeUs */,
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 55 mInputTimeUs(-1ll),
459 (copy * 1000000ll / mSampleRate)
SoftAACEncoder2.cpp 51 mInputTimeUs(-1ll),
441 (copy * 1000000ll / mSampleRate)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 53 mInputTimeUs(-1ll),
366 (copy * 1000000ll / kSampleRate) / sizeof(int16_t);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 277 mBitrate = size * 8000000ll / durationUs; // in bits/sec
684 int64_t dataRemainingUs = dataRemaining * 8000000ll / mBitrate;
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 54 # to tell them they'll be part of libc++.
  /external/chromium_org/net/http/
http_response_headers_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 66 // This table hasn't been sorted before - we'll use
72 // already defined sorting so we'll just update
  /external/grub/stage2/
tparm.c 460 * We'll have to assume that the caller knows the difference, since
  /external/valgrind/main/VEX/pub/
libvex.h 389 long long ll; member in union:align::__anon27561
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 69 void postAudioEOS(int64_t delayUs = 0ll);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 195 int *ll, /* i */
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 172 if (mLastFIRRequestUs >= 0 && mLastFIRRequestUs + 5000000ll > nowUs) {
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 129 mFrameDurationUs = (1024 * 1000000ll + (sr - 1)) / sr;
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 310 kTeardownTriggerTimeouSecs * 1000000ll);
528 (new AMessage(kWhatFinishStop2, id()))->post(300000ll);
1032 CHECK_GT(kPlaybackSessionTimeoutUs, 5000000ll);
1036 msg->post(kPlaybackSessionTimeoutUs - 5000000ll);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 219 int ll = 0,lh = 0, got = 0; local
250 ReadFile(infile, &ll, 1, &got, NULL);
253 ll = fgetc(infile);
256 itemlen = (lh << 8) | ll;
269 Data[1] = (uchar)ll;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 152 // Note: thanks to pessimistic transition store stubs, we'll attempt
357 // We'll get a different state traversal if we start with realmBArray.
358 // It'll go (uninit->realmBArray) then (realmBArray->megamorphic). Recognize
new-string-add.js 30 assertEquals("ab", "a" + "b", "ll");
string-add.js 28 assertEquals("ab", "a" + "b", "ll");
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 84 * is initialized asynchronously, and we won't be sure when it'll be
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
util.js 142 // Something went very wrong with the onclick method; we'll ignore it
  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 528 // Sets the value to an int64 value ll.
531 Formattable::setInt64(int64_t ll)
535 fValue.fInt64 = ll;
  /external/clang/INPUTS/
c99-intconst-1.c 133 CHECK_SUFll_DEC_TYPE(C##ll); \
134 CHECK_SUFll_DEC_TYPE(C##LL); \
151 CHECK_SUFll_OCTHEX_TYPE(C##ll); \
152 CHECK_SUFll_OCTHEX_TYPE(C##LL); \
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 136 case (int)10000000000ll: // expected-note {{here}}
137 case (unsigned int)10000000000ll: // expected-error {{duplicate case value}}
  /external/elfutils/libelf-po/
Makefile 342 ll=`echo $$lang | sed -e 's/@.*//'`; \
345 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \

Completed in 2039 milliseconds

<<11121314151617181920>>