Home
last modified time | relevance | path

Searched refs:number_of_pixels (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/examples/label_image/
Dbitmap_helpers_impl.h33 int number_of_pixels = image_height * image_width * image_channels; in resize() local
72 for (int i = 0; i < number_of_pixels; i++) { in resize()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp4591 const glw::GLuint number_of_pixels = s_view_size * s_view_size; in checkFramebuffer() local
4594 std::vector<glw::GLubyte> pixels(number_of_pixels * 4 /* components */); in checkFramebuffer()
4609 for (glw::GLuint i = 0; i < number_of_pixels; ++i) in checkFramebuffer()
5590 const glw::GLuint number_of_pixels = s_view_size * s_view_size; in check() local
5593 std::vector<glw::GLfloat> pixels(number_of_pixels); in check()
5599 for (glw::GLuint i = 0; i < number_of_pixels; ++i) in check()
5997 const glw::GLuint number_of_pixels = s_view_size * s_view_size; in check() local
6000 std::vector<glw::GLfloat> pixels(number_of_pixels); in check()
6006 for (glw::GLuint i = 0; i < number_of_pixels; ++i) in check()
6460 const glw::GLuint number_of_pixels = s_view_size * s_view_size; in check() local
[all …]