Searched refs:lockedHeight (Results 1 – 2 of 2) sorted by relevance
51 lockedHeight(0), in cb_handle_t()109 int lockedHeight; member
709 cb->lockedHeight = h; in gralloc_lock()735 if (cb->lockedWidth > 0 && cb->lockedHeight > 0 && cb->hostHandle) { in gralloc_unlock()748 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) { in gralloc_unlock()750 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp]; in gralloc_unlock()756 for (int y=0; y<cb->lockedHeight; y++) { in gralloc_unlock()764 cb->lockedWidth, cb->lockedHeight, in gralloc_unlock()778 cb->lockedWidth = cb->lockedHeight = 0; in gralloc_unlock()876 cb->lockedHeight = h; in gralloc_lock_ycbcr()