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

1 2 3 4

  /external/v8/src/
code.h 36 // either registers or immediate values. Used to make sure that the
43 explicit ParameterCount(int immediate)
44 : reg_(no_reg), immediate_(immediate) { }
53 int immediate() const { function in class:v8::internal::BASE_EMBEDDED
  /frameworks/base/media/libeffects/testlibs/
AudioPeakingFilter.h 93 // enabled again. Does not introduce artifacts, unless immediate is set.
94 // immediate Whether to apply change abruptly (ignored if filter is
96 void commit(bool immediate = false);
108 // introduce artifacts, unless immediate is set.
109 // immediate Whether to apply change abruptly.
110 void enable(bool immediate = false) { mBiquad.enable(immediate); }
113 // immediate is set.
114 // immediate Whether to apply change abruptly.
115 void disable(bool immediate = false) { mBiquad.disable(immediate);
    [all...]
AudioShelvingFilter.h 87 // enabled again. Does not introduce artifacts, unless immediate is set.
88 // immediate Whether to apply change abruptly (ignored if filter is
90 void commit(bool immediate = false);
102 // introduce artifacts, unless immediate is set.
103 // immediate Whether to apply change abruptly.
104 void enable(bool immediate = false) { mBiquad.enable(immediate); }
107 // immediate is set.
108 // immediate Whether to apply change abruptly.
109 void disable(bool immediate = false) { mBiquad.disable(immediate);
    [all...]
AudioBiquadFilter.h 33 // are called without the immediate flag set, the filter smoothly transitions
64 // If called when filter is disabled, will have no immediate effect, but the
67 // immediate If true, transitions to new coefficients smoothly, without
70 void setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate = false);
82 // immediate If true, transitions to new state smoothly, without
85 void enable(bool immediate = false);
88 // immediate If true, transitions to new state smoothly, without
91 void disable(bool immediate = false);
AudioEqualizer.h 174 // enabled again. Does not introduce artifacts, unless immediate is set.
175 // immediate Whether to apply change abruptly (ignored if filter is
177 void commit(bool immediate = false);
189 // introduce artifacts, unless immediate is set.
190 // immediate Whether to apply change abruptly.
191 void enable(bool immediate = false);
194 // immediate is set.
195 // immediate Whether to apply change abruptly.
196 void disable(bool immediate = false);
AudioEqualizer.cpp 216 void AudioEqualizer::commit(bool immediate) {
217 LOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
236 void AudioEqualizer::enable(bool immediate) {
237 LOGV("AudioEqualizer::enable(immediate=%d)", immediate);
238 mpLowShelf->enable(immediate);
    [all...]
AudioPeakingFilter.cpp 89 void AudioPeakingFilter::commit(bool immediate) {
102 mBiquad.setCoefs(coefs, immediate);
AudioShelvingFilter.cpp 91 void AudioShelvingFilter::commit(bool immediate) {
106 mBiquad.setCoefs(coefs, immediate);
AudioBiquadFilter.cpp 55 void AudioBiquadFilter::setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate) {
58 if (UNLIKELY(immediate)) {
72 void AudioBiquadFilter::enable(bool immediate) {
73 if (UNLIKELY(immediate)) {
81 void AudioBiquadFilter::disable(bool immediate) {
82 if (UNLIKELY(immediate)) {
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 36 uint32_t immediate, uint32_t& rot, uint32_t& imm)
39 imm = immediate;
58 if (((imm>>(rot<<1)) | (imm<<(32-(rot<<1)))) != immediate)
66 bool ARMAssemblerInterface::isValidImmediate(uint32_t immediate)
69 return buildImmediate(immediate, rot, imm) == 0;
72 uint32_t ARMAssemblerInterface::imm(uint32_t immediate)
75 int err = buildImmediate(immediate, rot, imm);
78 "immediate %08x cannot be encoded",
79 immediate);
82 "immediate (%08x) encoding bogus!"
    [all...]
  /external/webkit/WebCore/platform/
HostWindow.h 41 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false) = 0;
  /external/skia/src/animator/
SkAnimateActive.h 35 bool draw() { return immediate(false); }
36 bool enable() { return immediate(true); }
49 bool immediate(bool enable);
80 SkMSec fMaxTime; // greatest of all animation durations; only used by immediate mode
  /frameworks/base/core/java/android/view/
ViewParent.java 205 * @param immediate True to forbid animated or delayed scrolling,
210 boolean immediate);
  /external/bluetooth/glib/glib/
gthreadpool.h 86 /* Free the pool, immediate means, that all unprocessed items in the queue
88 * but after all threads in the pool are ready processing items. immediate
91 gboolean immediate,
  /external/v8/src/mips/
assembler-mips-inl.h 58 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
60 imm32_ = immediate;
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.h 102 const WebCore::IntRect&, bool contentChanged, bool immediate = false,
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 105 void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 105 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebCore/page/
Chrome.h 63 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 116 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 90 virtual void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 108 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /frameworks/base/include/binder/
IPCThreadState.h 58 void stopProcess(bool immediate = true);
  /external/v8/src/arm/
assembler-arm-inl.h 156 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
158 imm32_ = immediate;
assembler-thumb2-inl.h 156 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
158 imm32_ = immediate;

Completed in 415 milliseconds

1 2 3 4