Searched defs:formats (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioMixPort.java30 int[] formats, AudioGain[] gains) {
31 super(handle, role, samplingRates, channelMasks, formats, gains);
29 AudioMixPort(AudioHandle handle, int role, int[] samplingRates, int[] channelMasks, int[] formats, AudioGain[] gains) argument
H A DAudioDevicePort.java40 int[] formats, AudioGain[] gains, int type, String address) {
44 samplingRates, channelMasks, formats, gains);
39 AudioDevicePort(AudioHandle handle, int[] samplingRates, int[] channelMasks, int[] formats, AudioGain[] gains, int type, String address) argument
H A DAudioPort.java78 int[] formats, AudioGain[] gains) {
83 mFormats = formats;
120 public int[] formats() { method in class:AudioPort
77 AudioPort(AudioHandle handle, int role, int[] samplingRates, int[] channelMasks, int[] formats, AudioGain[] gains) argument
/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/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java48 * <p>This is the authoritative list for all <!-- input/ -->output formats (and sizes respectively
142 * Get the image {@code format} output formats in this stream configuration.
144 * <p>All image formats returned by this function will be defined in either {@link ImageFormat}
160 * Get the image {@code format} input formats in this stream configuration.
162 * <p>All image formats returned by this function will be defined in either {@link ImageFormat}
332 // Override RGB formats to IMPLEMENTATION_DEFINED, b/9487482
356 * <p>Since some of the supported classes may support additional formats beyond
361 * formats; in particular {@link #isOutputSupportedFor(Class)} will return {@code true} for
373 * an array of supported sizes for implementation-defined formats,
381 // Image reader is "supported", but never for implementation-defined formats; retur
951 imageFormatToPublic(int[] formats) argument
1012 imageFormatToInternal(int[] formats) argument
[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.cpp296 jint* formats = env->GetIntArrayElements(array, 0); local
299 list->push(formats[i]);
300 env->ReleaseIntArrayElements(array, formats, 0);
314 jint* formats = env->GetIntArrayElements(array, 0); local
317 list->push(formats[i]);
318 env->ReleaseIntArrayElements(array, formats, 0);
/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...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp273 Vector<int32_t> formats; local
277 shimParams.getSupportedPreviewFormats(/*out*/formats);
282 formats.add(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED);
287 size_t streamConfigSize = (sizes.size() * formats.size() + jpegSizes.size()) * INTS_PER_CONFIG;
292 for (size_t i = 0; i < formats.size(); ++i) {
294 streamConfigs.add(formats[i]);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3275 final String[] formats = new String[mCols];
3286 formats[col] = String.format("%%-%ds", maxLength);
3288 formats[mCols - 1] = "%s";
3289 printRow(out, formats, mTable.get(0));
3297 printRow(out, formats, row);
3301 private void printRow(PrintWriter out, String[] formats, Object[] row) { argument
3303 out.printf(String.format(formats[j], row[j].toString()));
/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
237 static vector<string> formats; variable
321 * 2. Form a list of command-line specified graphic formats. If
322 * no formats are specified, then form a list of all known formats.
390 // Positional parameters provide the names of graphic formats that
392 // known graphic formats when no positional parameters are provided.
394 // No command-line specified graphic formats
[all...]

Completed in 271 milliseconds