Home
last modified time | relevance | path

Searched refs:snapshot_format (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dsnapshot.c26 int snapshot_format = 0; /* ���ʥåץ���åȥե����ޥå� */ variable
458 if (snapshot_format >= COUNTOF(suffix)) return FALSE; in screen_snapshot_save()
488 strcat(filename, suffix[ snapshot_format ]); in screen_snapshot_save()
504 switch (snapshot_format) { in screen_snapshot_save()
H A Dsnapshot.h19 extern int snapshot_format; /* ���ʥåץ���åȥե����ޥå� */
H A Dgetconf.c486 { 164, "bmp", X_FIX, &snapshot_format, SNAPSHOT_FMT_BMP, 0,0, OPT_SAVE },
487 { 164, "ppm", X_FIX, &snapshot_format, SNAPSHOT_FMT_PPM, 0,0, OPT_SAVE },
488 { 164, "raw", X_FIX, &snapshot_format, SNAPSHOT_FMT_RAW, 0,0, OPT_SAVE },
H A Dmonitor.c4348 case ARG_BMP: snapshot_format = 0; break; in monitor_snapshot()
4349 case ARG_PPM: snapshot_format = 1; break; in monitor_snapshot()
4350 case ARG_RAW: snapshot_format = 2; break; in monitor_snapshot()
H A Dmenu.c5390 return snapshot_format; in get_misc_snapshot_format()
5394 snapshot_format = (int)p; in cb_misc_snapshot_format()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Drecorder_video.c634 gavl_video_format_copy(&vs->snapshot_format, in check_snapshot()
639 &vs->snapshot_format, in check_snapshot()
648 &vs->snapshot_format); in check_snapshot()
651 vs->snapshot_frame = gavl_video_frame_create(&vs->snapshot_format); in check_snapshot()
/dports/multimedia/gmerlin/gmerlin-1.2.0/include/
H A Drecorder_private.h155 gavl_video_format_t snapshot_format; member
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/vmware/
H A Dvmdk.py731 snapshot_format = self.configuration.vmware_snapshot_format
732 if self._in_use(volume) and snapshot_format == 'COW':
746 if snapshot_format == 'COW':
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Dpage_handler.cc664 std::string snapshot_format = format.fromMaybe(kMhtml); in CaptureSnapshot() local
665 if (snapshot_format != kMhtml) { in CaptureSnapshot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Dpage_handler.cc671 std::string snapshot_format = format.fromMaybe(kMhtml); in CaptureSnapshot() local
672 if (snapshot_format != kMhtml) { in CaptureSnapshot()
/dports/devel/git-p4/git-2.34.1/gitweb/
H A Dgitweb.perl860 snapshot_format => "sf",
2618 snapshot_format=>$_
2631 snapshot_format=>$fmt
/dports/devel/git-svn/git-2.34.1/gitweb/
H A Dgitweb.perl860 snapshot_format => "sf",
2618 snapshot_format=>$_
2631 snapshot_format=>$fmt
/dports/devel/git-gui/git-2.34.1/gitweb/
H A Dgitweb.perl860 snapshot_format => "sf",
2618 snapshot_format=>$_
2631 snapshot_format=>$fmt
/dports/devel/git/git-2.34.1/gitweb/
H A Dgitweb.perl860 snapshot_format => "sf",
2618 snapshot_format=>$_
2631 snapshot_format=>$fmt
/dports/devel/git-cvs/git-2.34.1/gitweb/
H A Dgitweb.perl860 snapshot_format => "sf",
2618 snapshot_format=>$_
2631 snapshot_format=>$fmt
/dports/devel/cgit/cgit-1.2.3/git/gitweb/
H A Dgitweb.perl851 snapshot_format => "sf",
2595 snapshot_format=>$_
2608 snapshot_format=>$fmt
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dcaffe.proto215 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dcaffe.proto215 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/tools/caffe/
H A Dcaffe.proto198 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/tools/caffe/
H A Dcaffe.proto198 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/caffe/
H A Dopencv-caffe.proto356 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/tools/caffe/
H A Dcaffe.proto198 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field
/dports/misc/ncnn/ncnn-20211208/tools/caffe/
H A Dcaffe.proto198 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/tools/caffe/
H A Dcaffe.proto198 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/tools/caffe_converter/
H A Dcaffe.proto344 optional SnapshotFormat snapshot_format = 37 [default = BINARYPROTO]; field

12