HomeSort by relevance Sort by last modified time
    Searched defs:dBuf (Results 1 - 3 of 3) 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 66 float dBuf[PART_LEN2]; // nearend
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 81 float dBuf[PART_LEN2]; // nearend

Completed in 880 milliseconds