Lines Matching refs:VAMappedHandleObject
261 class VirtualDevice::VAMappedHandleObject : public RefBase, public VAMappedHandle {
263 VAMappedHandleObject(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format)
265 VAMappedHandleObject(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled)
268 ~VAMappedHandleObject() {}
417 sp<VAMappedHandleObject> mappedRgbIn;
1283 composeTask->mappedRgbIn = new VAMappedHandleObject(va_dpy, rgbLayer.handle, composeTask->outWidth, composeTask->outHeight, pixel_format);