/external/webrtc/webrtc/modules/video_capture/linux/ |
H A D | video_capture_linux.cc | 155 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 D | device_info_linux.cc | 275 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 D | BigNumberFormatTest.java | 294 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 D | TestMessageFormat.java | 915 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 D | BigNumberFormatTest.java | 290 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 D | TestMessageFormat.java | 911 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 D | tchcfmt.cpp | 472 UnicodeString fmts[] = { local 475 ChoiceFormat fmt1(limits, closures, fmts, 6);
|
H A D | dtfmttst.cpp | 3675 // 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 D | terminal.c | 1469 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 D | webrtcsdp.cc | 2092 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 D | xwork-2.0.4.jar | META-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ... |
/external/guice/extensions/struts2/lib/ |
H A D | xwork-core-2.2.1.jar | META-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ... |