OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_size
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/display/msm8084/libcopybit/
software_converter.cpp
56
unsigned int
c_size
= c_width * src->h/2;
local
58
unsigned int chromaSize =
c_size
* 2;
108
newChroma[r2*width] = oldChroma[r1*c_width+i+
c_size
];
112
newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+
c_size
];
/hardware/qcom/display/msm8226/libcopybit/
software_converter.cpp
56
unsigned int
c_size
= c_width * src->h/2;
local
58
unsigned int chromaSize =
c_size
* 2;
108
newChroma[r2*width] = oldChroma[r1*c_width+i+
c_size
];
112
newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+
c_size
];
/hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp
56
unsigned int
c_size
= c_width * src->h/2;
local
58
unsigned int chromaSize =
c_size
* 2;
108
newChroma[r2*width] = oldChroma[r1*c_width+i+
c_size
];
112
newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+
c_size
];
/hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp
56
unsigned int
c_size
= c_width * src->h/2;
local
58
unsigned int chromaSize =
c_size
* 2;
108
newChroma[r2*width] = oldChroma[r1*c_width+i+
c_size
];
112
newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+
c_size
];
/hardware/qcom/display/msm8994/libcopybit/
software_converter.cpp
56
unsigned int
c_size
= c_width * src->h/2;
local
58
unsigned int chromaSize =
c_size
* 2;
108
newChroma[r2*width] = oldChroma[r1*c_width+i+
c_size
];
112
newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+
c_size
];
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java
216
int
c_size
= c_stride * height/2;
local
217
int size = y_size +
c_size
* 2;
[
all
...]
/pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java
1724
int
c_size
= c_stride * height\/2;
local
[
all
...]
Completed in 408 milliseconds