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

123

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp279 CHECK_EQ((status_t)OK, state->mCodec->getOutputFormat(&format));
H A DSimplePlayer.cpp574 status_t err = state->mCodec->getOutputFormat(&format);
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp334 mData->mCodec->getOutputFormat(&format);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp332 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg);
340 status_t JMediaCodec::getOutputFormat(JNIEnv *env, size_t index, jobject *format) const { function in class:android::JMediaCodec
343 if ((err = mCodec->getOutputFormat(index, &msg)) != OK) {
1233 status_t err = codec->getOutputFormat(env, index, &format);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp186 CHECK_EQ((status_t)OK, mCodec->getOutputFormat(&mOutputFormat));
424 res = mCodec->getOutputFormat(&format);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java75 * // can ignore if API level >= 21 and using getOutputFormat(outputBufferIndex)
76 * MediaFormat format = codec.getOutputFormat();
1002 * format. {@link #getOutputFormat()} returns the new format. Note, that
1003 * you can also use the new {@link #getOutputFormat(int)} method to
1154 public final MediaFormat getOutputFormat() { method in class:MediaCodec
1181 public final MediaFormat getOutputFormat(int index) { method in class:MediaCodec
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp230 ELFFileFormat* file_format = pTarget.getOutputFormat();
432 ELFFileFormat* file_format = getTarget().getOutputFormat();
1025 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat();
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp443 encoder->getOutputFormat(&newFormat);
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp412 mEncoder->getOutputFormat(&mOutputFormat);
H A DMediaCodec.cpp495 status_t MediaCodec::getOutputFormat(sp<AMessage> *format) const { function in class:android::MediaCodec
560 status_t MediaCodec::getOutputFormat(size_t index, sp<AMessage> *format) { function in class:android::MediaCodec
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp118 sp<AMessage> Converter::getOutputFormat() const { function in class:android::Converter
/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/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp114 ELFFileFormat* file_format = getTarget().getOutputFormat();
/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/Hexagon/
H A DHexagonRelocator.cpp402 ELFFileFormat *file_format = pTarget.getOutputFormat();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp502 ELFFileFormat* fileFormat = getTarget().getOutputFormat();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp392 ELFFileFormat* file_format = getTarget().getOutputFormat();

Completed in 632 milliseconds

123