Home
last modified time | relevance | path

Searched refs:CreateDumbObject (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddrm_device.h57 std::unique_ptr<DrmDumbObject> CreateDumbObject(unsigned int width, unsigned int height,
H A Ddrm_device.cpp92 std::unique_ptr<DrmDumbObject> DrmDevice::CreateDumbObject( in CreateDumbObject() function in XCam::DrmDevice
H A Ddrm_buffer.cpp135 auto bo = drm_device_->CreateDumbObject(buffer_info.aligned_width, buffer_info.aligned_height, in allocate_data()