OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDstWidth
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp
97
size_t
mDstWidth
;
138
mDstWidth
= dstWidth;
536
req->width =
mDstWidth
;
538
req->stride = calcStride(mDstFormat,
mDstWidth
);
542
req->size = calcSize(mDstFormat,
mDstWidth
, mDstHeight);
597
ret = write(fd, base,
mDstWidth
); //will work only for the 420 ones
609
ret = write(fd, base,
mDstWidth
/2);
619
ret = write(fd, base,
mDstWidth
/2);
629
ret = write(fd, base,
mDstWidth
);
653
ret = write(fd, base,
mDstWidth
*bpp)
[
all
...]
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h
87
int
mDstWidth
, mDstHeight;
NativeWindowRenderer.cpp
131
,
mDstWidth
(width)
484
x = float(srcWidth) /
mDstWidth
;
496
x = float(srcWidth) /
mDstWidth
;
Completed in 82 milliseconds