HomeSort by relevance Sort by last modified time
    Searched refs:dBuf (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 98 ttmGetPool(struct _TTMBuffer *dBuf)
100 return containerOf(dBuf->buf.pool, struct _TTMPool, pool);
113 struct _TTMBuffer *dBuf = (struct _TTMBuffer *)
114 calloc(1, sizeof(*dBuf));
120 if (!dBuf)
126 ret = wsbmBufStorageInit(&dBuf->buf, pool);
130 ret = WSBM_COND_INIT(&dBuf->event);
144 dBuf->requestedSize = size;
145 dBuf->kBuf.gpuOffset = arg.rep.gpu_offset;
146 dBuf->mapHandle = arg.rep.map_handle
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 68 float dBuf[PART_LEN2]; // nearend
aec_core.c 510 memset(aec->dBuf, 0, sizeof(aec->dBuf));
853 memcpy(aec->dBuf + PART_LEN, nearend_ptr, sizeof(nearend));
872 memcpy(fft, aec->dBuf, sizeof(float) * PART_LEN2);
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 81 float dBuf[PART_LEN2]; // nearend
aec_core.c 457 memset(aec->dBuf, 0, sizeof(aec->dBuf));
681 memcpy(aec->dBuf + PART_LEN, d, sizeof(float) * PART_LEN);
698 memcpy(fft, aec->dBuf, sizeof(float) * PART_LEN2);
929 fft[i] = aec->dBuf[i] * sqrtHanning[i];
930 fft[PART_LEN + i] = aec->dBuf[PART_LEN + i] * sqrtHanning[PART_LEN - i];
    [all...]

Completed in 489 milliseconds