Searched refs:sizeToSend (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 492 uint32_t sizeToSend; in unlockHostImpl() local 498 get_yv12_offsets(width, height, nullptr, nullptr, &sizeToSend); in unlockHostImpl() 501 get_yuv420p_offsets(width, height, nullptr, nullptr, &sizeToSend); in unlockHostImpl() 514 sizeToSend = rgbSize; in unlockHostImpl() 525 const_cast<char*>(bitsToSend), sizeToSend); in unlockHostImpl()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 391 uint32_t sizeToSend; in unlock_impl() local 396 get_yv12_offsets(width, height, nullptr, nullptr, &sizeToSend); in unlock_impl() 400 get_yuv420p_offsets(width, height, nullptr, nullptr, &sizeToSend); in unlock_impl() 414 sizeToSend = rgbSize; in unlock_impl() 426 const_cast<char*>(bitsToSend), sizeToSend); in unlock_impl()
|