Searched refs:mOutputFormat (Results 26 - 44 of 44) sorted by relevance

12

/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h123 sp<AMessage> mOutputFormat; member in struct:android::MediaCodecSource
H A DMediaCodec.h329 sp<AMessage> mOutputFormat; member in struct:android::MediaCodec
H A DACodec.h241 sp<AMessage> mOutputFormat; member in struct:android::ACodec
244 // format updates. This will equal to mOutputFormat until the first actual frame is received.
485 // |outputFormat| is mOutputFormat, it is copied to trigger an output format changed event.
539 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
/frameworks/av/media/libmedia/include/media/
H A DBufferProviders.h161 const audio_format_t mOutputFormat; member in class:android::ReformatBufferProvider
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h77 sp<AMessage> mOutputFormat; member in struct:android::NuPlayer::Decoder
H A DNuPlayerDecoder.cpp356 CHECK_EQ((status_t)OK, mCodec->getOutputFormat(&mOutputFormat));
364 if (mOutputFormat->findInt32("width", &width)
365 && mOutputFormat->findInt32("height", &height)) {
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h123 sp<AMessage> mOutputFormat; member in struct:android::MediaCodecSource
H A DMediaCodec.h329 sp<AMessage> mOutputFormat; member in struct:android::MediaCodec
H A DACodec.h241 sp<AMessage> mOutputFormat; member in struct:android::ACodec
244 // format updates. This will equal to mOutputFormat until the first actual frame is received.
485 // |outputFormat| is mOutputFormat, it is copied to trigger an output format changed event.
539 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoDecoderOMXComponent.h138 OMX_COLOR_FORMATTYPE mOutputFormat; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h168 uint32_t mOutputFormat; member in class:android::VirtualDisplaySurface
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java121 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4; field in class:MediaEncoderFilter
245 mMediaRecorder.setOutputFormat(mOutputFormat);
/frameworks/av/media/libstagefright/
H A DACodec.cpp935 portIndex == kPortIndexInput ? mInputFormat : mOutputFormat;
1254 info.mData = new MediaCodecBuffer(mOutputFormat, new ABuffer(bufferSize));
1327 info.mData = new MediaCodecBuffer(mOutputFormat, new ABuffer(bufferSize));
2290 // NOTE: both mBaseOutputFormat and mOutputFormat are outputFormat to signal first frame.
2299 mOutputFormat = outputFormat;
2313 (void)mOutputFormat->findInt32("pcm-encoding", (int32_t*)&codecPcmEncoding);
2316 mOutputFormat->setInt32("pcm-encoding", pcmEncoding);
2583 if (outputFormat.get() == mOutputFormat.get()) {
2584 mOutputFormat = mOutputFormat
[all...]
H A DFrameDecoder.cpp361 err = mDecoder->getOutputFormat(&mOutputFormat);
379 err = onOutputReceived(videoFrameBuffer, mOutputFormat, ptsUs, &done);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h103 output_format mOutputFormat; member in struct:android::StagefrightRecorder
/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h97 sp<AMessage> mOutputFormat; member in struct:android::FrameDecoder
/frameworks/av/media/libaudioprocessing/
H A DBufferProviders.cpp368 mOutputFormat(outputFormat)
376 memcpy_by_audio_format(dst, mOutputFormat, src, mInputFormat, frames * mChannelCount);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java460 String mOutputFormat = "jpg"; // for now field in class:WallpaperCropActivity.BitmapCropTask
774 convertExtensionToCompressFormat(getFileExtension(mOutputFormat));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java213 private FrameFormat mOutputFormat; field in class:BackDropperFilter

Completed in 311 milliseconds

12