OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufferHeight
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.cpp
161
int width = 0, height = 0,
bufferHeight
= 0;
173
bufferHeight
= (height + 0x1f) & ~0x1f;
178
bufferHeight
= payload->height;
190
bufferHeight
>>= 1;
200
vaSurfaceAttrib->size = (stride *
bufferHeight
* 3) / 2;
202
vaSurfaceAttrib->chroma_v_offset = stride *
bufferHeight
;
210
int khandle = createWsbmBuffer(stride,
bufferHeight
, &mDrmBuf[mTargetIndex]);
243
ELOGTRACE("Attributes: target: %d, width: %d, height %d,
bufferHeight
%d, tiling %d",
244
isTarget, width, height,
bufferHeight
, payload->tiling);
/frameworks/native/libs/gui/
GLConsumer.cpp
789
float
bufferHeight
= buf->getHeight();
824
if (cropRect.height() <
bufferHeight
) {
825
ty = (float(
bufferHeight
- cropRect.bottom) + shrinkAmount) /
826
bufferHeight
;
828
bufferHeight
;
[
all
...]
Completed in 293 milliseconds