OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDstFormat
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/include/media/stagefright/
ColorConverter.h
62
OMX_COLOR_FORMATTYPE mSrcFormat,
mDstFormat
;
/hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp
106
enum ColorConvertFormat
mDstFormat
;
146
mDstFormat
= dstFormat;
218
if (isYUVSurface(
mDstFormat
)) {
241
if (isYUVSurface(
mDstFormat
)) {
543
req->stride = calcStride(
mDstFormat
, mDstWidth);
545
req->lumaAlign = calcLumaAlign(
mDstFormat
);
546
req->sizeAlign = calcSizeAlign(
mDstFormat
);
547
req->size = calcSize(
mDstFormat
, mDstWidth, mDstHeight);
548
req->bpp = calcBytesPerPixel(
mDstFormat
);
628
if (isYUVSurface(
mDstFormat
)) {
[
all
...]
/hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp
109
enum ColorConvertFormat
mDstFormat
;
168
mDstFormat
= dstFormat;
209
if (isYUVSurface(
mDstFormat
)) {
243
if (isYUVSurface(
mDstFormat
)) {
266
if (isYUVSurface(
mDstFormat
)) {
596
req->stride = calcStride(
mDstFormat
, mDstWidth);
598
req->lumaAlign = calcLumaAlign(
mDstFormat
);
599
req->sizeAlign = calcSizeAlign(
mDstFormat
);
600
req->size = calcSize(
mDstFormat
, mDstWidth, mDstHeight);
601
req->bpp = calcBytesPerPixel(
mDstFormat
);
[
all
...]
Completed in 98 milliseconds