HomeSort by relevance Sort by last modified time
    Searched refs:png_set_rgb_to_gray (Results 1 - 10 of 10) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 225 png_set_rgb_to_gray( png_ptr, 1, -1, -1 ); // RGB->Gray
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 151 png_set_rgb_to_gray(png_ptr, 1, 0.299, 0.587);
  /external/tensorflow/tensorflow/core/lib/png/
png_io.cc 283 png_set_rgb_to_gray(context->png_ptr, 1, 0.299, 0.587); // 601, JPG
  /external/libpng/
png.h     [all...]
pngrtran.c 962 png_debug(1, "in png_set_rgb_to_gray");
1048 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, function
    [all...]
  /external/pdfium/third_party/libpng16/
png.h     [all...]
pngrtran.c 959 png_debug(1, "in png_set_rgb_to_gray");
1045 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, function
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]
  /external/syslinux/com32/lib/libpng/
pngrtran.c 676 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, function
691 png_debug(1, "in png_set_rgb_to_gray");
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]

Completed in 486 milliseconds