Searched refs:VAMappedHandleObject (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | VirtualDevice.h | 42 class VAMappedHandleObject; variable 137 android::KeyedVector<buffer_handle_t, android::sp<VAMappedHandleObject> > mVaMapCache;
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 261 class VirtualDevice::VAMappedHandleObject : public RefBase, public VAMappedHandle { class in android::intel::VirtualDevice 263 …VAMappedHandleObject(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsi… in VAMappedHandleObject() function in android::intel::VirtualDevice::VAMappedHandleObject 265 …VAMappedHandleObject(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, boo… in VAMappedHandleObject() function in android::intel::VirtualDevice::VAMappedHandleObject 268 ~VAMappedHandleObject() {} in ~VAMappedHandleObject() 417 sp<VAMappedHandleObject> mappedRgbIn; 1245 …composeTask->mappedRgbIn = new VAMappedHandleObject(va_dpy, rgbLayer.handle, composeTask->outWidth… in queueCompose()
|