Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c2066 png_uint_32 in_format, out_format; in transform_from_formats() local
2076 out_format = out_image->image.format; in transform_from_formats()
2083 result->output_8bit = (out_format & PNG_FORMAT_FLAG_LINEAR) == 0; in transform_from_formats()
2090 result->out_gp = get_pixel(out_format); in transform_from_formats()
2095 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()
2101 if (out_format & (PNG_FORMAT_FLAG_LINEAR|PNG_FORMAT_FLAG_COLORMAP)) in transform_from_formats()
2104 in_format, out_format); in transform_from_formats()
2110 result->error_ptr = gpc_error_via_linear[in_format][out_format]; in transform_from_formats()
2113 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()
[all …]
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp618 xcamsrc->out_format = GST_VIDEO_FORMAT_YUY2; in gst_xcam_src_init()
621 xcamsrc->out_format = DEFAULT_PROP_PIXELFORMAT; in gst_xcam_src_init()
1238 uint32_t out_format = 0; in gst_xcam_src_set_caps() local
1245 out_format = translate_format_to_xcam (GST_VIDEO_INFO_FORMAT (&info)); in gst_xcam_src_set_caps()
1246 if (!out_format) { in gst_xcam_src_set_caps()
1253 if (!processor->set_output_format (out_format)) { in gst_xcam_src_set_caps()
1255 GST_FOURCC_ARGS (out_format)); in gst_xcam_src_set_caps()
1260 xcamsrc->out_format = out_format; in gst_xcam_src_set_caps()
1280 if (out_format == V4L2_PIX_FMT_NV12) { in gst_xcam_src_set_caps()
1295 …xcamsrc->xcam_video_info.init (out_format, GST_VIDEO_INFO_WIDTH (&info), GST_VIDEO_INFO_HEIGHT (&… in gst_xcam_src_set_caps()
Dgstxcamsrc.h113 uint32_t out_format; member
/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()