Searched refs:getCnt (Results 1 – 13 of 13) sorted by relevance
81 uint32_t QCamera3StreamMem::getCnt() in getCnt() function in qcamera::QCamera3StreamMem85 return (mHeapMem.getCnt() + mGrallocMem.getCnt()); in getCnt()103 for (uint32_t i = 0; i < mHeapMem.getCnt(); i ++) { in getRegFlags()107 for (uint32_t i = 0; i < mGrallocMem.getCnt(); i++) { in getRegFlags()462 if (mHeapMem.getCnt()){ in getOldestFrameNumber()467 if (mGrallocMem.getCnt()) { in getOldestFrameNumber()
52 uint32_t getCnt();
66 uint32_t getCnt();
817 if (0 < mOfflineMetaMemory.getCnt()) { in ~QCamera3ProcessingChannel()820 if (0 < mOfflineMemory.getCnt()) { in ~QCamera3ProcessingChannel()1224 if ((uint32_t)mMemory.getCnt() > (mNumBufs - 1)) { in registerBuffer()1481 for (uint32_t i = 0; i < mOfflineMetaMemory.getCnt(); i++) { in putStreamBufs()2296 for (uint32_t i = 0; i < mMemory->getCnt(); i++) { in getStreamBufs()2315 for (uint32_t i = 0; i < mMemory->getCnt(); i++) { in putStreamBufs()3716 if (0 < mOfflineMetaMemory.getCnt()) { in flush()3719 if (0 < mOfflineMemory.getCnt()) { in flush()4092 uint32_t count = mYuvMemory->getCnt(); in putStreamBufs()4508 if ((uint32_t)mGrallocMemory.getCnt() > (mNumBuffers - 1)) { in registerBuffer()
1405 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs()1486 for (size_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs()1516 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in putBatchBufs()
205 uint32_t QCamera3Memory::getCnt() in getCnt() function in qcamera::QCamera3Memory
473 encode_parm.num_src_bufs = MIN(pStreamMem->getCnt(), MM_JPEG_MAX_BUF); in getJpegEncodeConfig()503 encode_parm.num_tmb_bufs = MIN(pStreamMem->getCnt(), MM_JPEG_MAX_BUF); in getJpegEncodeConfig()
105 uint8_t getCnt() const;
590 cnt = Buf->getCnt(); in unMapBuf()636 for (i = 0; i < Buf->getCnt(); i++) { in mapBufs()2089 for (uint8_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in releaseBatchBufs()
620 encode_parm.num_src_bufs = pStreamMem->getCnt(); in getJpegEncodingConfig()685 encode_parm.num_tmb_bufs = pStreamMem->getCnt(); in getJpegEncodingConfig()686 for (uint32_t i = 0; i < pStreamMem->getCnt(); i++) { in getJpegEncodingConfig()997 uint32_t num_bufs = mOfflineDataBufs->getCnt(); in getOfflinePPInputBuffer()
203 uint8_t QCameraMemory::getCnt() const in getCnt() function in qcamera::QCameraMemory
3106 int32_t numAdditionalBuffers = bufferCnt - mem->getCnt(); in allocateStreamBuf()3114 bufferCnt = mem->getCnt(); in allocateStreamBuf()3199 bufferCnt = mem->getCnt(); in allocateStreamBuf()3228 bufferCnt = mem_obj->getCnt(); in allocateMoreStreamBuf()
905 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) { in preview_stream_cb_routine()