Searched refs:crosHandle (Results 1 – 6 of 6) sorted by relevance
137 cros_gralloc_handle_t crosHandle = cros_gralloc_convert_handle(bufferHandle); in validateBufferSize() local138 if (!crosHandle) { in validateBufferSize()143 PixelFormat crosHandleFormat = static_cast<PixelFormat>(crosHandle->droid_format); in validateBufferSize()149 if (descriptor.width != crosHandle->width) { in validateBufferSize()151 crosHandle->width); in validateBufferSize()155 if (descriptor.height != crosHandle->height) { in validateBufferSize()157 crosHandle->height); in validateBufferSize()161 if (stride != crosHandle->pixel_stride) { in validateBufferSize()163 crosHandle->pixel_stride); in validateBufferSize()204 cros_gralloc_handle_t crosHandle = cros_gralloc_convert_handle(bufferHandle); in lock() local[all …]
71 cros_gralloc_handle_t crosHandle = cros_gralloc_convert_handle(handle); in allocate() local72 if (!crosHandle) { in allocate()77 *outStride = crosHandle->pixel_stride; in allocate()
57 LockResult lockInternal(cros_gralloc_handle_t crosHandle, uint64_t cpuUsage,
192 cros_gralloc_handle_t crosHandle = cros_gralloc_convert_handle(bufferHandle); in validateBufferSize() local193 if (!crosHandle) { in validateBufferSize()198 PixelFormat crosHandleFormat = static_cast<PixelFormat>(crosHandle->droid_format); in validateBufferSize()204 if (descriptor.width != crosHandle->width) { in validateBufferSize()206 crosHandle->width); in validateBufferSize()210 if (descriptor.height != crosHandle->height) { in validateBufferSize()212 crosHandle->height); in validateBufferSize()216 if (stride != crosHandle->pixel_stride) { in validateBufferSize()218 crosHandle->pixel_stride); in validateBufferSize()273 cros_gralloc_handle_t crosHandle = cros_gralloc_convert_handle(bufferHandle); in lock() local[all …]
70 cros_gralloc_handle_t crosHandle = cros_gralloc_convert_handle(handle); in allocate() local71 if (!crosHandle) { in allocate()76 *outStride = crosHandle->pixel_stride; in allocate()
69 android::hardware::Return<void> get(cros_gralloc_handle_t crosHandle,72 android::hardware::Return<void> dumpBuffer(cros_gralloc_handle_t crosHandle,