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

  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 113 int nFormats = native_get_num_file_formats();
114 if (nFormats == 0) return null;
116 int[] formats = new int[nFormats];
117 for (int i = 0; i < nFormats; ++i) {
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp 93 int nFormats;
94 ctx->glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &nFormats);
95 if (nFormats > count) {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 419 int nFormats = DescribePixelFormat(dpy, iPixelFormat,sizeof(PIXELFORMATDESCRIPTOR), &pfd);
422 for(iPixelFormat;iPixelFormat < nFormats; iPixelFormat++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 689 adapt->nFormats = NUM_FORMATS;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 689 adapt->nFormats = NUM_FORMATS;
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 100 milliseconds