Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 99) sorted by relevance

1234

/hardware/intel/common/libmix/mix_video/test/
Dconfigure.ac15 if test "x$HAVE_PKGCONFIG" = "xno"; then
23 if test "x$HAVE_GLIB" = "xno"; then
28 if test "x$HAVE_GOBJECT" = "xno"; then
34 if test "x$HAVE_MIXVIDEO" = "xno"; then
41 if test "$enable_optimization" = "no" ; then
/hardware/intel/common/libmix/mix_video/
Dconfigure.ac42 if test "x$HAVE_PKGCONFIG" = "xno"; then
54 if test "x$HAVE_GLIB" = "xno"; then
59 if test "x$HAVE_GOBJECT" = "xno"; then
64 if test "x$HAVE_GTHREAD" = "xno"; then
70 if test "x$HAVE_LIBVA" = "xno"; then
79 if test "x$HAVE_LIBVA_X11" = "xno"; then
88 if test "x$HAVE_MIXCOMMON" = "xno"; then
94 if test "x$HAVE_MIXVBP" = "xno"; then
/hardware/intel/common/libva/
Dconfigure.ac166 if test "$enable_docs" = "yes"; then
168 if test "$DOXYGEN" = "no"; then
182 if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
183 if grep '\.hidden.*foo' conftest.s >/dev/null; then
184 if grep '\.protected.*bar' conftest.s >/dev/null; then
191 if test "$ac_cv_have_gnuc_visibility_attribute" = "yes"; then
203 if test "$enable_drm" = "yes"; then
211 if test "$enable_x11" = "yes"; then
216 if test "$USE_X11" = "yes"; then
224 if test "$USE_X11:$enable_glx" = "yes:yes"; then
[all …]
/hardware/intel/common/libmix/mix_common/
Dconfigure.ac16 if test "x$HAVE_PKGCONFIG" = "xno"; then
24 if test "x$HAVE_GLIB" = "xno"; then
29 if test "x$HAVE_GOBJECT" = "xno"; then
/hardware/intel/common/libmix/mix_audio/
Dconfigure.ac65 if test "x$HAVE_PKGCONFIG" = "xno"; then
77 if test "x$HAVE_GLIB" = "xno"; then
82 if test "x$HAVE_GOBJECT" = "xno"; then
87 if test "x$HAVE_GTRHEAD" = "xno"; then
93 if test "x$HAVE_MIXCOMMON" = "xno"; then
97 if test "x$audiomanager" = "xtrue"; then
/hardware/intel/common/libmix/mix_vbp/
Dconfigure.ac31 if test "x$HAVE_PKGCONFIG" = "xno"; then
43 if test "x$HAVE_GLIB" = "xno"; then
48 if test "x$HAVE_GOBJECT" = "xno"; then
53 if test "x$HAVE_GTHREAD" = "xno"; then
/hardware/bsp/intel/peripheral/libupm/doxy/node/
Ddocgen.js50 xml2js.parse().then(function(specjs) {
55 return mkdirp.mkdirpAsync(dir).then(function() {
Dxml2js.js161 return fs.readFileAsync(CLASS_SPEC(c), 'utf8').then(function(xml) {
178 var parseGroups = fs.readdirAsync(xml2js.opts.inputdir).then(function(files) {
183 return fs.readFileAsync(xml2js.opts.inputdir + '/' + fn, 'utf8').then(function(xml) {
204 }).then(function() {
228 }).then(function() {
230 return fs.readFileAsync(xml2js.opts.custom, 'utf8').then(function(custom) {
240 }).then(function() {
252 return fs.readFileAsync(XML_GRAMMAR_SPEC, 'utf8').then(function(xmlgrammar) {
261 return fs.readdirAsync(typemapsdir).then(function(dirs) {
264 return fs.readdirAsync(typemapsdir + '/' + dir).then(function(files) {
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Drate_hist.c77 int64_t then = 0; in update_rate_histogram() local
91 then = now; in update_rate_histogram()
97 then = hist->pts[i_idx]; in update_rate_histogram()
98 if (now - then > cfg->rc_buf_sz) in update_rate_histogram()
103 if (now == then) in update_rate_histogram()
106 avg_bitrate = sum_sz * 8 * 1000 / (now - then); in update_rate_histogram()
Dlibs.doxy_template48 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
95 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
108 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
114 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
138 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
146 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
162 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
168 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
189 # sources only. Doxygen will then generate output that is more tailored for C.
196 # sources only. Doxygen will then generate output that is more tailored for Java.
[all …]
/hardware/qcom/gps/msm8994/
Dconfigure.ac42 if test "x$with_libhardware_includes" != "xno"; then
52 if test "x$with_core_includes" != "xno"; then
62 if (test "x${with_glib}" = "xyes"); then
/hardware/qcom/gps/msm8996/
Dconfigure.ac42 if test "x$with_libhardware_includes" != "xno"; then
52 if test "x$with_core_includes" != "xno"; then
62 if (test "x${with_glib}" = "xyes"); then
/hardware/qcom/gps/
Dconfigure.ac42 if test "x$with_libhardware_includes" != "xno"; then
52 if test "x$with_core_includes" != "xno"; then
62 if (test "x${with_glib}" = "xyes"); then
/hardware/qcom/gps/msm8909/
Dconfigure.ac42 if test "x$with_libhardware_includes" != "xno"; then
52 if test "x$with_core_includes" != "xno"; then
62 if (test "x${with_glib}" = "xyes"); then
/hardware/intel/common/libva/doc/
DDoxyfile54 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
102 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
115 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
121 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
145 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
153 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
169 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
175 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
196 # sources only. Doxygen will then generate output that is more tailored for C.
203 # sources only. Doxygen will then generate output that is more tailored for
[all …]
/hardware/intel/common/libva/test/basic/
Dtestplan.txt50 - For each different buffertype, create a buffer, then destroy them one by
77 - Render single MPEG2 I-frame, then check vaQuerySurfaceStatus, vaSyncSurface and vaQuerySurfaceSta…
/hardware/bsp/intel/peripheral/sensors/mraa/doc/
DDoxyfile63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
125 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
204 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
210 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
242 # only. Doxygen will then generate output that is more tailored for C. For
250 # Python sources only. Doxygen will then generate output that is more tailored
258 # sources. Doxygen will then generate output that is tailored for Fortran.
264 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
/hardware/bsp/intel/peripheral/libupm/doxy/
DDoxyfile.in63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
125 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
177 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
186 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
206 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
212 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
253 # only. Doxygen will then generate output that is more tailored for C. For
261 # Python sources only. Doxygen will then generate output that is more tailored
269 # sources. Doxygen will then generate output that is tailored for Fortran.
275 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
DDoxyfile.java.in63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
125 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
177 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
186 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
206 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
212 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
253 # only. Doxygen will then generate output that is more tailored for C. For
261 # Python sources only. Doxygen will then generate output that is more tailored
269 # sources. Doxygen will then generate output that is tailored for Fortran.
275 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
/hardware/bsp/intel/peripheral/libmraa/
DDoxyfile.java.in63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
125 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
204 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
210 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
242 # only. Doxygen will then generate output that is more tailored for C. For
250 # Python sources only. Doxygen will then generate output that is more tailored
258 # sources. Doxygen will then generate output that is tailored for Fortran.
264 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
DDoxyfile.in63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
125 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
204 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
210 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
242 # only. Doxygen will then generate output that is more tailored for C. For
250 # Python sources only. Doxygen will then generate output that is more tailored
258 # sources. Doxygen will then generate output that is tailored for Fortran.
264 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
/hardware/bsp/intel/peripheral/libmraa/docs/
Dbuilding.md38 If this goes wrong and you have all the dependencies installed, then please
106 JavaScript & Python modules. If your version of SWIG is older than this then
118 If you have multiple versions of Python then mraa can get confused, we
126 This works well on the Edison 1.7.2 SDK. First source the environment file, then
Dbeaglebone.md41 work as expected then please check syslog, mraa usually complains with a
54 then check the Beaglebone documentation. Some pointers for good descriptions
Diio.md16 Boot with new kernel, then load modules
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.asm175 ; then transform columns
191 ; then transform columns
206 ; then transform columns

1234