Home
last modified time | relevance | path

Searched refs:outFormat (Results 1 – 25 of 67) sorted by relevance

123

/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DDateUtils.java169 final java.text.DateFormat outFormat; in formatDate() local
171 outFormat = getLocalizedDateFormatWithoutYear(context); in formatDate()
173 outFormat = in formatDate()
177 synchronized (outFormat) { in formatDate()
178 outFormat.setTimeZone(UTC_TIMEZONE); in formatDate()
179 return outFormat.format(cal.getTime()); in formatDate()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java82 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideo() argument
90 mRecorder.setOutputFormat(outFormat); in recordVideo()
91 Log.v(TAG, "output format " + outFormat); in recordVideo()
229 int videoFormat, int outFormat, String outFile, boolean videoOnly, in recordVideoFromSurface() argument
240 recorder.setOutputFormat(outFormat); in recordVideoFromSurface()
375 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in invalidRecordSetting() argument
382 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
383 Log.v(TAG, "output format " + outFormat); in invalidRecordSetting()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_bufferdescriptor.cpp216 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat) in mali_gralloc_get_format_internal() argument
224 if (outFormat == NULL) in mali_gralloc_get_format_internal()
230 *outFormat = hnd->req_format; in mali_gralloc_get_format_internal()
H A Dmali_gralloc_bufferdescriptor.h114 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat);
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposerHal.h61 Error getReadbackBufferAttributes(Display display, common::V1_1::PixelFormat* outFormat, in getReadbackBufferAttributes() argument
63 return getReadbackBufferAttributes_2_3(display, reinterpret_cast<PixelFormat*>(outFormat), in getReadbackBufferAttributes()
94 virtual Error getReadbackBufferAttributes_2_3(Display display, PixelFormat* outFormat,
/aosp12/frameworks/av/media/codecs/amrwb/enc/fuzzer/
H A Damrwb_enc_fuzzer.cpp115 VO_AUDIO_OUTPUTINFO outFormat; in encodeFrames() local
120 mApiHandle->GetOutputData(mEncoderHandle, &outData, &outFormat); in encodeFrames()
/aosp12/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp77 sp<AMessage> outFormat; in Create() local
79 err = codec->getOutputFormat(&outFormat); in Create()
85 outFormat); in Create()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayInterface.cpp59 int32_t* __unused outFormat, int32_t* __unused outDataspace) in getReadbackBufferAttributes() argument
H A DExynosDisplayInterface.h65 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
/aosp12/frameworks/av/media/codecs/amrwb/enc/SampleCode/
H A DAMRWB_E_SAMPLE.c96 VO_AUDIO_OUTPUTINFO outFormat; in encode() local
213 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat); in encode()
/aosp12/frameworks/av/media/codecs/amrwb/enc/test/
H A DAmrwbEncoderTest.cpp93 VO_AUDIO_OUTPUTINFO outFormat; in TEST_P() local
135 status = mApiHandle.GetOutputData(mEncoderHandle, &outData, &outFormat); in TEST_P()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java223 int outFormat, String outFile, boolean videoOnly) { in stressVideoRecord() argument
234 mRecorder.setOutputFormat(outFormat); in stressVideoRecord()
235 Log.v(TAG, "output format " + outFormat); in stressVideoRecord()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DComposerVts.cpp95 PixelFormat* outFormat) { in createVirtualDisplay_2_2() argument
102 *outFormat = tmpFormat; in createVirtualDisplay_2_2()
/aosp12/frameworks/av/media/mtp/tests/MtpFuzzer/
H A DMtpMockDatabase.cpp204 MtpObjectFormat& outFormat) { in getObjectFilePath() argument
237 outFormat = obj->mFormat; in getObjectFilePath()
H A DMtpMockDatabase.h91 int64_t& outFileLength, MtpObjectFormat& outFormat);
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DDecoder.java196 MediaFormat outFormat = mCodec.getOutputFormat(); in decode() local
197 Log.i(TAG, "Output format changed. Format: " + outFormat.toString()); in decode()
H A DEncoder.java223 MediaFormat outFormat = mCodec.getOutputFormat(); in encode() local
224 Log.i(TAG, "Output format changed. Format: " + outFormat.toString()); in encode()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
H A DHwcHal.h98 Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat, in getReadbackBufferAttributes() argument
109 *outFormat = static_cast<PixelFormat>(format); in getReadbackBufferAttributes()
/aosp12/frameworks/av/media/mtp/
H A DIMtpDatabase.h92 MtpObjectFormat& outFormat) = 0;
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.cpp894 int32_t outFormat; in captureScreenWithReadback() local
898 &outFormat, &outDataspace)) != HWC2_ERROR_NONE) { in captureScreenWithReadback()
904 if ((ret = captureClass.allocBuffer(outFormat, display->mXres, display->mYres)) in captureScreenWithReadback()
950 outFormat, display->mXres, display->mYres, in captureScreenWithReadback()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h231 gralloc1_error_t getFormat(int32_t* outFormat) const { in getFormat() argument
232 *outFormat = mDescriptor.format; in getFormat()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_device_impl.h92 int32_t *outFormat);
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_device_impl.h92 int32_t *outFormat);
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerHal.h73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_device_impl.h92 int32_t *outFormat);

123