Home
last modified time | relevance | path

Searched refs:DEFAULT_FLAGS (Results 1 – 10 of 10) sorted by relevance

/third_party/googletest/googletest/test/
Dgtest_ext_unittest.cc20 const int DEFAULT_FLAGS = -1; in TEST() local
25 …exp_flags[] = { DEFAULT_FLAGS, DEFAULT_FLAGS, Platform.Hisi, Platform.Qcom, DEFAULT_FLAGS, Platfo… in TEST()
27 int result = DEFAULT_FLAGS; in TEST()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfaceblur.cpp76 #define DEFAULT_FLAGS CASCADE_DO_CANNY_PRUNING macro
78 #define DEFAULT_FLAGS CV_HAAR_DO_CANNY_PRUNING macro
209 GST_TYPE_OPENCV_FACE_BLUR_FLAGS, DEFAULT_FLAGS, in gst_face_blur_class_init()
255 filter->flags = DEFAULT_FLAGS; in gst_face_blur_init()
Dgstfacedetect.cpp98 #define DEFAULT_FLAGS CASCADE_DO_CANNY_PRUNING macro
100 #define DEFAULT_FLAGS CV_HAAR_DO_CANNY_PRUNING macro
320 GST_TYPE_OPENCV_FACE_DETECT_FLAGS, DEFAULT_FLAGS, in gst_face_detect_class_init()
383 filter->flags = DEFAULT_FLAGS; in gst_face_detect_init()
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_commands.py18 DEFAULT_FLAGS = [ variable
81 self.common_flags = DEFAULT_FLAGS[:]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DEOTWriter.java44 private final static long DEFAULT_FLAGS = 0; field in EOTWriter
66 long flags = DEFAULT_FLAGS; in convert()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c229 #define DEFAULT_FLAGS 0 macro
827 GST_TYPE_CAM_FLAGS, DEFAULT_FLAGS, in gst_camera_bin_class_init()
866 camera->flags = DEFAULT_FLAGS; in gst_camera_bin_init()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c169 #define DEFAULT_FLAGS 0 macro
332 GST_TYPE_ENCODEBIN_FLAGS, DEFAULT_FLAGS, in gst_encode_base_bin_class_init()
464 encode_bin->flags = DEFAULT_FLAGS; in gst_encode_base_bin_init()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c540 #define DEFAULT_FLAGS GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_TEXT | \ macro
755 GST_TYPE_PLAY_FLAGS, DEFAULT_FLAGS, in gst_play_bin3_class_init()
1354 gst_play_sink_set_flags (playbin->playsink, DEFAULT_FLAGS); in gst_play_bin3_init()
Dgstplaysink.c47 #define DEFAULT_FLAGS GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_TEXT | \ macro
484 GST_TYPE_PLAY_FLAGS, DEFAULT_FLAGS, in gst_play_sink_class_init()
717 playsink->flags = DEFAULT_FLAGS; in gst_play_sink_init()
Dgstplaybin2.c543 #define DEFAULT_FLAGS GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_TEXT | \ macro
850 GST_TYPE_PLAY_FLAGS, DEFAULT_FLAGS, in gst_play_bin_class_init()
1741 gst_play_sink_set_flags (playbin->playsink, DEFAULT_FLAGS); in gst_play_bin_init()