OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDstHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h
87
int mDstWidth,
mDstHeight
;
NativeWindowRenderer.cpp
132
,
mDstHeight
(height)
485
y = float(srcHeight) /
mDstHeight
;
497
y = float(srcHeight) /
mDstHeight
;
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp
97
size_t
mDstHeight
;
141
mDstHeight
= dstHeight;
540
req->height =
mDstHeight
;
542
req->sliceHeight =
mDstHeight
;
545
req->size = calcSize(mDstFormat, mDstWidth,
mDstHeight
);
Completed in 185 milliseconds