Searched refs:formats (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/media/java/android/media/
H A DEncoderCapabilities.java109 * Returns the array of supported output file formats.
116 int[] formats = new int[nFormats];
118 formats[i] = native_get_file_format(i);
120 return formats;
/frameworks/native/opengl/libagl/
H A Dstate.cpp371 GGLFormat const * formats = gglGetPixelFormatTable(); local
372 params[0] = formats[index].ah - formats[index].al;
377 GGLFormat const * formats = gglGetPixelFormatTable(); local
378 params[0] = formats[index].rh - formats[index].rl;
383 GGLFormat const * formats = gglGetPixelFormatTable(); local
384 params[0] = formats[index].gh - formats[index].gl;
389 GGLFormat const * formats local
[all...]
H A Dmipmap.cpp34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
H A Dtexture.cpp285 const GGLFormat& pixelFormat(c->rasterizer.formats[src.format]);
377 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1199 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1283 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1521 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp27 * graphic formats:
67 * Measurements are made for each of the graphic formats specified as
68 * positional parameters on the command-line. If no graphic formats
238 static vector<string> formats; variable
322 * 2. Form a list of command-line specified graphic formats. If
323 * no formats are specified, then form a list of all known formats.
391 // Positional parameters provide the names of graphic formats that
393 // known graphic formats when no positional parameters are provided.
395 // No command-line specified graphic formats
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c33 PCM formats[] = { variable
94 // loop over all formats
98 for (format = formats; format->numChannels; ++format) {
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp58 Vector<output_format> formats = sProfiles->getOutputFileFormats(); local
59 int nSize = formats.size();
64 return static_cast<jint>(formats[index]);
H A Dandroid_mtp_MtpDatabase.cpp288 jint* formats = env->GetIntArrayElements(array, 0); local
291 list->push(formats[i]);
292 env->ReleaseIntArrayElements(array, formats, 0);
306 jint* formats = env->GetIntArrayElements(array, 0); local
309 list->push(formats[i]);
310 env->ReleaseIntArrayElements(array, formats, 0);
/frameworks/base/core/java/android/hardware/
H A DCamera.java655 * <p>For formats besides YV12, the size of the buffer is determined by
2402 * the available preview formats.
2463 * Gets the supported preview formats. {@link android.graphics.ImageFormat#NV21}
2467 * @return a list of supported preview formats. This method will always
2474 ArrayList<Integer> formats = new ArrayList<Integer>();
2478 formats.add(f);
2480 return formats;
2551 * Gets the supported picture formats.
2553 * @return supported picture formats. This method will always return a
2559 ArrayList<Integer> formats
[all...]
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java265 * @return the {@link java.text.DateFormat} object that properly formats the time.
285 * @return the {@link java.text.DateFormat} object that properly formats the date.
355 * @return the {@link java.text.DateFormat} object that formats the date in long form.
365 * @return the {@link java.text.DateFormat} object that formats the date in long form.

Completed in 987 milliseconds