HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 101 - 125 of 769) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skqp/include/effects/
Sk1DPathEffect.h 55 @param phase distance (mod advance) along path for its initial position
59 static sk_sp<SkPathEffect> Make(const SkPath& path, SkScalar advance, SkScalar phase, Style);
68 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
78 SkScalar fInitialOffset; // computed from phase
  /frameworks/native/services/surfaceflinger/
DispSync.h 37 // display and uses that model to execute period callbacks at specific phase
106 // given phase offset from the hardware vsync events. The callback is
109 status_t addEventListener(const char* name, nsecs_t phase, Callback* callback);
116 // changePhaseOffset changes the phase offset of an already-registered event callback. The
119 status_t changePhaseOffset(Callback* callback, nsecs_t phase);
147 // mPhase is the phase offset of the modeled vsync events. It is the
DispSync.cpp 45 // vsync event model or phase issues.
48 // Setting this to true adds a zero-phase tracer for correlating with hardware
73 void updateModel(nsecs_t period, nsecs_t phase, nsecs_t referenceTime) {
77 mPhase = phase;
171 status_t addEventListener(const char* name, nsecs_t phase, DispSync::Callback* callback) {
183 listener.mPhase = phase;
212 status_t changePhaseOffset(DispSync::Callback* callback, nsecs_t phase) {
220 listener.mPhase = phase;
225 listener.mLastEventTime -= (oldPhase - phase);
308 nsecs_t phase = mPhase + listener.mPhase local
653 nsecs_t phase = mReferenceTime + mPhase; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningService.java 50 public void onBootPhase(int phase) {
51 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) {
  /prebuilts/go/darwin-x86/src/math/cmplx/
phase.go 9 // Phase returns the phase (also called the argument) of x.
11 func Phase(x complex128) float64 { return math.Atan2(imag(x), real(x)) }
  /prebuilts/go/linux-x86/src/math/cmplx/
phase.go 9 // Phase returns the phase (also called the argument) of x.
11 func Phase(x complex128) float64 { return math.Atan2(imag(x), real(x)) }
  /external/walt/ios/WALT/
TapLatencyController.m 30 - (void)computeStatisticsForPhase:(UITouchPhase)phase;
99 if (touch.phase == UITouchPhaseBegan) {
131 if (touch.phase == UITouchPhaseBegan) {
166 - (void)computeStatisticsForPhase:(UITouchPhase)phase {
171 if (touch.phase != phase) {
182 NSString *actionString = (phase == UITouchPhaseBegan ? @"ACTION_DOWN" : @"ACTION_UP");
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_bstream.c 147 uint32_t *phase, /* Phase for emulation */
160 if((cur_byte == 0x3) &&(*phase == 2))
161 {/* skip emulation byte. we update the phase only if emulation prevention is enabled */
162 *phase = 0;
168 We only update phase for first byte if bit offset is 0. If its not 0 then it was already accounted for in the past.
169 From second byte onwards we always look to update phase.
175 /* Update phase only if emulation prevention is required */
176 *phase +=( ((*phase < 2) && emul_reqd ) ? 1: 0 )
423 uint32_t act_bytes, phase; local
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50SetBoardId/
firmware_Cr50SetBoardId.py 44 SUCCESS = ["Successfully updated board ID to 'BID' with phase 'PHASE'.",
46 ERROR_UNKNOWN_PHASE = ['Unknown phase (PHASE)', 1]
91 def run_script(self, expected_result, phase, board_id=''):
92 """Run the bid script with the given phase and board id
96 phase: The phase string.
108 # Run the script with the phase and board id
109 cmd = '%s %s %s' % (self.BID_SCRIPT, phase, board_id
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcess.h 173 * ProcessL() calls ProcessBase() with TFUNC = InterpNull, for fixed/locked phase.
174 * Process() calls ProcessBase() with TFUNC = InterpCompute, for interpolated phase.
264 * with filter phase interpolation.
271 * @param coefsP is one phase of the polyphase filter bank of size halfNumCoefs, corresponding
274 * @param coefsN is one phase of the polyphase filter bank of size halfNumCoefs, corresponding
277 * @param coefsP1 is the next phase of coefsP (used for interpolation).
279 * @param coefsN1 is the next phase of coefsN (used for interpolation).
320 * @param phase is the fractional distance between input frames for interpolation:
321 * phase >= 0 && phase < phaseWrapLimit. It can be thought of as a rational fractio
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldexp.c 333 if (expld.phase != lang_first_phase_enum)
361 if (expld.phase != lang_first_phase_enum)
371 if (expld.phase == lang_first_phase_enum
376 else if (expld.dataseg.phase == exp_dataseg_align_seen
377 || expld.dataseg.phase == exp_dataseg_relro_seen)
379 expld.dataseg.phase = exp_dataseg_end_seen;
382 else if (expld.dataseg.phase == exp_dataseg_done
383 || expld.dataseg.phase == exp_dataseg_adjust
384 || expld.dataseg.phase == exp_dataseg_relro_adjust)
516 else if (expld.phase != lang_mark_phase_enum
    [all...]
  /external/libjpeg-turbo/simd/
jfdctfst-sse2-64.asm 106 movdqa xmm4,xmm0 ; transpose coefficients(phase 1)
109 movdqa xmm5,xmm2 ; transpose coefficients(phase 1)
124 movdqa xmm2,xmm6 ; transpose coefficients(phase 1)
127 movdqa xmm5,xmm1 ; transpose coefficients(phase 1)
131 movdqa xmm7,xmm6 ; transpose coefficients(phase 2)
134 movdqa xmm3,xmm2 ; transpose coefficients(phase 2)
143 movdqa xmm7,xmm0 ; transpose coefficients(phase 2)
146 movdqa xmm2,xmm4 ; transpose coefficients(phase 2)
150 movdqa xmm1,xmm0 ; transpose coefficients(phase 3)
153 movdqa xmm5,xmm2 ; transpose coefficients(phase 3
    [all...]
jfdctfst-sse2.asm 112 movdqa xmm4,xmm0 ; transpose coefficients(phase 1)
115 movdqa xmm5,xmm2 ; transpose coefficients(phase 1)
130 movdqa xmm2,xmm6 ; transpose coefficients(phase 1)
133 movdqa xmm5,xmm1 ; transpose coefficients(phase 1)
137 movdqa xmm7,xmm6 ; transpose coefficients(phase 2)
140 movdqa xmm3,xmm2 ; transpose coefficients(phase 2)
149 movdqa xmm7,xmm0 ; transpose coefficients(phase 2)
152 movdqa xmm2,xmm4 ; transpose coefficients(phase 2)
156 movdqa xmm1,xmm0 ; transpose coefficients(phase 3)
159 movdqa xmm5,xmm2 ; transpose coefficients(phase 3
    [all...]
  /external/skia/src/gpu/
GrTestUtils.h 70 static sk_sp<SkPathEffect> Make(const SkScalar* intervals, int count, SkScalar phase) {
71 return sk_sp<SkPathEffect>(new TestDashPathEffect(intervals, count, phase));
80 TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase);
  /external/skqp/src/gpu/
GrTestUtils.h 70 static sk_sp<SkPathEffect> Make(const SkScalar* intervals, int count, SkScalar phase) {
71 return sk_sp<SkPathEffect>(new TestDashPathEffect(intervals, count, phase));
80 TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase);
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 354 uint32_t left = 0, data = 0, phase = 0; local
357 /* Meaning of phase:
367 phase = 0;
370 while ((left > 0) && (phase < 3)) {
371 // Check if the address is 32-bit aligned & phase=0, if thats the case we can check 4 bytes instead of one byte at a time.
372 if (((((uint32_t)ptr) & 0x3) == 0) && (phase == 0)) {
390 // At this point either data is not on a 32-bit boundary or phase > 0 so we look at one byte at a time
393 phase++;
394 if (phase > 2) {
396 phase = 2
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 357 uint32_t left = 0, data = 0, phase = 0; local
360 /* Meaning of phase:
370 phase = 0;
373 while ((left > 0) && (phase < 3)) {
374 // Check if the address is 32-bit aligned & phase=0, if thats the case we can check 4 bytes instead of one byte at a time.
375 if (((((uint32_t)ptr) & 0x3) == 0) && (phase == 0)) {
393 // At this point either data is not on a 32-bit boundary or phase > 0 so we look at one byte at a time
396 phase++;
397 if (phase > 2) {
399 phase = 2
    [all...]
  /bionic/libc/kernel/uapi/rdma/
bnxt_re-abi.h 43 __u32 phase; member in struct:bnxt_re_cq_resp
  /external/kernel-headers/original/uapi/rdma/
bnxt_re-abi.h 70 __u32 phase; member in struct:bnxt_re_cq_resp
  /external/skia/samplecode/
SamplePathEffects.cpp 29 static sk_sp<SkPathEffect> make_pe(int flags, SkScalar phase) {
41 auto outer = SkPath1DPathEffect::Make(path, 12, phase, SkPath1DPathEffect::kRotate_Style);
51 static sk_sp<SkPathEffect> make_warp_pe(SkScalar phase) {
61 path, 12, phase, SkPath1DPathEffect::kMorph_Style);
  /external/skia/src/effects/
SkDashImpl.h 15 SkDashImpl(const SkScalar intervals[], int count, SkScalar phase);
39 // computed from phase
  /external/skia/src/utils/
SkEventTracer.cpp 16 addTraceEvent(char phase,
  /external/skia/tools/trace/
SkChromeTracingTracer.h 27 SkEventTracer::Handle addTraceEvent(char phase,
  /external/skqp/samplecode/
SamplePathEffects.cpp 29 static sk_sp<SkPathEffect> make_pe(int flags, SkScalar phase) {
41 auto outer = SkPath1DPathEffect::Make(path, 12, phase, SkPath1DPathEffect::kRotate_Style);
51 static sk_sp<SkPathEffect> make_warp_pe(SkScalar phase) {
61 path, 12, phase, SkPath1DPathEffect::kMorph_Style);
  /external/skqp/src/effects/
SkDashImpl.h 15 SkDashImpl(const SkScalar intervals[], int count, SkScalar phase);
39 // computed from phase

Completed in 888 milliseconds

1 2 3 45 6 7 8 91011>>