Home
last modified time | relevance | path

Searched refs:fmts (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.cc155 unsigned int fmts[nFormats]; in StartCapture() local
157 fmts[0] = V4L2_PIX_FMT_MJPEG; in StartCapture()
158 fmts[1] = V4L2_PIX_FMT_YUV420; in StartCapture()
159 fmts[2] = V4L2_PIX_FMT_YUYV; in StartCapture()
160 fmts[3] = V4L2_PIX_FMT_UYVY; in StartCapture()
161 fmts[4] = V4L2_PIX_FMT_JPEG; in StartCapture()
163 fmts[0] = V4L2_PIX_FMT_YUV420; in StartCapture()
164 fmts[1] = V4L2_PIX_FMT_YUYV; in StartCapture()
165 fmts[2] = V4L2_PIX_FMT_UYVY; in StartCapture()
166 fmts[3] = V4L2_PIX_FMT_MJPEG; in StartCapture()
[all …]
Ddevice_info_linux.cc275 for (int fmts = 0; fmts < totalFmts; fmts++) in FillCapabilities() local
279 video_fmt.fmt.pix.pixelformat = videoFormats[fmts]; in FillCapabilities()
292 if (videoFormats[fmts] == V4L2_PIX_FMT_YUYV) in FillCapabilities()
296 else if (videoFormats[fmts] == V4L2_PIX_FMT_YUV420) in FillCapabilities()
300 else if (videoFormats[fmts] == V4L2_PIX_FMT_MJPEG) in FillCapabilities()
304 else if (videoFormats[fmts] == V4L2_PIX_FMT_UYVY) in FillCapabilities()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java290 NumberFormat fmt = null, fmts[] = null; in expect() local
294 fmts = (NumberFormat[]) fmto; in expect()
309 if (fmts != null) { in expect()
310 n = Math.max(n, fmts.length); in expect()
319 expect(fmts == null ? fmt : fmts[i], in expect()
DTestMessageFormat.java911 Format[] fmts = new Format[] { in TestSetGetFormats() local
916 msg.setFormatsByArgumentIndex(fmts); in TestSetGetFormats()
1054 Format fmts[] = {new DecimalFormat()}; in testNumericOnlyMethods() local
1055 msg.setFormatsByArgumentIndex(fmts); in testNumericOnlyMethods()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DBigNumberFormatTest.java294 NumberFormat fmt = null, fmts[] = null; in expect() local
298 fmts = (NumberFormat[]) fmto; in expect()
313 if (fmts != null) { in expect()
314 n = Math.max(n, fmts.length); in expect()
323 expect(fmts == null ? fmt : fmts[i], in expect()
DTestMessageFormat.java915 Format[] fmts = new Format[] { in TestSetGetFormats() local
920 msg.setFormatsByArgumentIndex(fmts); in TestSetGetFormats()
1058 Format fmts[] = {new DecimalFormat()}; in testNumericOnlyMethods() local
1059 msg.setFormatsByArgumentIndex(fmts); in testNumericOnlyMethods()
/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp472 UnicodeString fmts[] = { in TestClosures() local
475 ChoiceFormat fmt1(limits, closures, fmts, 6); in TestClosures()
Ddtfmttst.cpp3683 DateFormat* fmts = DateFormat::createDateTimeInstance(DateFormat::SHORT, DateFormat::FULL, loc); in Test6726() local
3684 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) { in Test6726()
3690 delete fmts; in Test6726()
3697 strs = fmts->format(dt, strs); in Test6726()
3712 delete fmts; in Test6726()
/external/libedit/src/
Dterminal.c1469 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in terminal_echotc() local
1497 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no"); in terminal_echotc()
1500 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no"); in terminal_echotc()
1503 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ? in terminal_echotc()
1507 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ? in terminal_echotc()
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc2092 const std::vector<int>& fmts, AudioContentDescription* media_desc) { in MaybeCreateStaticPayloadAudioCodecs() argument
2096 int preference = static_cast<int>(fmts.size()); in MaybeCreateStaticPayloadAudioCodecs()
2097 std::vector<int>::const_iterator it = fmts.begin(); in MaybeCreateStaticPayloadAudioCodecs()
2099 for (; it != fmts.end(); ++it) { in MaybeCreateStaticPayloadAudioCodecs()
/external/guice/extensions/persist/lib/
Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
/external/bison/
DChangeLog-201210529 Don't assume line numbers fit in unsigned int; use unsigned long fmts.