HomeSort by relevance Sort by last modified time
    Searched refs:default_options (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 171 default_options = ["--device=%s" % device ]
175 option = default_options + ["--read"]
181 option = default_options + ["--mmap"]
184 option = default_options + ["--userp"]
198 option = default_options[:]
  /external/pcre/dist/
pcrecpp.cc 81 static RE_Options default_options; member in namespace:pcrecpp
86 options_ = default_options;
pcretest.c 2985 pcre_uint32 default_options = 0; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 317 const Config default_options; local
319 (codec.extra_options ? codec.extra_options : &default_options)
    [all...]

Completed in 3453 milliseconds