Searched refs:formats (Results 1 - 9 of 9) 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/base/opengl/libagl/
H A Dstate.cpp370 GGLFormat const * formats = gglGetPixelFormatTable(); local
371 params[0] = formats[index].ah - formats[index].al;
376 GGLFormat const * formats = gglGetPixelFormatTable(); local
377 params[0] = formats[index].rh - formats[index].rl;
382 GGLFormat const * formats = gglGetPixelFormatTable(); local
383 params[0] = formats[index].gh - formats[index].gl;
388 GGLFormat const * formats local
[all...]
H A Dmipmap.cpp34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
H A Dtexture.cpp286 const GGLFormat& pixelFormat(c->rasterizer.formats[src.format]);
378 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1200 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1284 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1522 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
/frameworks/base/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
239 static vector<string> formats; variable
323 * 2. Form a list of command-line specified graphic formats. If
324 * no formats are specified, then form a list of all known formats.
392 // Positional parameters provide the names of graphic formats that
394 // known graphic formats when no positional parameters are provided.
396 // No command-line specified graphic formats
[all...]
/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.java2215 * Gets the supported preview formats. {@link android.graphics.ImageFormat#NV21}
2219 * @return a list of supported preview formats. This method will always
2225 ArrayList<Integer> formats = new ArrayList<Integer>();
2229 formats.add(f);
2231 return formats;
2302 * Gets the supported picture formats.
2304 * @return supported picture formats. This method will always return a
2310 ArrayList<Integer> formats = new ArrayList<Integer>();
2314 formats.add(f);
2316 return formats;
[all...]
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java247 * @return the {@link java.text.DateFormat} object that properly formats the time.
267 * @return the {@link java.text.DateFormat} object that properly formats the date.
337 * @return the {@link java.text.DateFormat} object that formats the date in long form.
347 * @return the {@link java.text.DateFormat} object that formats the date in long form.

Completed in 147 milliseconds