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

/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/libs/hwui/
H A DTexture.cpp200 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType) {
203 *outFormat = GL_ALPHA;
211 *outFormat = GL_RGBA;
215 *outFormat = GL_RGB;
223 *outFormat = GL_RGBA;
228 *outFormat = GL_LUMINANCE;
235 *outFormat = GL_RGBA;
239 *outFormat = GL_RGBA;
199 colorTypeToGlFormatAndType(const Caches& caches, SkColorType colorType, bool needSRGB, GLint* outInternalFormat, 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/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.cpp165 MtpObjectFormat& outFormat);
968 MtpObjectFormat& outFormat) {
984 outFormat = longValues[1];
965 getObjectFilePath(MtpObjectHandle handle, MtpString& outFilePath, int64_t& outFileLength, MtpObjectFormat& outFormat) argument
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp961 android_pixel_format_t* outFormat, hwc2_display_t* outDisplay,
969 reinterpret_cast<int32_t*>(outFormat), outDisplay));
960 createVirtualDisplay(uint32_t width, uint32_t height, android_pixel_format_t* outFormat, hwc2_display_t* outDisplay, hwc2_error_t* outErr = nullptr) argument

Completed in 210 milliseconds