Searched defs:outputFormat (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/audioflinger/
H A DBufferProviders.cpp306 audio_format_t inputFormat, audio_format_t outputFormat,
310 channelCount * audio_bytes_per_sample(outputFormat),
314 mOutputFormat(outputFormat)
317 this, channelCount, inputFormat, outputFormat);
305 ReformatBufferProvider(int32_t channelCount, audio_format_t inputFormat, audio_format_t outputFormat, size_t bufferFrameCount) argument
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp335 const sp<AMessage> &outputFormat,
340 mOutputFormat(outputFormat),
333 MediaCodecSource( const sp<ALooper> &looper, const sp<AMessage> &outputFormat, const sp<MediaSource> &source, const sp<IGraphicBufferConsumer> &consumer, uint32_t flags) argument
H A DStagefrightMetadataRetriever.cpp226 sp<AMessage> outputFormat = NULL; local
305 err = decoder->getOutputFormat(&outputFormat);
325 if (err != OK || size <= 0 || outputFormat == NULL) {
339 CHECK(outputFormat->findString("mime", &mime));
347 CHECK(outputFormat->findInt32("width", &width));
348 CHECK(outputFormat->findInt32("height", &height));
351 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) {
379 CHECK(outputFormat->findInt32("color-format", &srcFormat));
H A DACodec.cpp1629 sp<AMessage> outputFormat = mNotify->dup(); // will use this for kWhatOutputFormatChanged local
1776 outputFormat->setInt32("auto-frc", enabled);
1940 status_t err = getPortFormat(kPortIndexOutput, outputFormat);
1946 if (!outputFormat->findInt32("color-format", &colorFormat)) {
1984 outputFormat->setInt32("using-sw-renderer", 1);
2170 mBaseOutputFormat = outputFormat;
2174 err = getPortFormat(kPortIndexOutput, outputFormat);
2177 mOutputFormat = outputFormat;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp46 const sp<AMessage> &outputFormat,
50 mOutputFormat(outputFormat),
43 Converter( const sp<AMessage> &notify, const sp<ALooper> &codecLooper, const sp<AMessage> &outputFormat, uint32_t flags) argument
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp392 int outputFormat, int videoEncoder, int width, int height, int fps);
469 int outputFormat, int videoEncoder, int width, int height, int fps) {
472 mr->setOutputFormat(outputFormat);
468 setUpMediaRecorder(int fd, int videoSource, int outputFormat, int videoEncoder, int width, int height, int fps) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1590 const sp<AMessage> &outputFormat) {
1598 if (outputFormat != NULL) {
1600 CHECK(outputFormat->findInt32("width", &width));
1601 CHECK(outputFormat->findInt32("height", &height));
1604 CHECK(outputFormat->findRect(
1588 updateVideoSize( const sp<AMessage> &inputFormat, const sp<AMessage> &outputFormat) argument

Completed in 165 milliseconds