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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 242 FrameFormat sourceFormat = inputPort.getSourceFormat();
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);
265 + sourceFormat + "!");
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer11.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h 462 static bool packImageData(Image*, const void* pixels, GC3Denum format, GC3Denum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
GraphicsContext3DImagePacking.cpp     [all...]

Completed in 114 milliseconds