Searched refs:fmts (Results 1 - 12 of 12) sorted by relevance

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

Completed in 1277 milliseconds