Searched refs:outFormat (Results 1 – 10 of 10) sorted by relevance
/external/libjpeg-turbo/ |
D | tjexample.c | 168 char *inFormat, *outFormat; in main() local 252 outFormat = strrchr(argv[2], '.'); in main() 253 if (inFormat == NULL || outFormat == NULL || strlen(inFormat) < 2 || in main() 254 strlen(outFormat) < 2) in main() 257 outFormat = &outFormat[1]; in main() 309 if (!strcasecmp(outFormat, "jpg") && doTransform && in main() 354 printf("Output Image (%s): %d x %d pixels", outFormat, width, height); in main() 356 if (!strcasecmp(outFormat, "jpg")) { in main()
|
/external/deqp/executor/tools/ |
D | xeTestLogCompare.cpp | 108 , outFormat (OUTPUTFORMAT_CSV) in CommandLine() 114 OutputFormat outFormat; member 302 if (cmdLine.outFormat == OUTPUTFORMAT_CSV) in runCompare() 333 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT) in runCompare() 340 else if (cmdLine.outFormat == OUTPUTFORMAT_CSV) in runCompare() 352 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT) in runCompare() 384 cmdLine.outFormat = opts.getOption<opt::OutFormat>(); in parseCommandLine()
|
/external/testng/src/main/java/org/testng/ |
D | TimeBombSkipException.java | 86 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat) { in TimeBombSkipException() argument 89 m_outFormat= new SimpleDateFormat(outFormat); in TimeBombSkipException() 170 …public TimeBombSkipException(String msg, String date, String inFormat, String outFormat, Throwable… in TimeBombSkipException() argument 173 m_outFormat= new SimpleDateFormat(outFormat); in TimeBombSkipException()
|
/external/libjpeg-turbo/java/ |
D | TJExample.java | 162 String inFormat = "jpg", outFormat = "jpg"; in main() local 266 outFormat = "bmp"; in main() 270 outFormat = outFileTokens[outFileTokens.length - 1]; in main() 313 if (outFormat.equalsIgnoreCase("jpg") && doTransform && in main() 333 if (!outFormat.equalsIgnoreCase("jpg")) in main() 357 System.out.print("Output Image (" + outFormat + "): " + width + in main() 366 } else if (outFormat.equalsIgnoreCase("jpg")) { in main() 394 ImageIO.write(img, outFormat, outFile); in main()
|
/external/skia/src/codec/ |
D | SkCodec.cpp | 589 skcms_PixelFormat* outFormat) { in sk_select_xform_format() argument 590 SkASSERT(outFormat); in sk_select_xform_format() 594 *outFormat = skcms_PixelFormat_RGBA_8888; in sk_select_xform_format() 597 *outFormat = skcms_PixelFormat_BGRA_8888; in sk_select_xform_format() 602 *outFormat = skcms_PixelFormat_RGBA_8888; in sk_select_xform_format() 604 *outFormat = skcms_PixelFormat_BGRA_8888; in sk_select_xform_format() 608 *outFormat = skcms_PixelFormat_BGR_565; in sk_select_xform_format() 611 *outFormat = skcms_PixelFormat_RGBA_hhhh; in sk_select_xform_format() 614 *outFormat = skcms_PixelFormat_G_8; in sk_select_xform_format()
|
D | SkCodecPriv.h | 26 skcms_PixelFormat* outFormat);
|
/external/skqp/src/codec/ |
D | SkCodec.cpp | 589 skcms_PixelFormat* outFormat) { in sk_select_xform_format() argument 590 SkASSERT(outFormat); in sk_select_xform_format() 594 *outFormat = skcms_PixelFormat_RGBA_8888; in sk_select_xform_format() 597 *outFormat = skcms_PixelFormat_BGRA_8888; in sk_select_xform_format() 602 *outFormat = skcms_PixelFormat_RGBA_8888; in sk_select_xform_format() 604 *outFormat = skcms_PixelFormat_BGRA_8888; in sk_select_xform_format() 608 *outFormat = skcms_PixelFormat_BGR_565; in sk_select_xform_format() 611 *outFormat = skcms_PixelFormat_RGBA_hhhh; in sk_select_xform_format() 614 *outFormat = skcms_PixelFormat_G_8; in sk_select_xform_format()
|
D | SkCodecPriv.h | 26 skcms_PixelFormat* outFormat);
|
/external/mesa3d/src/mesa/main/ |
D | glformats.h | 40 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map);
|
D | glformats.c | 204 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map) in _mesa_compute_component_mapping() argument 207 const int outFmt = get_map_idx(outFormat); in _mesa_compute_component_mapping() 221 outFormat, _mesa_enum_to_string(outFormat), in _mesa_compute_component_mapping()
|