HomeSort by relevance Sort by last modified time
    Searched defs:targetFormat (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 243 FrameFormat targetFormat = inputPort.getPortFormat();
244 if (sourceFormat != null && targetFormat != null) {
245 if (mLogVerbose) Log.v(TAG, "Checking " + sourceFormat + " against " + targetFormat + ".");
253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat);
257 compatible = sourceFormat.isCompatibleWith(targetFormat);
264 + "format of type " + targetFormat + " but got a format of type "
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.cpp     [all...]

Completed in 856 milliseconds