/external/googletest/googletest/test/ |
D | gtest_list_output_unittest.py | 102 def _GetOutput(self, out_format): argument 104 'test_out.' + out_format) 110 '%s=%s:%s' % (GTEST_OUTPUT_FLAG, out_format, file_path),
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 2066 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/ |
D | gstxcamsrc.cpp | 618 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()
|
D | gstxcamsrc.h | 113 uint32_t out_format; member
|
/external/webrtc/talk/media/base/ |
D | videoadapter_unittest.cc | 795 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/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 236 int32_t *out_format, ret; in gralloc0_perform() local 268 out_format = va_arg(args, int32_t *); in gralloc0_perform() 269 *out_format = hnd->droid_format; in gralloc0_perform()
|
/external/libaom/libaom/build/cmake/ |
D | aom_optimization.cmake | 79 # Writes object format for the current target to the var named by $out_format, 82 function(get_asm_obj_format out_format) 110 set(${out_format} ${objformat} PARENT_SCOPE)
|
/external/autotest/client/bin/net/ |
D | net_utils_unittest.py | 751 out_format = \ 762 out = out_format % ip_addr 780 out = out_format % ip_addr 798 out_format = \ 810 out = out_format % state
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 4738 … getFormatAndTypeCompatibleWithInternalformat(GLenum internalformat, int index, GLenum* out_format, 4740 bool getFormatForInternalformat(GLenum internalformat, GLenum* out_format) const; 4805 …:getFormatAndTypeCompatibleWithInternalformat(GLenum internalformat, int index, GLenum* out_format, in getFormatAndTypeCompatibleWithInternalformat() argument 4813 DE_ASSERT(out_format != NULL); in getFormatAndTypeCompatibleWithInternalformat() 4816 if (!getFormatForInternalformat(internalformat, out_format)) in getFormatAndTypeCompatibleWithInternalformat() 5329 bool TestBase::getFormatForInternalformat(GLenum internalformat, GLenum* out_format) const in getFormatForInternalformat() 5331 DE_ASSERT(out_format != NULL); in getFormatForInternalformat() 5337 *out_format = GL_ALPHA; in getFormatForInternalformat() 5341 *out_format = GL_LUMINANCE_ALPHA; in getFormatForInternalformat() 5346 *out_format = GL_LUMINANCE; in getFormatForInternalformat() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1715 enum pipe_format out_format, in generate_unswizzled_blend() argument 1762 const struct util_format_description* out_format_desc = util_format_description(out_format); in generate_unswizzled_blend() 1790 if (have_smallfloat_format(dst_type, out_format)) { in generate_unswizzled_blend() 1970 if (util_format_is_pure_integer(out_format)) { in generate_unswizzled_blend() 2332 out_format, in generate_unswizzled_blend() 2383 if (have_smallfloat_format(dst_type, out_format)) { in generate_unswizzled_blend()
|