/external/ImageMagick/MagickWand/ |
magick-wand.c | 747 % MagickQueryFormats() returns any image formats that match the specified 758 % o number_formats: This integer returns the number of image formats in the 766 **formats; 772 formats=GetMagickList(pattern,number_formats,exception); 774 return(formats); 751 **formats; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageViewTests.cpp | 130 // \note We don't want to perform normalization on any compressed formats. 629 const VkFormat formats[] = local 711 // Compressed formats 759 de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses samplable formats")); 761 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) 763 const VkFormat format = formats[formatNdx]; 767 // Do not use compressed formats with 1D and 1D array textures.
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesImageSparseBinding.cpp | 422 static const tcu::TextureFormat formats[] = local 437 for (deInt32 formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) 439 const tcu::TextureFormat& format = formats[formatNdx];
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.cpp | 340 DXGI_FORMAT formats[] = { local 348 for(unsigned i = 0; i < sizeof(formats); ++i) 354 format = formats[i];
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 378 * Get all interested depth/stencil formats of a display. 382 enum pipe_format formats[8]) 397 formats[count++] = PIPE_FORMAT_NONE; 406 formats[count++] = fmt[i];
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
InstructionMethodItem.java | 41 import org.jf.dexlib2.iface.instruction.formats.Instruction20bc; 42 import org.jf.dexlib2.iface.instruction.formats.Instruction31t; 43 import org.jf.dexlib2.iface.instruction.formats.UnknownInstruction; 375 //this method is overridden by OffsetInstructionMethodItem, and should only be called for the formats that
|
/external/vulkan-validation-layers/demos/smoke/ |
Shell.cpp | 389 std::vector<VkSurfaceFormatKHR> formats; local 390 vk::get(ctx_.physical_dev, ctx_.surface, formats); 391 ctx_.format = formats[0];
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_structures.py | 46 formats = {"c": c_char, variable in class:StructureTestCase 62 for code, tp in self.formats.items(): 70 for code, tp in self.formats.items():
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
shutil.py | 471 """Returns a list of supported formats for archiving and unarchiving. 475 formats = [(name, registry[2]) for name, registry in 477 formats.sort() 478 return formats
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_structures.py | 46 formats = {"c": c_char, variable in class:StructureTestCase 62 for code, tp in self.formats.items(): 70 for code, tp in self.formats.items():
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
shutil.py | 471 """Returns a list of supported formats for archiving and unarchiving. 475 formats = [(name, registry[2]) for name, registry in 477 formats.sort() 478 return formats
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_structures.py | 46 formats = {"c": c_char, variable in class:StructureTestCase 62 for code, tp in self.formats.items(): 70 for code, tp in self.formats.items():
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 471 """Returns a list of supported formats for archiving and unarchiving. 475 formats = [(name, registry[2]) for name, registry in 477 formats.sort() 478 return formats
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_structures.py | 46 formats = {"c": c_char, variable in class:StructureTestCase 62 for code, tp in self.formats.items(): 70 for code, tp in self.formats.items():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 471 """Returns a list of supported formats for archiving and unarchiving. 475 formats = [(name, registry[2]) for name, registry in 477 formats.sort() 478 return formats
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 2954 ArrayList<Integer> formats = new ArrayList<Integer>(); local 3039 ArrayList<Integer> formats = new ArrayList<Integer>(); local [all...] |
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 301 jint* formats = env->GetIntArrayElements(array, 0); local 304 list->push(formats[i]); 305 env->ReleaseIntArrayElements(array, formats, 0); 319 jint* formats = env->GetIntArrayElements(array, 0); local 322 list->push(formats[i]); 323 env->ReleaseIntArrayElements(array, formats, 0); [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
DeviceInfoResult.java | 169 String formats) throws IOException { 171 OPENGL_TEXTURE_FORMAT_DELIM, null, formats, "name");
|
/external/libvncserver/test/ |
tjunittest.c | 336 void doTest(int w, int h, const int *formats, int nformats, int subsamp, 358 pf=formats[pfi];
|
/external/mesa3d/docs/ |
WL_bind_wayland_display.spec | 99 YUV formats. Depending on the exact YUV format in use, the 171 formats. (Kristian Høgsberg) 174 and just define the new YUV texture formats. Add support for
|
/frameworks/av/camera/ |
CameraParameters.cpp | 487 void CameraParameters::getSupportedPreviewFormats(Vector<int>& formats) const { 492 ALOGW("%s: No supported preview formats.", __FUNCTION__); 504 formats.add(actual);
|
/packages/apps/Messaging/build/ |
android_lint.mk | 46 # which filters out issues from the support library and formats it for console
|
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
VideoChatTestActivity.java | 89 List<Integer> formats = params.getSupportedPreviewFormats(); local 102 logMessage("formats"); 103 for (Integer format : formats) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
bdist_rpm.py | 306 sdist.formats = ['bztar'] 308 sdist.formats = ['gztar']
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
bdist_rpm.py | 306 sdist.formats = ['bztar'] 308 sdist.formats = ['gztar']
|