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
96
size_t
mDstWidth
;
140
mDstWidth
= dstWidth;
539
req->width =
mDstWidth
;
541
req->stride = calcStride(mDstFormat,
mDstWidth
);
545
req->size = calcSize(mDstFormat,
mDstWidth
, mDstHeight);
603
ret = write(fd, base,
mDstWidth
); //will work only for the 420 ones
615
ret = write(fd, base,
mDstWidth
/2);
625
ret = write(fd, base,
mDstWidth
/2);
635
ret = write(fd, base,
mDstWidth
);
659
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 204 milliseconds