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

/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc157 unsigned int fmts[nFormats]; local
159 fmts[0] = V4L2_PIX_FMT_MJPEG;
160 fmts[1] = V4L2_PIX_FMT_YUV420;
161 fmts[2] = V4L2_PIX_FMT_YUYV;
162 fmts[3] = V4L2_PIX_FMT_JPEG;
164 fmts[0] = V4L2_PIX_FMT_YUV420;
165 fmts[1] = V4L2_PIX_FMT_YUYV;
166 fmts[2] = V4L2_PIX_FMT_MJPEG;
167 fmts[3] = V4L2_PIX_FMT_JPEG;
186 if (fmt.pixelformat == fmts[
[all...]
H A Ddevice_info_linux.cc274 for (int fmts = 0; fmts < totalFmts; fmts++)
278 video_fmt.fmt.pix.pixelformat = videoFormats[fmts];
291 if (videoFormats[fmts] == V4L2_PIX_FMT_YUYV)
295 else if (videoFormats[fmts] == V4L2_PIX_FMT_YUV420)
299 else if (videoFormats[fmts] == V4L2_PIX_FMT_MJPEG)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp472 UnicodeString fmts[] = { local
475 ChoiceFormat fmt1(limits, closures, fmts, 6);
H A Ddtfmttst.cpp3503 // fmtf, fmtl, fmtm, fmts;
3511 DateFormat* fmts = DateFormat::createDateTimeInstance(DateFormat::SHORT, DateFormat::FULL, loc); local
3512 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) {
3518 delete fmts;
3525 strs = fmts->format(dt, strs);
3540 delete fmts;
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp472 UnicodeString fmts[] = { local
475 ChoiceFormat fmt1(limits, closures, fmts, 6);
H A Ddtfmttst.cpp3506 // fmtf, fmtl, fmtm, fmts;
3514 DateFormat* fmts = DateFormat::createDateTimeInstance(DateFormat::SHORT, DateFormat::FULL, loc); local
3515 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) {
3521 delete fmts;
3528 strs = fmts->format(dt, strs);
3543 delete fmts;
/external/qemu/android/camera/
H A Dcamera-capture-linux.c660 * fmts - Upon success contains an array of supported pixel formats. The size of
664 * On success returns number of entries in the 'fmts' array. On failure returns
668 _camera_device_enum_pixel_formats(LinuxCameraDevice* cd, QemuPixelFormat** fmts) argument
694 *fmts = (QemuPixelFormat*)malloc(fmt_num * sizeof(QemuPixelFormat));
695 if (*fmts == NULL) {
699 arr = *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/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc2073 const std::vector<int>& fmts, AudioContentDescription* media_desc) {
2077 int preference = static_cast<int>(fmts.size());
2078 std::vector<int>::const_iterator it = fmts.begin();
2080 for (; it != fmts.end(); ++it) {
2072 MaybeCreateStaticPayloadAudioCodecs( const std::vector<int>& fmts, AudioContentDescription* media_desc) argument

Completed in 250 milliseconds