HomeSort by relevance Sort by last modified time
    Searched refs:pixelFormats (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCaptureAndroid.java 101 List<Integer> pixelFormats = parameters.getSupportedPreviewFormats();
102 if (pixelFormats == null) {
103 pixelFormats = new ArrayList<Integer>();
105 if (pixelFormats.size() == 0) {
106 pixelFormats.add(ImageFormat.UNKNOWN);
108 for (Integer previewFormat : pixelFormats) {
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 274 std::vector<int> pixelFormats(values[0]);
276 pixelFormats[i] = i+1;
278 return pixelFormats;
456 std::vector<int> pixelFormats = wgl.getPixelFormats(deviceCtx);
458 for (std::vector<int>::const_iterator fmtIter = pixelFormats.begin(); fmtIter != pixelFormats.end(); ++fmtIter)

Completed in 233 milliseconds