Searched refs:channels (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minui/ |
D | resources.cpp | 152 static void TransformRgbToDraw(const uint8_t* input_row, uint8_t* output_row, int channels, in TransformRgbToDraw() argument 157 switch (channels) { in TransformRgbToDraw() 210 png_handler.channels(), width); in res_create_display_surface() 283 TransformRgbToDraw(p_row.data(), out_row, png_handler.channels(), width); in res_create_multi_display_surface() 306 if (png_handler.channels() != 1) { in res_create_alpha_surface() 372 if (png_handler.channels() != 1) { in get_locales_in_png() 373 printf("Expect input png to have 1 data channel, this file has %d\n", png_handler.channels()); in get_locales_in_png() 405 if (png_handler.channels() != 1) { in res_create_localized_alpha_surface()
|
/bootable/recovery/minui/include/private/ |
D | resources.h | 43 png_byte channels() const { in channels() function
|
/bootable/recovery/tests/unit/ |
D | resources_test.cpp | 101 ASSERT_EQ(1, png_->channels()) << "Recovery background text images expects 1-channel PNG file."; in SetUp()
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 80 ro.wifi.channels=
|