Lines Matching refs:bufferBits

86         GoldfishAddressSpaceBlock bufferBits;  in GoldfishMapper()  local
87 CRASH_IF(host_memory_allocator.hostMalloc(&bufferBits, 256), in GoldfishMapper()
90 m_physAddrToOffset = bufferBits.physAddr() - bufferBits.offset(); in GoldfishMapper()
92 host_memory_allocator.hostFree(&bufferBits); in GoldfishMapper()
269 char* const bufferBits = static_cast<char*>(cb->getBufferPtr()); in lockImpl() local
270 if (!bufferBits) { in lockImpl()
278 const Error3 e = lockHostImpl(*cb, cpuUsage, accessRegion, bufferBits); in lockImpl()
284 *pptr = bufferBits; in lockImpl()
305 char* const bufferBits = static_cast<char*>(cb->getBufferPtr()); in lockYCbCrImpl() local
306 if (!bufferBits) { in lockYCbCrImpl()
350 const Error3 e = lockHostImpl(*cb, cpuUsage, accessRegion, bufferBits); in lockYCbCrImpl()
356 pYcbcr->y = bufferBits; in lockYCbCrImpl()
357 pYcbcr->cb = bufferBits + uOffset; in lockYCbCrImpl()
358 pYcbcr->cr = bufferBits + vOffset; in lockYCbCrImpl()
369 char* const bufferBits) { in lockHostImpl() argument
406 bufferBits, bufferSize); in lockHostImpl()
416 rgb888_to_yv12(bufferBits, tmpBuf.data(), in lockHostImpl()
424 rgb888_to_yuv420p(bufferBits, tmpBuf.data(), in lockHostImpl()
441 bufferBits); in lockHostImpl()
471 char* const bufferBits = static_cast<char*>(cb->getBufferPtr()); in unlockImpl() local
472 if (!bufferBits) { in unlockImpl()
477 unlockHostImpl(*cb, bufferBits); in unlockImpl()
483 void unlockHostImpl(cb_handle_30_t& cb, char* const bufferBits) { in unlockHostImpl() argument
495 bitsToSend = bufferBits; in unlockHostImpl()
510 convertedBuf.data(), bufferBits, in unlockHostImpl()
520 rcEnc->bindDmaDirectly(bufferBits, in unlockHostImpl()