Searched refs:outFormat (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DTexture.cpp175 GLint* outFormat, GLint* outType) {
178 *outFormat = GL_ALPHA;
182 *outFormat = GL_RGB;
189 *outFormat = GL_RGBA;
193 *outFormat = GL_LUMINANCE;
174 colorTypeToGlFormatAndType(SkColorType colorType, GLint* outFormat, GLint* outType) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java82 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
90 mRecorder.setOutputFormat(outFormat);
91 Log.v(TAG, "output format " + outFormat);
229 int videoFormat, int outFormat, String outFile, boolean videoOnly,
240 recorder.setOutputFormat(outFormat);
375 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
382 mRecorder.setOutputFormat(outFormat);
383 Log.v(TAG, "output format " + outFormat);
81 recordVideo(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
227 recordVideoFromSurface( int frameRate, int captureRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly, Surface persistentSurface) argument
374 invalidRecordSetting(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
/frameworks/av/media/mtp/
H A DMtpDatabase.h92 MtpObjectFormat& outFormat) = 0;
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c96 VO_AUDIO_OUTPUTINFO outFormat; local
210 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java223 int outFormat, String outFile, boolean videoOnly) {
234 mRecorder.setOutputFormat(outFormat);
235 Log.v(TAG, "output format " + outFormat);
222 stressVideoRecord(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp164 MtpObjectFormat& outFormat);
964 MtpObjectFormat& outFormat) {
980 outFormat = longValues[1];
961 getObjectFilePath(MtpObjectHandle handle, MtpString& outFilePath, int64_t& outFileLength, MtpObjectFormat& outFormat) argument

Completed in 486 milliseconds