Home
last modified time | relevance | path

Searched refs:second_image (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/functional/cloud/
H A Dtest_image.py86 second_image = self.user_cloud.create_image(
95 self.assertEqual(first_image.id, second_image.id)
105 second_image = None
115 second_image = self.user_cloud.create_image(
124 self.assertNotEqual(first_image.id, second_image.id)
128 if second_image:
129 self.user_cloud.delete_image(second_image.id, wait=True)
/dports/net/arataga/oess-2.2.3/dev/test/stdsn/type_with_bool_attr/
H A Dmain.cpp95 std::string second_image; in do_tests() local
96 pack_to( second, second_image ); in do_tests()
98 UT_CHECK_EQ( binary_str_proxy(first_image), binary_str_proxy(second_image) ); in do_tests()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/frontend-plugins/frontend-tools/data/scripts/
H A Dclock-source.lua33 data.second_image = obs.gs_image_file()
38 image_source_load(data.second_image, script_path() .. "clock-source/second.png")
48 obs.gs_image_file_free(data.second_image);
99 obs.obs_source_draw(data.second_image.texture, 0, 0, data.image.cx, data.image.cy, false);
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/motion_est/
H A Dproducer_slowmotion.c73 static void motion_interpolate( uint8_t *first_image, uint8_t *second_image, uint8_t *output, in motion_interpolate() argument
111 s = second_image + (tx )*xstride + (ty )*ystride; in motion_interpolate()
181 uint8_t *second_image = mlt_properties_get_data( second_frame_properties, "image", NULL ); in slowmotion_get_image() local
197 if( second_image == NULL ) in slowmotion_get_image()
199 error = mlt_frame_get_image( second_frame, &second_image, format, width, height, writable ); in slowmotion_get_image()
230 first_image, second_image, output, in slowmotion_get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/motion_est/
H A Dproducer_slowmotion.c73 static void motion_interpolate( uint8_t *first_image, uint8_t *second_image, uint8_t *output, in motion_interpolate() argument
111 s = second_image + (tx )*xstride + (ty )*ystride; in motion_interpolate()
181 uint8_t *second_image = mlt_properties_get_data( second_frame_properties, "image", NULL ); in slowmotion_get_image() local
197 if( second_image == NULL ) in slowmotion_get_image()
199 error = mlt_frame_get_image( second_frame, &second_image, format, width, height, writable ); in slowmotion_get_image()
230 first_image, second_image, output, in slowmotion_get_image()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/motion_est/
H A Dproducer_slowmotion.c73 static void motion_interpolate( uint8_t *first_image, uint8_t *second_image, uint8_t *output, in motion_interpolate() argument
111 s = second_image + (tx )*xstride + (ty )*ystride; in motion_interpolate()
181 uint8_t *second_image = mlt_properties_get_data( second_frame_properties, "image", NULL ); in slowmotion_get_image() local
197 if( second_image == NULL ) in slowmotion_get_image()
199 error = mlt_frame_get_image( second_frame, &second_image, format, width, height, writable ); in slowmotion_get_image()
230 first_image, second_image, output, in slowmotion_get_image()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dcompare.c318 const Image * restrict second_image, in ComputeAbsoluteError() argument
334 ARG_NOT_USED(second_image); in ComputeAbsoluteError()
373 const Image * restrict second_image, in ComputePeakAbsoluteError() argument
392 ARG_NOT_USED(second_image); in ComputePeakAbsoluteError()
444 const Image * restrict second_image, in ComputeSquaredError() argument
463 ARG_NOT_USED(second_image); in ComputeSquaredError()
826 const Image * restrict second_image, in ComputePixelError() argument
847 ARG_NOT_USED(second_image); in ComputePixelError()
H A Dpixel_iterator.c616 const Image *second_image, in PixelIterateDualRead() argument
636 GetPixelCacheInCore(second_image)), in PixelIterateDualRead()
681 second_pixels=AcquireImagePixels(second_image, second_x, second_row, in PixelIterateDualRead()
685 second_indexes=AccessImmutableIndexes(second_image); in PixelIterateDualRead()
690 second_image,second_pixels,second_indexes, in PixelIterateDualRead()
709 second_image->filename)) in PixelIterateDualRead()
H A Dpixel_iterator.h131 const Image *second_image, /* Second Input image */
149 const Image *second_image,
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_indicators.cpp191 …orBlendedImage(BattleActor* actor, const StillImage& first_image, const StillImage& second_image) : in IndicatorBlendedImage() argument
194 _second_image(second_image), in IndicatorBlendedImage()
388 …StillImage* second_image = BattleMode::CurrentInstance()->GetStatusIcon(new_status, new_intensity); in AddStatusIndicator() local
389 _wait_queue.push_back(new IndicatorBlendedImage(_actor, *first_image, *second_image)); in AddStatusIndicator()
H A Dbattle_indicators.h209 …Actor* actor, const hoa_video::StillImage& first_image, const hoa_video::StillImage& second_image);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/button/
H A Dimage_button_unittest.cc176 gfx::ImageSkia second_image = CreateTestImage(50, 50); in TEST_F() local
184 button.SetImage(Button::STATE_HOVERED, &second_image); in TEST_F()
188 button.SetImage(Button::STATE_NORMAL, &second_image); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/button/
H A Dimage_button_unittest.cc183 gfx::ImageSkia second_image = CreateTestImage(50, 50); in TEST_F() local
191 button.SetImage(Button::STATE_HOVERED, &second_image); in TEST_F()
195 button.SetImage(Button::STATE_NORMAL, &second_image); in TEST_F()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/test/
H A Dtest_caffe_importer.cpp576 Mat second_image(10, 11, CV_32FC3); in TEST() local
578 randu(second_image, -1, 1); in TEST()
581 second_image = blobFromImage(second_image); in TEST()
585 …Mat second_image_blue_green = slice(second_image, Range::all(), Range(0, 2), Range::all(), Range::… in TEST()
586 … Mat second_image_red = slice(second_image, Range::all(), Range(2, 3), Range::all(), Range::all()); in TEST()
594 normAssert(out, first_image + second_image); in TEST()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/
H A Dindicator_supervisor.cpp236 const StillImage& second_image, in IndicatorBlendedImage() argument
240 _second_image(second_image), in IndicatorBlendedImage()
453 … StillImage *second_image = vt_global::GlobalManager->Media().GetStatusIcon(status, new_intensity); in AddStatusIndicator() local
456 …back(new IndicatorBlendedImage(x_position, y_position, *first_image, *second_image, indicator_type… in AddStatusIndicator()
H A Dindicator_supervisor.h292 const vt_video::StillImage &second_image,
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Dmessage.lua14 …if speaker and (image == nil or image == "") and (cfg.second_image == nil or cfg.second_image == "…
207 second_portrait = cfg.second_image,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/clipboard/
H A Ddata_transfer_test.cc150 const auto second_image = DataTransfer::NodeImage(GetFrame(), second); in TEST_F() local
153 second_image->Size()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/clipboard/
H A Ddata_transfer_test.cc150 const auto second_image = DataTransfer::NodeImage(GetFrame(), second); in TEST_F() local
153 second_image->Size()); in TEST_F()
/dports/net/arataga/oess-2.2.3/dev/test/stdsn/containers/
H A Dmain.cpp758 std::string second_image; in do_tests() local
759 pack_to( second, second_image ); in do_tests()
761 UT_CHECK_EQ( binary_str_proxy(first_image), binary_str_proxy(second_image) ); in do_tests()
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Dimage.c353 dt_lua_image_t second_image; in group_with() local
354 luaA_to(L, dt_lua_image_t, &second_image, 2); in group_with()
356 const dt_image_t *cimg = dt_image_cache_get(darktable.image_cache, second_image, 'r'); in group_with()
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Dimage.c404 dt_lua_image_t second_image; in group_with() local
405 luaA_to(L, dt_lua_image_t, &second_image, 2); in group_with()
407 const dt_image_t *cimg = dt_image_cache_get(darktable.image_cache, second_image, 'r'); in group_with()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/images/tests/
H A Dtests.py657 second_image = CustomImageFilePath.objects.create(
665 self.assertFalse(image.file.url == second_image.file.url)
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dutilops.c60 gboolean second_image, in generic_dialog_add_image() argument
71 if (second_image) in generic_dialog_add_image()
1635 static void file_util_dialog_init_source_dest(UtilityData *ud, gboolean second_image) in file_util_dialog_init_source_dest() argument
1689 if (second_image) in file_util_dialog_init_source_dest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/tiles/
H A Dgpu_image_decode_cache_unittest.cc686 PaintImage second_image = CreatePaintImageInternal(GetNormalImageSize()); in TEST_P() local
688 second_image, CreateMatrix(SkSize::Make(0.25f, 0.25f))); in TEST_P()

12