Searched refs:mBatchSize (Results 1 – 7 of 7) sorted by relevance
97 if (stream->mBatchSize) { in get_bufs()130 if (stream->mBatchSize) { in put_bufs()162 if (stream->mBatchSize) { in invalidate_buf()202 if (stream->mBatchSize) { in clean_invalidate_buf()253 mBatchSize(0), in QCamera3Stream()431 mBatchSize = batchSize; in init()468 if (mBatchSize) in start()679 if (UNLIKELY(mBatchSize)) { in bufDone()1127 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()1343 batchBufDef.user_buf.num_buffers = mBatchSize; in getBatchBufDef()[all …]
123 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch variable
450 uint8_t mBatchSize; variable
1652 mBatchSize(0), in QCamera3RegularChannel()1749 LOGD("batch size is %d", mBatchSize); in initialize()1757 mBatchSize); in initialize()1778 mBatchSize = batchSize; in setBatchSize()1779 LOGD("Batch size set: %d", mBatchSize); in setBatchSize()
293 uint32_t mBatchSize; variable
236 mBatchSize = 0; in venc_dev()437 if (omx->handle->mBatchSize) { in async_venc_message_thread()1482 if (metadatamode && mBatchSize) { in venc_get_buf_req()1539 if (mBatchSize) { in venc_get_buf_req()1543 bufreq.count = MAX(*actual_buff_count, mBatchSize) + mBatchSize; in venc_get_buf_req()3154 *size = mBatchSize; in venc_get_batch_size()3224 if (!mBatchSize && hnd->numFds + hnd->numInts > 3) { in venc_empty_buf()3226 } else if (mBatchSize) { in venc_empty_buf()3258 if (mBatchSize) { in venc_empty_buf()3259 if ((unsigned)hnd->numFds != mBatchSize) { in venc_empty_buf()[all …]
542 unsigned int mBatchSize; variable