HomeSort by relevance Sort by last modified time
    Searched full:fmts (Results 1 - 22 of 22) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_info_drm.cpp 328 for (auto &fmts : info.formats_supported) {
329 GetSDMFormat(fmts.first, fmts.second, &sdm_formats);
348 for (auto &fmts : connector_info.formats_supported) {
349 GetSDMFormat(fmts.first, fmts.second, &supported_sdm_formats);
494 vector<LayerBufferFormat> &fmts(*sdm_formats);
497 fmts.push_back(kFormatARGB8888);
500 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888);
503 fmts.push_back(kFormatBGRA8888)
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_info_drm.cpp 317 for (auto &fmts : info.formats_supported) {
318 GetSDMFormat(fmts.first, fmts.second, &sdm_formats);
337 for (auto &fmts : connector_info.formats_supported) {
338 GetSDMFormat(fmts.first, fmts.second, &supported_sdm_formats);
483 vector<LayerBufferFormat> &fmts(*sdm_formats);
486 fmts.push_back(kFormatARGB8888);
489 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888);
492 fmts.push_back(kFormatBGRA8888)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.cpp 285 for (auto &fmts : pipe_type.second.formats_supported) {
286 GetSDMFormat(fmts.first, fmts.second, &supported_sdm_formats);
339 for (auto &fmts : connector_info.formats_supported) {
340 GetSDMFormat(fmts.first, fmts.second, &supported_sdm_formats);
483 vector<LayerBufferFormat> &fmts(*sdm_formats);
486 fmts.push_back(kFormatARGB8888);
489 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888);
492 fmts.push_back(kFormatBGRA8888)
    [all...]
  /external/webrtc/webrtc/modules/video_capture/linux/
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[3] = V4L2_PIX_FMT_MJPEG
    [all...]
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)
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 86 fmts = props["android.scaler.streamConfigurationMap"]["availableStreamConfigurations"]
87 fmts = sorted(fmts, key=lambda k: k["width"]*k["height"], reverse=True)
89 pixel_pitch_h = (sensor_size["height"] / fmts[0]["height"] * 1E3)
90 pixel_pitch_w = (sensor_size["width"] / fmts[0]["width"] * 1E3)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 302 NumberFormat fmt = null, fmts[] = null; local
306 fmts = (NumberFormat[]) fmto;
321 if (fmts != null) {
322 n = Math.max(n, fmts.length);
331 expect(fmts == null ? fmt : fmts[i],
TestMessageFormat.java 938 Format[] fmts = new Format[] { local
1085 Format fmts[] = {new DecimalFormat()}; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 299 NumberFormat fmt = null, fmts[] = null; local
303 fmts = (NumberFormat[]) fmto;
318 if (fmts != null) {
319 n = Math.max(n, fmts.length);
328 expect(fmts == null ? fmt : fmts[i],
TestMessageFormat.java 935 Format[] fmts = new Format[] { local
1082 Format fmts[] = {new DecimalFormat()}; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 139 int fmts[] = map.getOutputFormats(); local
140 if (fmts != null) {
141 for (int fi = 0; fi < Array.getLength(fmts); fi++) {
142 Size sizes[] = map.getOutputSizes(fmts[fi]);
146 obj.put("format", fmts[fi]);
151 map.getOutputMinFrameDuration(fmts[fi],sizes[si]));
155 sizes = map.getHighResolutionOutputSizes(fmts[fi]);
159 obj.put("format", fmts[fi]);
164 map.getOutputMinFrameDuration(fmts[fi],sizes[si]));
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 308 int fmts[] = map.getOutputFormats(); local
309 if (fmts != null) {
310 for (int fi = 0; fi < Array.getLength(fmts); fi++) {
311 Size sizes[] = map.getOutputSizes(fmts[fi]);
315 obj.put("format", fmts[fi]);
320 map.getOutputMinFrameDuration(fmts[fi], sizes[si]));
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
CameraDeviceInfo.java 140 int fmts[] = map.getOutputFormats(); local
141 if (fmts != null) {
143 for (int fi = 0; fi < Array.getLength(fmts); fi++) {
144 Size sizes[] = map.getOutputSizes(fmts[fi]);
148 mStore.addResult("format", fmts[fi]);
153 map.getOutputMinFrameDuration(fmts[fi], sizes[si]));
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 701 int fmts[] = { local
711 const int numFmts = (sizeof(fmts) / sizeof(fmts[0]));
715 ASSERT_EQ(OK, native_window_set_buffers_format(anw.get(), fmts[i]));
717 EXPECT_EQ(fmts[i], fmt);
  /external/libedit/src/
terminal.c 1469 static const char fmts[] = "%s\\n", fmtd[] = "%d\\n"; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 225 * - BAD_VALUE if the set of streams was invalid (e.g. fmts or sizes)
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 473 UnicodeString fmts[] = { local
476 ChoiceFormat fmt1(limits, closures, fmts, 6);
dtfmttst.cpp 3700 DateFormat* fmts = DateFormat::createDateTimeInstance(DateFormat::SHORT, DateFormat::FULL, loc); local
    [all...]
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 328 # check fov coverage for all fmts in AR_CHECKED
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc     [all...]
  /art/disassembler/
disassembler_mips.cc 572 size_t fmt = (instruction >> 21) & 0x7; // TODO: other fmts?
    [all...]
  /prebuilts/libs/libedit/linux-x86/lib/
libedit.a     [all...]

Completed in 1057 milliseconds