Searched refs:getOutputFormat (Results 51 - 69 of 69) sorted by relevance

123

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp139 mIsAudio(IsAudioFormat(mConverter->getOutputFormat())),
166 return mFormat != NULL ? mFormat : mConverter->getOutputFormat();
1015 mMediaSender->addTrack(converter->getOutputFormat(), flags);
H A DConverter.cpp118 sp<AMessage> Converter::getOutputFormat() const { function in class:android::Converter
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp299 CHECK_EQ((status_t)OK, state->mCodec->getOutputFormat(&format));
H A DSimplePlayer.cpp571 status_t err = state->mCodec->getOutputFormat(&format);
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp342 mData->mCodec->getOutputFormat(&format);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp378 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg);
386 status_t JMediaCodec::getOutputFormat(JNIEnv *env, size_t index, jobject *format) const { function in class:android::JMediaCodec
389 if ((err = mCodec->getOutputFormat(index, &msg)) != OK) {
1483 status_t err = codec->getOutputFormat(env, index, &format);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java92 MediaFormat format = codec.getOutputFormat(bufferId);
386 MediaFormat bufferFormat = codec.getOutputFormat(outputBufferId); // option A
396 // Can ignore if using getOutputFormat(outputBufferId)
406 mOutputFormat = codec.getOutputFormat(); // option B
431 MediaFormat outputFormat = codec.getOutputFormat(); // option B
444 MediaFormat bufferFormat = codec.getOutputFormat(outputBufferId); // option A
451 // Can ignore if using getOutputFormat(outputBufferId)
452 outputFormat = codec.getOutputFormat(); // option B
489 MediaFormat format = codec.getOutputFormat();
1047 <td class=fn>{@link #getOutputFormat()}</t
2514 public final MediaFormat getOutputFormat() { method in class:MediaCodec
2543 public final MediaFormat getOutputFormat(int index) { method in class:MediaCodec
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp207 ELFFileFormat* file_format = pTarget.getOutputFormat();
395 ELFFileFormat* file_format = getTarget().getOutputFormat();
994 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat();
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp446 encoder->getOutputFormat(&newFormat);
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp426 mEncoder->getOutputFormat(&mOutputFormat);
H A DStagefrightMetadataRetriever.cpp308 err = decoder->getOutputFormat(&outputFormat);
H A DMediaCodec.cpp783 status_t MediaCodec::getOutputFormat(sp<AMessage> *format) const { function in class:android::MediaCodec
858 status_t MediaCodec::getOutputFormat(size_t index, sp<AMessage> *format) { function in class:android::MediaCodec
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java170 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:Filter
340 * {@link #getOutputFormat(String, FrameFormat) getOutputFormat} to specify what format your
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp299 CHECK_EQ((status_t)OK, mCodec->getOutputFormat(&mOutputFormat));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java551 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:BackDropperFilter
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp108 ELFFileFormat* file_format = getTarget().getOutputFormat();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp412 ELFFileFormat* file_format = pTarget.getOutputFormat();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp453 ELFFileFormat* fileFormat = getTarget().getOutputFormat();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp341 ELFFileFormat* file_format = getTarget().getOutputFormat();

Completed in 431 milliseconds

123