/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormat.java | 45 public static BipImageFormat parseNative(String encoding, String pixel, String size) { in parseNative() 51 String encoding, String pixel, String maxSize, String transformation) { in parseVariant() 57 public static BipImageFormat createNative(BipEncoding encoding, BipPixel pixel, int size) { in createNative() 63 BipEncoding encoding, BipPixel pixel, int maxSize, BipTransformation transformation) { in createVariant() 107 BipPixel pixel, in BipImageFormat() 122 String pixel, in BipImageFormat()
|
D | BipImageProperties.java | 181 String pixel = xpp.getAttributeValue(null, "pixel"); in parse() local 186 String pixel = xpp.getAttributeValue(null, "pixel"); in parse() local 319 BipPixel pixel = format.getPixel(); in toString() local 336 BipPixel pixel = format.getPixel(); in toString() local
|
/aosp_15_r20/cts/tests/tests/nativehardware/jni/ |
H A D | AHardwareBufferGLTest.cpp | 464 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<uint8_t, 4>& pixel, in CheckGoldenPixel() 476 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<uint8_t, 4>& pixel, in CheckGoldenPixel() 482 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<float, 4>& pixel) { in CheckGoldenPixel() 509 std::array<float, 4> pixel = {0.5f, 0.5f, 0.5f, 0.5f}; in CheckGoldenPixels() local 514 std::array<uint8_t, 4> pixel = {127, 127, 127, 127}; in CheckGoldenPixels() local 527 float* pixel = pixels.get() + ((golden.y - bottom) * width + golden.x - left) * 4; in CheckGoldenPixels() local 537 uint8_t* pixel = pixels.get() + ((golden.y - bottom) * width + golden.x - left) * 4; in CheckGoldenPixels() local 560 uint8_t* pixel = reinterpret_cast<uint8_t*>(data) + (row_offset + golden.x) * 4; in CheckCpuGoldenPixelsRgba() local 570 uint8_t* pixel = reinterpret_cast<uint8_t*>(data) + (row_offset + golden.x) * 3; in CheckCpuGoldenPixelsRgba() local 578 uint16_t* pixel = reinterpret_cast<uint16_t*>( in CheckCpuGoldenPixelsRgba() local [all …]
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SampleVariablesTest.cpp | 104 GLubyte pixel[4]; in TEST_P() local 180 GLfloat pixel[4]; in TEST_P() local 267 GLfloat pixel[4]; in TEST_P() local 356 GLubyte pixel[4]; in TEST_P() local 532 GLfloat pixel[4]; in TEST_P() local
|
H A D | ETCTextureTest.cpp | 50 GLubyte pixel[8] = {0x0, 0x0, 0xf8, 0x2, 0x43, 0xff, 0x4, 0x12}; in TEST_P() local 82 GLubyte pixel[] = { in TEST_P() local 175 GLubyte pixel[] = { in TEST_P() local 219 GLubyte pixel[] = { in TEST_P() local 267 GLubyte pixel[] = { in TEST_P() local
|
/aosp_15_r20/external/libaom/third_party/fastfeat/ |
H A D | fast_9.c | 36 int aom_fast9_corner_score(const byte* p, const int pixel[], int bstart) in aom_fast9_corner_score() 2967 static void make_offsets(int pixel[], int row_stride) in make_offsets() 2994 int pixel[16]; in aom_fast9_score() local 3010 int pixel[16]; in aom_fast9_detect() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipPixelTest.java | 37 BipPixel pixel = new BipPixel(input); in testParse() local 47 BipPixel pixel = BipPixel.createFixed(width, height); in testFixed() local 58 BipPixel pixel = BipPixel.createResizableModified(minWidth, minHeight, maxWidth, maxHeight); in testResizableModified() local 69 BipPixel pixel = BipPixel.createResizableFixed(minWidth, maxWidth, maxHeight); in testResizableFixed() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 977 void Utils::maskPixelForFormat(GLenum internal_format, GLubyte *pixel) in maskPixelForFormat() 1130 std::string Utils::getPixelString(GLenum internal_format, const GLubyte *pixel) in getPixelString() 1691 void readBaseTypeFromUnsignedChannel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in readBaseTypeFromUnsignedChannel() 1712 void readBaseTypeFromSignedChannel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in readBaseTypeFromSignedChannel() 1734 void readBaseTypeFromFloatChannel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in readBaseTypeFromFloatChannel() 1751 void readBaseTypeFromHalfFloatChannel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in readBaseTypeFromHalfFloatChannel() 1777 void read3Channel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in read3Channel() 1838 void read4Channel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in read4Channel() 1893 void read11F_11F_10F_Channel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in read11F_11F_10F_Channel() 1938 void writeBaseTypeToUnsignedChannel(GLuint channel, GLdouble value, GLubyte *pixel) in writeBaseTypeToUnsignedChannel() [all …]
|
H A D | gl3cTextureSizePromotion.cpp | 868 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 898 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 928 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 959 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 1002 glw::GLint pixel = 5; in checkDestinationTexture() local 1033 glw::GLuint pixel = 5; in checkDestinationTexture() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 416 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 471 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 526 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 567 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 611 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 654 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p9.cpp | 33 struct pixel { struct 36 constexpr pixel ur = { 1294, 1024 }; // ok argument
|
H A D | p1.cpp | 118 constexpr struct pixel { // expected-error {{struct cannot be marked constexpr}} struct 121 constexpr pixel(int); argument 124 constexpr pixel::pixel(int a) in pixel() function in pixel
|
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | gainmapmath.cpp | 457 Color pixel; in getRgb888Pixel() local 468 Color pixel; in getRgba8888Pixel() local 479 Color pixel; in getRgba1010102Pixel() local 490 Color pixel; in getRgbaF16Pixel() local 541 void putRgba8888Pixel(uhdr_raw_image_t* image, size_t x, size_t y, Color& pixel) { in putRgba8888Pixel() 557 void putRgb888Pixel(uhdr_raw_image_t* image, size_t x, size_t y, Color& pixel) { in putRgb888Pixel() 571 void putYuv400Pixel(uhdr_raw_image_t* image, size_t x, size_t y, Color& pixel) { in putYuv400Pixel() 582 void putYuv444Pixel(uhdr_raw_image_t* image, size_t x, size_t y, Color& pixel) { in putYuv444Pixel() 1334 Color pixel[4]; in convert_raw_input_to_ycbcr() local 1392 Color pixel; in convert_raw_input_to_ycbcr() local [all …]
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ReadbackVts.cpp | 118 int pixel = row * width + col; in fillBuffer() local 138 int pixel = row * displayWidth + col; in clearColors() local 149 int pixel = row * stride + col; in fillColorsArea() local 178 int pixel = row * width + col; in compareColorBuffers() local
|
/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/ |
H A D | graphics.c | 37 struct pixel { struct 43 struct pixel red; argument
|
/aosp_15_r20/external/angle/src/tests/egl_tests/ |
H A D | EGLStreamTest.cpp | 409 uint32_t pixel; in testSetUp() local 518 uint32_t pixel; in TEST_P() local 637 uint32_t pixel; in TEST_P() local 954 uint32_t pixel; in TEST_P() local
|
/aosp_15_r20/external/brotli/research/ |
H A D | draw_histogram.cc | 133 void ConvertToPixels(int** histo, uint8_t** pixel) { in ConvertToPixels() 158 void DrawPixels(uint8_t** pixel, FILE* fout) { in DrawPixels() 182 uint8_t** pixel = new uint8_t*[height]; in main() local
|
/aosp_15_r20/external/libdav1d/include/common/ |
H A D | bitdepth.h | 37 typedef uint8_t pixel; /* can't be void due to pointer-to-array usage */ typedef 43 typedef uint8_t pixel; typedef 61 typedef uint16_t pixel; typedef
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | TextureViewTest.java | 874 int pixel = screenshot.getPixel(point.x, point.y); in getPixel() local 882 int pixel = getPixel(window, point); in waitForColor() local 894 int pixel = getPixel(window, point); in waitForChange() local 935 int pixel = bitmap.getPixel(x, y); in assertBitmapColor() local 943 int pixel = bitmap.getPixel(x, y); in assertBitmapNotColor() local
|
/aosp_15_r20/external/autotest/client/site_tests/graphics_Gbm/src/ |
H A D | gbmtest.c | 547 uint32_t *pixel, pixel_size; in test_gem_map() local 596 uint32_t *pixel; in test_dmabuf_map() local 692 uint32_t *pixel, pixel_size; in test_gem_map_tiling() local 752 uint8_t *pixel; in test_gem_map_format() local
|
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/ |
H A D | ReadbackVts.cpp | 152 auto pixel = row * width + col; in fillBuffer() local 185 int pixel = row * displayWidth + col; in clearColors() local 195 int pixel = row * stride + col; in fillColorsArea() local 227 auto pixel = row * width + col; in compareColorBuffers() local
|
/aosp_15_r20/device/google/gs-common/thermal/sepolicy/thermal_hal/ |
D | pixel-thermal-control.sh.te | 1 type pixel-thermal-control-sh, domain; type 2 type pixel-thermal-control-sh_exec, exec_type, vendor_file_type, file_type; type
|
/aosp_15_r20/device/google/gs-common/performance/experiments/sepolicy/ |
D | pixel-experiments-recovery.sh.te | 3 type pixel-experiments-recovery-sh, domain; type 4 type pixel-experiments-recovery-sh_exec, exec_type, vendor_file_type, file_type; type
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | chimpchat.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/frameworks/native/opengl/tests/hwc/ |
H A D | hwcTestLib.cpp | 578 uint32_t pixel; in hwcTestColor2Pixel() local 605 uint32_t x, uint32_t y, uint32_t pixel) in hwcTestSetPixel() 657 uint32_t pixel; in hwcTestFillColor() local 705 uint32_t pixel; in hwcTestFillColorHBlend() local
|