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

/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c33 PCM formats[] = { variable
94 // loop over all formats
98 for (format = formats; format->numChannels; ++format) {
/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/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/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...]

Completed in 3787 milliseconds