OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plane_
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/jni/
jpegutil.h
131
Plane
plane_
;
member in class:jpegutil::RowIterator
175
:
plane_
(plane), transform_(transform) {
188
if (
plane_
.width == 0 ||
plane_
.height == 0) {
198
output_width = min(output_width,
plane_
.width);
213
startX = min(startX,
plane_
.width - 1);
214
startY = min(startY,
plane_
.height - 1);
215
endX = min(endX,
plane_
.width - 1);
216
endY = min(endY,
plane_
.height - 1);
223
// stride relating the values to be gathered from
plane_
into bu
[
all
...]
/external/drm_hwcomposer/
drmdisplaycomposition.h
63
: type_(type),
plane_
(plane), crtc_(crtc) {
68
plane_
(plane),
78
return
plane_
;
81
plane_
= plane;
98
DrmPlane *
plane_
= NULL;
member in class:android::DrmCompositionPlane
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
WordComposerTests.java
38
// http://en.wikipedia.org/wiki/
Plane_
(Unicode)#Basic_Multilingual_Plane
Completed in 98 milliseconds