OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:surface_ctr
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/common/libva/test/common/
va_display_android.cpp
37
static sp<SurfaceControl>
surface_ctr
= NULL;
variable
55
surface_ctr
= client->createSurface(
61
surface_ctr
->setLayer(0x7FFFFFFF);
62
surface_ctr
->show();
66
surface_ctr
->setPosition(x, y);
70
surface_ctr
->setSize(width, height);
73
anw =
surface_ctr
->getSurface();
Completed in 81 milliseconds