Lines Matching refs:bufSz
58 uint32_t bufSz, bool isSecure);
76 uint32_t bufSz() const;
121 uint32_t bufSz, bool isSecure)
126 OVASSERT(numbufs && bufSz, "numbufs=%d bufSz=%d", numbufs, bufSz);
127 mBufSz = bufSz;
132 mBufSzAligned = utils::align(bufSz, SIZE_1M);
135 mBufSzAligned = bufSz;
202 inline uint32_t OvMem::bufSz() const
215 ALOGE("fd=%d addr=%p type=%d bufsz=%u AlignedBufSz=%u",