OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_plane
(Results
1 - 3
of
3
) sorted by null
/external/libkmsxx/kms++/src/
card.cpp
177
Plane* Card::
get_plane
(uint32_t id) const { return dynamic_cast<Plane*>(get_object(id)); }
function in class:kms::Card
/external/libxcam/xcore/
drm_display.cpp
237
DrmDisplay::
get_plane
()
function in class:XCam::DrmDisplay
314
ret =
get_plane
();
/external/libaom/libaom/examples/
inspect.c
836
unsigned char *
get_plane
(int plane) { return img->planes[plane]; }
function
Completed in 119 milliseconds