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

1 2

  /external/mesa3d/src/gallium/auxiliary/hud/
hud_driver_query.c 57 hud_batch_query_update(struct hud_batch_query_context *bq)
61 if (!bq || bq->failed)
64 pipe = bq->pipe;
66 if (bq->query[bq->head])
67 pipe->end_query(pipe, bq->query[bq->head]);
69 bq->results = 0;
71 while (bq->pending)
140 struct hud_batch_query_context *bq = *pbq; local
178 struct hud_batch_query_context *bq = *pbq; local
218 struct hud_batch_query_context *bq = info->batch; local
    [all...]
hud_private.h 107 void hud_batch_query_begin(struct hud_batch_query_context *bq);
108 void hud_batch_query_update(struct hud_batch_query_context *bq);
  /device/google/dragon/audio/hal/dsp/
biquad.c 30 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2,
34 bq->b0 = b0 * a0_inv;
35 bq->b1 = b1 * a0_inv;
36 bq->b2 = b2 * a0_inv;
37 bq->a1 = a1 * a0_inv;
38 bq->a2 = a2 * a0_inv;
41 static void biquad_lowpass(struct biquad *bq, double cutoff, double resonance)
48 set_coefficient(bq, 1, 0, 0, 1, 0, 0);
67 set_coefficient(bq, b0, b1, b2, 1, a1, a2);
72 set_coefficient(bq, 0, 0, 0, 1, 0, 0)
    [all...]
biquad.h 43 * bq - The biquad filter we want to set.
50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
eq2.c 52 static inline void eq2_process_one(struct biquad (*bq)[2],
55 struct biquad *qL = &bq[0][0];
56 struct biquad *qR = &bq[0][1];
115 static inline void eq2_process_two_neon(struct biquad (*bq)[2],
118 struct biquad *qL = &bq[0][0];
119 struct biquad *rL = &bq[1][0];
120 struct biquad *qR = &bq[0][1];
121 struct biquad *rR = &bq[1][1];
208 static inline void eq2_process_two_sse3(struct biquad (*bq)[2],
211 struct biquad *qL = &bq[0][0]
    [all...]
  /frameworks/native/libs/gui/include/gui/
CpuConsumer.h 94 CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
GLConsumer.h 85 GLConsumer(const sp<IGraphicBufferConsumer>& bq,
89 GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texureTarget,
  /external/walt/android/WALT/app/src/main/jni/
player.c 105 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, __attribute__((unused)) void *context)
107 if (bq == NULL) {
110 assert(bq == bqPlayerBufferQueue);
351 void bqRecorderCallback(__attribute__((unused)) SLAndroidSimpleBufferQueueItf bq,
355 assert(bq == recorderBufferQueue);
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 898 if bq := f.rd; bq != nil {
899 bq.Lock()
900 if timer := bq.rtimer; timer != nil {
901 timer.reset(&bq.queue, t)
903 bq.Unlock()
918 if bq := f.wr; bq != nil {
919 bq.Lock()
920 if timer := bq.wtimer; timer != nil
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 898 if bq := f.rd; bq != nil {
899 bq.Lock()
900 if timer := bq.rtimer; timer != nil {
901 timer.reset(&bq.queue, t)
903 bq.Unlock()
918 if bq := f.wr; bq != nil {
919 bq.Lock()
920 if timer := bq.wtimer; timer != nil
    [all...]
  /frameworks/base/media/tests/NativeMidiDemo/jni/
nativemidi-jni.cpp 85 static void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void */*context*/)
121 (*bq)->Enqueue(bq, playBuffer, usedBufferSize);
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 80 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context) {
81 (void)bq;
  /frameworks/native/libs/gui/
CpuConsumer.cpp 34 CpuConsumer::CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
36 ConsumerBase(bq, controlledByApp),
GLConsumer.cpp 153 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex,
155 ConsumerBase(bq, isControlledByApp),
182 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texTarget,
184 ConsumerBase(bq, isControlledByApp),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 56 bq, br, bs, bt = b
57 return (aq * bq,
59 as_ * bq + at * bs,
  /external/gemmlowp/test/
test_fixedpoint.cc 336 FixedPoint<std::int32_t, tIntegerBits_b> bq; local
338 bq.raw() = b;
339 test_mul(aq, bq);
  /external/python/cpython2/Tools/ccbench/
ccbench.py 56 bq, br, bs, bt = b
57 return (aq * bq,
59 as_ * bq + at * bs,
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghashv8-armx.pl 377 s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo; # old->new registers
426 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
ghash-armv4.pl 548 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /prebuilts/go/darwin-x86/src/time/
time_test.go 243 bq = new(big.Int)
268 bq.DivMod(bt, bd, br)
287 if r > int64(d)/2 || r+r == int64(d) /*&& bq.Bit(0) == 1*/ {
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 243 bq = new(big.Int)
268 bq.DivMod(bt, bd, br)
287 if r > int64(d)/2 || r+r == int64(d) /*&& bq.Bit(0) == 1*/ {
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv4-mont.pl 752 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/ge or
  /prebuilts/go/darwin-x86/src/net/http/
request_test.go 43 if bq, found := req.PostForm["q"]; found {
44 t.Errorf(`req.PostForm["q"] = %q, want no entry in map`, bq)
  /prebuilts/go/linux-x86/src/net/http/
request_test.go 43 if bq, found := req.PostForm["q"]; found {
44 t.Errorf(`req.PostForm["q"] = %q, want no entry in map`, bq)

Completed in 920 milliseconds

1 2