HomeSort by relevance Sort by last modified time
    Searched full:last_sample (Results 1 - 10 of 10) sorted by null

  /external/speex/libspeex/
resample.c 134 spx_int32_t *last_sample; member in struct:SpeexResamplerState_
336 int last_sample = st->last_sample[channel_index]; local
345 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len))
348 const spx_word16_t *iptr = & in[last_sample];
366 last_sample += int_advance;
371 last_sample++;
375 st->last_sample[channel_index] = last_sample;
387 int last_sample = st->last_sample[channel_index] local
436 int last_sample = st->last_sample[channel_index]; local
499 int last_sample = st->last_sample[channel_index]; local
    [all...]
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 395 struct TripleAxisDataPoint *last_sample; local
415 last_sample = &mTask.last_filtered_sample;
425 x = alpha * (x - last_sample->x) + last_sample->x;
426 y = alpha * (y - last_sample->y) + last_sample->y;
427 z = alpha * (z - last_sample->z) + last_sample->z;
  /frameworks/base/core/proto/android/server/
wirelesschargerdetector.proto 54 optional VectorProto last_sample = 10;
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 123 struct TripleAxisDataPoint last_sample[NUM_OF_RAW_SENSOR]; member in struct:FusionTask
216 curr_sample = &mTask.last_sample[index];
277 mTask.last_sample[index] = *curr_sample;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 109 unsigned first_sample, unsigned last_sample)
145 for (sample = first_sample; sample <= last_sample; sample++) {
162 first_sample == 0 && last_sample >= u_max_sample(&src->resource.b.b))
178 unsigned first_sample, unsigned last_sample)
195 first_layer, last_layer, first_sample, last_sample);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 111 unsigned first_sample, unsigned last_sample)
157 for (sample = first_sample; sample <= last_sample; sample++) {
190 first_sample == 0 && last_sample == max_sample) {
  /frameworks/base/services/core/java/com/android/server/power/
WirelessChargerDetector.java 199 proto.start(WirelessChargerDetectorProto.LAST_SAMPLE);
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 654 unsigned first_sample, unsigned last_sample);
    [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skqp/platform_tools/android/bin/linux/
perfhost 

Completed in 801 milliseconds