Searched refs:getCnt (Results 1 – 13 of 13) sorted by relevance
82 uint32_t QCamera3StreamMem::getCnt() in getCnt() function in qcamera::QCamera3StreamMem86 return (mHeapMem.getCnt() + mGrallocMem.getCnt()); in getCnt()104 for (uint32_t i = 0; i < mHeapMem.getCnt(); i ++) in getRegFlags()
52 uint32_t getCnt();
66 uint32_t getCnt();
1195 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs()1268 for (size_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs()1298 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in putBatchBufs()
760 if (0 < mOfflineMetaMemory.getCnt()) { in ~QCamera3ProcessingChannel()763 if (0 < mOfflineMemory.getCnt()) { in ~QCamera3ProcessingChannel()1024 if ((uint32_t)mMemory.getCnt() > (mNumBufs - 1)) { in registerBuffer()1229 for (uint32_t i = 0; i < mOfflineMetaMemory.getCnt(); i++) { in putStreamBufs()3181 if (0 < mOfflineMetaMemory.getCnt()) { in flush()3184 if (0 < mOfflineMemory.getCnt()) { in flush()3687 if ((uint32_t)mGrallocMemory.getCnt() > (mNumBuffers - 1)) { in registerBuffer()
203 uint32_t QCamera3Memory::getCnt() in getCnt() function in qcamera::QCamera3Memory
465 encode_parm.num_src_bufs = MIN(pStreamMem->getCnt(), MM_JPEG_MAX_BUF); in getJpegEncodeConfig()495 encode_parm.num_tmb_bufs = MIN(pStreamMem->getCnt(), MM_JPEG_MAX_BUF); in getJpegEncodeConfig()
80 uint8_t getCnt() const;
543 cnt = Buf->getCnt(); in unMapBuf()588 for (i = 0; i < Buf->getCnt(); i++) { in mapBufs()1958 for (uint8_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in releaseBatchBufs()
556 encode_parm.num_src_bufs = pStreamMem->getCnt(); in getJpegEncodingConfig()599 encode_parm.num_tmb_bufs = pStreamMem->getCnt(); in getJpegEncodingConfig()600 for (uint32_t i = 0; i < pStreamMem->getCnt(); i++) { in getJpegEncodingConfig()851 uint32_t num_bufs = mOfflineDataBufs->getCnt(); in getOfflinePPInputBuffer()
195 uint8_t QCameraMemory::getCnt() const in getCnt() function in qcamera::QCameraMemory
2745 int32_t numAdditionalBuffers = bufferCnt - mem->getCnt(); in allocateStreamBuf()2753 bufferCnt = mem->getCnt(); in allocateStreamBuf()2838 bufferCnt = mem->getCnt(); in allocateStreamBuf()2867 bufferCnt = mem_obj->getCnt(); in allocateMoreStreamBuf()
875 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) { in preview_stream_cb_routine()