Home
last modified time | relevance | path

Searched refs:out_format (Results 1 – 7 of 7) sorted by relevance

/external/libpng/contrib/libtests/
Dpngstest.c2067 png_uint_32 in_format, out_format; in transform_from_formats() local
2077 out_format = out_image->image.format; in transform_from_formats()
2084 result->output_8bit = (out_format & PNG_FORMAT_FLAG_LINEAR) == 0; in transform_from_formats()
2091 result->out_gp = get_pixel(out_format); in transform_from_formats()
2096 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2097 out_base = out_format & BASE_FORMATS; in transform_from_formats()
2102 if (out_format & (PNG_FORMAT_FLAG_LINEAR|PNG_FORMAT_FLAG_COLORMAP)) in transform_from_formats()
2105 in_format, out_format); in transform_from_formats()
2111 result->error_ptr = gpc_error_via_linear[in_format][out_format]; in transform_from_formats()
2114 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()
[all …]
/external/webrtc/talk/media/base/
Dvideoadapter_unittest.cc795 const VideoFormat out_format = adapter.AdaptFrameResolution(640, 360); in TEST() local
796 EXPECT_EQ(640, out_format.width); in TEST()
797 EXPECT_EQ(360, out_format.height); in TEST()
833 VideoFormat out_format = adapter.AdaptFrameResolution(640, 360); in TEST() local
834 EXPECT_EQ(640, out_format.width); in TEST()
835 EXPECT_EQ(360, out_format.height); in TEST()
843 out_format = adapter.AdaptFrameResolution(640, 360); in TEST()
845 EXPECT_EQ(640, out_format.width); in TEST()
846 EXPECT_EQ(360, out_format.height); in TEST()
/external/valgrind/callgrind/
Dclo.c513 else if VG_STR_CLO(arg, "--callgrind-out-file", CLG_(clo).out_format) {} in CLG_()
632 CLG_(clo).out_format = 0; in CLG_()
Ddump.c1578 if (!CLG_(clo).out_format) in CLG_()
1579 CLG_(clo).out_format = DEFAULT_OUTFORMAT; in CLG_()
1590 VG_(expand_file_name)("--callgrind-out-file", CLG_(clo).out_format); in CLG_()
Dglobal.h79 const HChar* out_format; /* Format string for callgrind output file name */ member
/external/autotest/client/bin/net/
Dnet_utils_unittest.py751 out_format = \
762 out = out_format % ip_addr
780 out = out_format % ip_addr
798 out_format = \
810 out = out_format % state
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1694 enum pipe_format out_format, in generate_unswizzled_blend() argument
1741 const struct util_format_description* out_format_desc = util_format_description(out_format); in generate_unswizzled_blend()
1769 if (have_smallfloat_format(dst_type, out_format)) { in generate_unswizzled_blend()
1949 if (util_format_is_pure_integer(out_format)) { in generate_unswizzled_blend()
2311 out_format, in generate_unswizzled_blend()
2362 if (have_smallfloat_format(dst_type, out_format)) { in generate_unswizzled_blend()