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

  /hardware/intel/img/hwcomposer/include/
PlaneCapabilities.h 28 static bool isFormatSupported(int planeType, HwcLayer *hwcLayer);
  /frameworks/base/media/java/android/media/
MediaCodecList.java 142 * @see MediaCodecInfo.CodecCapabilities#isFormatSupported
218 if (caps != null && caps.isFormatSupported(format)) {
MediaCodecInfo.java 312 public final boolean isFormatSupported(MediaFormat format) {
    [all...]
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 265 static bool isFormatSupported (const TextureFormat& format)
275 if (!isFormatSupported(ref.getFormat()) || !isFormatSupported(cmp.getFormat()))
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 34 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer)
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 87 public boolean isSupported() { return isFormatSupported(mFormatName); }
480 private static boolean isFormatSupported(String format) {
  /hardware/intel/img/hwcomposer/common/base/
HwcLayer.cpp 339 } else if (PlaneCapabilities::isFormatSupported(DisplayPlane::PLANE_OVERLAY, this)) {
HwcLayerList.cpp 84 valid = PlaneCapabilities::isFormatSupported(planeType, hwcLayer);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 177 } else if (mIndex.isFormatSupported(format)) {
MtpDeviceIndex.java 127 public boolean isFormatSupported(int format) {
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 1106 bool isFormatSupported (const glw::GLenum format) const;
1147 bool ProgramBinaryCase::isFormatSupported (const glw::GLenum format) const
1183 if (!isFormatSupported(binary.format))
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 439 milliseconds