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

  /external/libopus/silk/
resampler_structs.h 46 opus_int batchSize;
resampler_private_IIR_FIR.c 78 ALLOC( buf, 2 * S->batchSize + RESAMPLER_ORDER_FIR_12, opus_int16 );
86 nSamplesIn = silk_min( inLen, S->batchSize );
resampler_private_down_FIR.c 159 ALLOC( buf, S->batchSize + S->FIR_Order, opus_int32 );
169 nSamplesIn = silk_min( inLen, S->batchSize );
resampler.c 111 S->batchSize = S->Fs_in_kHz * RESAMPLER_MAX_BATCH_SIZE_MS;
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
http_util.go 529 batchSize int
536 func newBufWriter(conn net.Conn, batchSize int) *bufWriter {
538 buf: make([]byte, batchSize*2),
539 batchSize: batchSize,
553 if w.offset >= w.batchSize {
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 356 * @batchSize : Number of image buffers in a batch.
373 uint32_t batchSize,
382 LOGD("batch size is %d", batchSize);
449 } else if (batchSize) {
450 if (batchSize > MAX_BATCH_SIZE) {
451 LOGE("batchSize:%d is very large", batchSize);
456 mNumBatchBufs = MAX_INFLIGHT_HFR_REQUESTS / batchSize;
458 mStreamInfo->user_buf_info.frame_buf_cnt = batchSize;
465 LOGD("batch size is %d", batchSize);
    [all...]
QCamera3Stream.h 72 uint32_t batchSize,
QCamera3Channel.h 146 uint32_t batchSize = 0);
297 virtual int32_t setBatchSize(uint32_t batchSize);
QCamera3Channel.cpp 167 uint32_t batchSize)
190 LOGD("batch size is %d", batchSize);
193 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
279 * @batchSize : Number of image buffers in a batch
285 int32_t QCamera3Channel::setBatchSize(uint32_t batchSize)
287 LOGD("Dummy method. batchSize: %d unused ", batchSize);
    [all...]
QCamera3HWI.cpp     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp     [all...]
  /external/swiftshader/src/Device/
Renderer.cpp 63 static const int batchSize = 128;
253 int batch = batchSize / ms;
309 draw->batchSize = batch;
711 int batch = draw->batchSize;
    [all...]
Renderer.hpp 441 AtomicInt batchSize;
  /external/swiftshader/src/Renderer/
Renderer.cpp 64 static const int batchSize = 128;
284 int batch = batchSize / ms;
356 draw->batchSize = batch;
838 int batch = draw->batchSize;
    [all...]
Renderer.hpp 474 AtomicInt batchSize;
  /external/deqp/scripts/android/
build_apk.py 616 batchSize = min(len(workQueue), maxBatchSize)
617 items = workQueue[0:batchSize]
625 del workQueue[0:batchSize]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
hibernate-annotations.jar 

Completed in 774 milliseconds