Searched refs:pixel (Results 1 – 4 of 4) sorted by relevance
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
D | levels.rscript | 29 float3 pixel = convert_float4(in[0]).rgb; 30 pixel = rsMatrixMultiply(&colorMat, pixel); 31 pixel = clamp(pixel, 0.f, 255.f); 32 pixel = (pixel - inBlack) * overInWMinInB; 34 pixel = pow(pixel, (float3)gamma); 35 pixel = pixel * outWMinOutB + outBlack; 36 pixel = clamp(pixel, 0.f, 255.f); 37 out->xyz = convert_uchar3(pixel);
|
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
D | ImagePixelization.java | 169 int pixel = 0, red = 0, green = 0, blue = 0, numPixels = 0; in customImagePixelization() local 188 pixel = bitmapPixels[j * width + i]; in customImagePixelization() 189 red += Color.red(pixel); in customImagePixelization() 190 green += Color.green(pixel); in customImagePixelization() 191 blue += Color.blue(pixel); in customImagePixelization() 196 pixel = Color.rgb(red / numPixels, green / numPixels, blue / numPixels); in customImagePixelization() 198 Arrays.fill(pixels, pixel); in customImagePixelization()
|
/development/samples/browseable/HdrViewfinder/src/rs/ |
D | hdr_merge.rscript | 29 // Read in pixel values from latest frame - YUV color space 74 // Store current pixel for next frame
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 426 …/display,fake_0rk02EonSNqIDCuFrVXgQw@fakeemail.com,Fix SDM error regarding 10:10:10:2 pixel formats 3630 …1eef687,platform/cts,fake_HFBVIRHzR8upwrTWriT5Hw@fakeemail.com,Ignore sub-pixel failures in CTS th… 4592 …cts,fake_4C-m3MZ3TVi7hIHXNYFOcA@fakeemail.com,AutoSize TextView - correct pixel transformations CTS 6481 …e,fake_oGK9cyQJSG6NpwLg3UTcXw@fakeemail.com,Prevent conflict with deprecated pixel format constants 9105 …hardware/libhardware,fake_oGK9cyQJSG6NpwLg3UTcXw@fakeemail.com,Add support for *_FP16 pixel formats 9591 …opt/setupwizard,fake_R_yye5dUQG-JPs55Qq1NQg@fakeemail.com,Make status bar white on GLIF pixel theme 9987 …form/external/libdrm,fake_DFo-o7PrQ_6MeEDT43Pwhw@fakeemail.com,modetest: Also print the pixel clock 13288 …form/external/freetype,fake_Ey74ZHitSO-rl2J4XmHSlQ@fakeemail.com,[truetype] Improve sub-pixel code. 13807 …o optimize y_scale so that the top of non-capital letters is aligned on a pixel boundary whenever … 14206 …ssure_buffer): FT_PIXEL_MODE_LCD and FT_PIXEL_MODE_LCD_V should have ppb (pixel per byte) 1. Zero … [all …]
|