Searched refs:totalSize (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp199 int totalSize = mSize; local
206 totalSize -= mLeft->mSize;
215 totalSize -= mRight->mSize;
218 // for the tree nodes to consistent, totalSize must be 1 now
219 return totalSize == 1;
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp199 int totalSize = mSize; local
206 totalSize -= mLeft->mSize;
215 totalSize -= mRight->mSize;
218 // for the tree nodes to consistent, totalSize must be 1 now
219 return totalSize == 1;
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c435 size_t totalSize = 0; local
448 totalSize = p_src_buf->buf_size;
457 LOGD("yOffset = %d, cbcrOffset = (%d %d), totalSize = %zd,"
462 totalSize,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp6636 ssize_t totalSize = (mSize * mCount + 4095) & (~4095); local
6640 if (mUaddr || !totalSize) {
6644 totalSize,
6648 DEBUG_PRINT_ERROR("Failed to alloc extradata memory: %zd", totalSize);
6652 mUaddr = (char *)mmap(NULL, totalSize,
6823 ssize_t totalSize = (mCount * mSize + 4095) & (~4095); local
6825 munmap((void *)mUaddr, totalSize);

Completed in 1855 milliseconds