/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 103 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { 104 if (!dst || !y || !uv) { 110 uint8_t v0 = uv[0]; 111 uint8_t u0 = *(uv+1); 117 if(!(width % 2)) uv+=2; 153 " vld2.8 {q0, q1} , [%[src]]! @ q0 = uv q1 = y \n\t" 449 // move uv row if input format needs it
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
CameraFormatsActivity.java | 624 int uv = data[uIndex] & 0xFF; local 627 Color.rgb(yv, uv, vv); 643 // 16 pixels for both the Y and UV planes. 674 int uv = 0, vv = 0; local 677 uv = data[uIndex] & 0xFF; 684 Color.rgb(yv, uv, vv); 710 int uv = data[uIndex] & 0xFF; local 712 rgbData[rgbIndex] = Color.rgb(yv,uv,vv);
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Quaternion.h | 257 Vector3 uv; local 258 uv = 2 * this->vec().cross(v); 259 return v + this->w() * uv + this->vec().cross(uv);
|
/frameworks/native/cmds/flatland/ |
Composers.cpp | 37 mUVAttribLoc = glGetAttribLocation(mBlitPgm, "uv"); 70 const float uv[] = { local 78 glVertexAttribPointer(mUVAttribLoc, 2, GL_FLOAT, GL_FALSE, 0, uv);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicYuvToRGB.cpp | 109 extern "C" void rsdIntrinsicYuv_K(void *dst, const uchar *Y, const uchar *uv, uint32_t count, const short *param); 110 extern "C" void rsdIntrinsicYuvR_K(void *dst, const uchar *Y, const uchar *uv, uint32_t count, const short *param); 156 // Legacy yuv support didn't fill in uv
|
/external/chromium_org/third_party/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 1016 const char* uv = "uv"; local [all...] |
/external/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 1016 const char* uv = "uv"; local [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
UVCoordinatesGenerator.java | 50 * This class is used for UV coordinates generation. 56 // texture UV coordinates types 82 * This method generates UV coordinates for the given mesh. 93 * an array that tells how UV-coordinates need to be swapped 95 * a list of geometries the UV coordinates will be applied to 96 * @return created UV-coordinates buffer 116 Vector2f uv = data[i % 3]; local 117 uvCoordinatesBuffer.put(uv.x); 118 uvCoordinatesBuffer.put(uv.y);
|
/external/opencv/cvaux/src/ |
cvsegment.cpp | 213 uchar uv[] = { (uchar)newVal[0], (uchar)newVal[1], (uchar)newVal[2] }; local 221 img[x*3] = uv[0]; 222 img[x*3+1] = uv[1]; 223 img[x*3+2] = uv[2];
|
/external/clang/test/Sema/ |
compare.c | 317 int test9(int sv, unsigned uv, long slv) { 318 return sv == (uv ^= slv); // expected-warning {{comparison of integers of different signs: 'int' and 'unsigned int'}}
|
/external/eigen/Eigen/src/Geometry/ |
Quaternion.h | 483 Vector3 uv = this->vec().cross(v); local 484 uv += uv; 485 return v + this->w() * uv + this->vec().cross(uv);
|
/external/chromium_org/v8/test/intl/collator/ |
normalization.js | 37 // See http://demo.icu-project.org/icu-bin/nbrowser?t=&s=1E09&uv=0 and
|
/bionic/libc/kernel/common/video/ |
dsscomp.h | 260 __u32 uv; member in struct:dss2_ovl_info::__anon682::__anon685
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-parisc.pl | 178 addib,uv -1,$cnt,L\$oop_gmult_pa2 285 addib,uv -1,$cnt,L\$oop_gmult_pa1 442 addib,uv -1,$cnt,L\$oop_ghash_pa2 559 addib,uv -1,$cnt,L\$oop_ghash_pa1
|
/external/kernel-headers/original/video/ |
dsscomp.h | 98 /* Y is 16..235, UV is 16..240 if not fullrange. Otherwise 0..255 */ 371 void *uv_address; /* uv buffer */ 395 __u32 uv; /* uv address */ member in struct:dss2_ovl_info::__anon20315::__anon20318
|
/external/openssl/crypto/modes/asm/ |
ghash-parisc.pl | 178 addib,uv -1,$cnt,L\$oop_gmult_pa2 285 addib,uv -1,$cnt,L\$oop_gmult_pa1 442 addib,uv -1,$cnt,L\$oop_ghash_pa2 559 addib,uv -1,$cnt,L\$oop_ghash_pa1
|
/external/libyuv/files/source/ |
row_common.cc | 746 // Filter 2 rows of YUY2 UV's (422) into U and V (420). 749 // Output a row of UV values, filtering 2 rows of YUY2. 759 // Copy row of YUY2 UV's (422) into U and V (422). 762 // Output a row of UV values. 785 // Filter 2 rows of UYVY UV's (422) into U and V (420). 788 // Output a row of UV values. 798 // Copy row of UYVY UV's (422) into U and V (422). 801 // Output a row of UV values. 1205 float uv[2]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
stroker.c | 413 VGfloat uv[] = {l[0], l[1], l[2], l[3]}; local 416 line_normalize(uv); 417 l[2] = l[0] + line_dx(uv) * len; 418 l[3] = l[1] + line_dy(uv) * len; [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
stroker.c | 413 VGfloat uv[] = {l[0], l[1], l[2], l[3]}; local 416 line_normalize(uv); 417 l[2] = l[0] + line_dx(uv) * len; 418 l[3] = l[1] + line_dy(uv) * len; [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/ |
voice.rtpdump | 3 ??pjy{?reh??}???~mjq?????wu????????n}???xr???|??icXY`ja^n?ifehfmv?}zv?????r???????????nk??u_`g???dVUiy|b`a|]X\i?????us???nqsr?????}in???x?????}?????tm??????????ny ? ? v? 92?4????pj|?xbd~|?ng^\^^^\p??l_c~sg[g?oidl|?|vknwzpof???m????w?????s?}?^ba\c_v|???h??????????????nf`[[l?k`^b^_cn?mvks?????????~????]k???????k\`h`]benlknqrnlolt??||???}_\ ? ? ?? 93?4?J??pjl????l????????vg|??????????ukw}ot??swtrnk]]qgl????r????????ox???zevpovumy}~vjlzigj?????n???~??????????r??????smoz??{sz?????so]\[bX^c^SVS\_]hcek??????????????~uv |