Searched refs:DEFAULT_FLAGS (Results 1 – 10 of 10) sorted by relevance
/third_party/googletest/googletest/test/ |
D | gtest_ext_unittest.cc | 20 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/ |
D | gstfaceblur.cpp | 76 #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()
|
D | gstfacedetect.cpp | 98 #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/ |
D | v8_commands.py | 18 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/ |
D | EOTWriter.java | 44 private final static long DEFAULT_FLAGS = 0; field in EOTWriter 66 long flags = DEFAULT_FLAGS; in convert()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.c | 229 #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/ |
D | gstencodebasebin.c | 169 #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/ |
D | gstplaybin3.c | 540 #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()
|
D | gstplaysink.c | 47 #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()
|
D | gstplaybin2.c | 543 #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()
|