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

  /external/opencv3/modules/core/test/ocl/
test_image2d.cpp 49 bool isFormatSupported = false, canCreateAlias = false;
51 EXPECT_NO_THROW(isFormatSupported = cv::ocl::Image2D::isFormatSupported(CV_8U, 1, false));
54 if (isFormatSupported && canCreateAlias)
72 bool isFormatSupported = false;
78 EXPECT_NO_THROW(isFormatSupported = cv::ocl::Image2D::isFormatSupported(CV_8U, 1, true));
80 if (isFormatSupported)
  /external/opencv3/modules/imgcodecs/src/
grfmt_base.cpp 94 bool BaseImageEncoder::isFormatSupported( int depth ) const
grfmt_hdr.cpp 160 bool HdrEncoder::isFormatSupported( int depth ) const {
grfmt_exr.cpp 571 bool ExrEncoder::isFormatSupported( int depth ) const
grfmt_png.cpp 313 bool PngEncoder::isFormatSupported( int depth ) const
grfmt_pxm.cpp 364 bool PxMEncoder::isFormatSupported( int depth ) const
grfmt_jpeg2000.cpp 432 bool Jpeg2KEncoder::isFormatSupported( int depth ) const
grfmt_tiff.cpp 486 bool TiffEncoder::isFormatSupported( int depth ) const
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
PlaneCapabilities.cpp 36 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
PlaneCapabilities.cpp 37 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer)
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
PlaneCapabilities.cpp 38 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer)
  /system/media/audio_utils/spdif/
SPDIFEncoder.cpp 61 // This a programmer error. Call isFormatSupported() first.
86 bool SPDIFEncoder::isFormatSupported(audio_format_t format)
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 268 static bool isFormatSupported (const TextureFormat& format)
278 if (!isFormatSupported(ref.getFormat()) || !isFormatSupported(cmp.getFormat()))
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 87 public boolean isSupported() { return isFormatSupported(mFormatName); }
480 private static boolean isFormatSupported(String format) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 140 public boolean isFormatSupported(MtpObjectInfo mtpObjectInfo) {
  /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...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 616 public final boolean isFormatSupported(MediaFormat format) {
660 // remove profile from this format otherwise levelCaps.isFormatSupported will
665 if (levelCaps != null && !levelCaps.isFormatSupported(formatWithoutProfile)) {
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 440 milliseconds