OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rgb1
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp
175
uint32_t
rgb1
=
local
186
*(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) |
rgb1
;
188
dst_ptr[x] =
rgb1
;
263
uint32_t
rgb1
=
local
274
*(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) |
rgb1
;
276
dst_ptr[x] =
rgb1
;
336
uint32_t
rgb1
=
local
347
*(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) |
rgb1
;
349
dst_ptr[x] =
rgb1
;
410
uint32_t
rgb1
local
480
uint32_t
rgb1
=
local
[
all
...]
/pdk/apps/CameraITS/tests/
test_jpeg.py
55
rgb1
= its.image.compute_image_means(tile)
58
sum([pow(rgb0[i] -
rgb1
[i], 2.0) for i in range(3)]) / 3.0)
/external/smack/asmack-master/jingle/
60-remove-jingle_mediaimpl.patch
[
all
...]
Completed in 819 milliseconds