HomeSort by relevance Sort by last modified time
    Searched refs:nFormats (Results 1 - 3 of 3) 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) {
  /development/tools/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp 77 int nFormats;
78 ctx->glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &nFormats);
79 if (nFormats > count) {
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 419 int nFormats = DescribePixelFormat(dpy, iPixelFormat,sizeof(PIXELFORMATDESCRIPTOR), &pfd);
422 for(iPixelFormat;iPixelFormat < nFormats; iPixelFormat++) {

Completed in 629 milliseconds