HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 351 - 375 of 581) sorted by null

<<11121314151617181920>>

  /external/pcre/dist/sljit/
sljitConfigInternal.h 400 #define SLJIT_W(w) (w##ll)
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 49 mSkipRenderingUntilMediaTimeUs(-1ll),
  /frameworks/av/media/libstagefright/
AACExtractor.cpp 187 mFrameDurationUs = (1024 * 1000000ll + (sr - 1)) / sr;
AudioSource.cpp 243 ((int64_t)kAutoRampDurationUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting
246 ((int64_t)kAutoRampStartUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting
274 int64_t timeUs = systemTime() / 1000ll;
351 ((1000000LL * (bufferSize / frameSize)) +
MPEG2TSWriter.cpp 244 out->meta()->setInt64("timeUs", 0ll);
887 uint32_t PTS = (timeUs * 9ll) / 100ll;
MediaCodec.cpp 770 // Ignore the error, assuming we'll still get
    [all...]
ACodec.cpp 420 mRepeatFrameDelayUs(-1ll),
421 mMaxPtsGapUs(-1ll),
422 mTimePerFrameUs(-1ll),
423 mTimePerCaptureUs(-1ll),
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 321 + (mNumFramesOutput * 1000000ll) / mConfig->samplingRate;
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 173 mLastStallReportUs(-1ll) {
527 int64_t delayMs = (nowUs - frag.mTimeUs) / 1000ll;
675 if (mLastStallReportUs < 0ll
676 || nowUs > mLastStallReportUs + 100000ll) {
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 104 void postAudioEOS(int64_t delayUs = 0ll);
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 472 if (mParser->mAbsoluteTimeAnchorUs >= 0ll) {
898 int64_t timeUs = 0ll; // no presentation timestamp available.
969 mAbsoluteTimeAnchorUs(-1ll),
971 mTimeOffsetUs(0ll),
    [all...]
AnotherPacketSource.cpp 36 const int64_t kNearEOSMarkUs = 2000000ll; // 2 secs
  /build/core/
binary.mk 559 ## LEX: Compile .l and .ll files to .cpp and then to .o.
566 ll_lex_sources := $(filter %.ll,$(my_src_files))
568 $(intermediates)/,$(ll_lex_sources:.ll=$(LOCAL_CPP_EXTENSION)))
581 $(TOPDIR)$(LOCAL_PATH)/%.ll
    [all...]
  /external/clang/lib/Headers/
Intrin.h 630 *a = *a ^ (1ll << b);
636 *a = *a & ~(1ll << b);
642 *a = *a | (1ll << b);
    [all...]
  /external/qemu/block/
qcow2-cluster.c 328 uint64_t ll[2]; member in union:__anon33852
334 ivec.ll[0] = cpu_to_le64(sector_num);
335 ivec.ll[1] = 0;
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 540 *a = *a ^ (1ll << b);
546 *a = *a & ~(1ll << b);
552 *a = *a | (1ll << b);
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 630 *a = *a ^ (1ll << b);
636 *a = *a & ~(1ll << b);
642 *a = *a | (1ll << b);
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 540 *a = *a ^ (1ll << b);
546 *a = *a & ~(1ll << b);
552 *a = *a | (1ll << b);
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 630 *a = *a ^ (1ll << b);
636 *a = *a & ~(1ll << b);
642 *a = *a | (1ll << b);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 252 LONG ll; member in union:_DXVA2_Fixed32::__anon50236
410 f32.ll = 0 + (1 << 16);
416 f32.ll = 0;
math.h 848 __MINGW_EXTENSION long long retval = 0ll;
856 __MINGW_EXTENSION long long retval = 0ll;
864 __MINGW_EXTENSION long long retval = 0ll;
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 630 *a = *a ^ (1ll << b);
636 *a = *a & ~(1ll << b);
642 *a = *a | (1ll << b);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 278 int ll = items.length; local
279 Item[] items2 = new Item[ll];
280 for (int i = 1; i < ll; i++) {
348 classWriter.threshold = (int) (0.75d * ll);
349 classWriter.index = ll;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 761 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text> := nil;}; separator="\n">
768 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text>: <ruleLabelType(referencedRule=ll.referencedRule)>;}; separator="\n">
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
minilzo-inl.c 3467 lzo_uint ll = l; local
    [all...]

Completed in 1049 milliseconds

<<11121314151617181920>>