OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srcPixel
(Results
1 - 14
of
14
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.cpp
125
uint8_t *
srcPixel
;
134
srcPixel
= p + i*stride + j*4;
135
temp =
srcPixel
[0];
136
srcPixel
[0] =
srcPixel
[2];
137
srcPixel
[2] = temp;
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp
124
uint8_t *
srcPixel
;
133
srcPixel
= p + i*stride + j*4;
134
temp =
srcPixel
[0];
135
srcPixel
[0] =
srcPixel
[2];
136
srcPixel
[2] = temp;
147
uint8_t *
srcPixel
;
158
srcPixel
= p + i*stride + j*4;
159
temp =
srcPixel
[0];
161
if (
srcPixel
[0] == 0 &
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.cpp
124
uint8_t *
srcPixel
;
133
srcPixel
= p + i*stride + j*4;
134
temp =
srcPixel
[0];
135
srcPixel
[0] =
srcPixel
[2];
136
srcPixel
[2] = temp;
147
uint8_t *
srcPixel
;
157
srcPixel
= p + i*stride + j*4;
159
if (
srcPixel
[0] == 0 &&
160
srcPixel
[3] == 0xff
[
all
...]
/frameworks/layoutlib/bridge/src/android/graphics/
BlendComposite.java
146
int[]
srcPixel
= new int[4];
160
srcPixel
[0] = (pixel >> 16) & 0xFF;
161
srcPixel
[1] = (pixel >> 8) & 0xFF;
162
srcPixel
[2] = (pixel ) & 0xFF;
163
srcPixel
[3] = (pixel >> 24) & 0xFF;
173
srcPixel
[3] *= dstPixel[3] / 0xFF;
176
result = blender.blend(
srcPixel
, dstPixel, result);
/packages/services/Car/evs/app/
FormatConvert.cpp
137
uint32_t
srcPixel
= *srcWords++;
139
uint8_t Y1 = (
srcPixel
) & 0xFF;
140
uint8_t U = (
srcPixel
>> 8) & 0xFF;
141
uint8_t Y2 = (
srcPixel
>> 16) & 0xFF;
142
uint8_t V = (
srcPixel
>> 24) & 0xFF;
/hardware/interfaces/automotive/evs/1.0/vts/functional/
FormatConvert.cpp
139
uint32_t
srcPixel
= *srcWords++;
141
uint8_t Y1 = (
srcPixel
) & 0xFF;
142
uint8_t U = (
srcPixel
>> 8) & 0xFF;
143
uint8_t Y2 = (
srcPixel
>> 16) & 0xFF;
144
uint8_t V = (
srcPixel
>> 24) & 0xFF;
/packages/services/Car/evs/sampleDriver/
bufferCopy.cpp
160
uint32_t
srcPixel
= *src++;
162
uint8_t Y1 = (
srcPixel
) & 0xFF;
163
uint8_t U = (
srcPixel
>> 8) & 0xFF;
164
uint8_t Y2 = (
srcPixel
>> 16) & 0xFF;
165
uint8_t V = (
srcPixel
>> 24) & 0xFF;
209
uint32_t
srcPixel
= *src++;
211
uint8_t Y1 = (
srcPixel
) & 0xFF;
212
uint8_t U = (
srcPixel
>> 8) & 0xFF;
213
uint8_t Y2 = (
srcPixel
>> 16) & 0xFF;
214
uint8_t V = (
srcPixel
>> 24) & 0xFF
[
all
...]
/external/deqp/framework/common/
tcuCompressedTexture.cpp
887
const deUint8* const
srcPixel
= &uncompressedBlockRGB[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8];
892
dstPixel[0] =
srcPixel
[0];
893
dstPixel[1] =
srcPixel
[1];
894
dstPixel[2] =
srcPixel
[2];
[
all
...]
/external/skqp/tests/
VkHardwareBufferTest.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp
511
const Vec4
srcPixel
= access.getPixel(x, y);
515
dstPixel[channelNdx] =
srcPixel
[channelNdx];
527
const IVec4
srcPixel
= access.getPixelInt(x, y);
531
dstPixel[channelNdx] =
srcPixel
[channelNdx];
[
all
...]
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 685 milliseconds