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

123

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DFisheyeFilter.java81 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:FisheyeFilter
H A DFixedRotationFilter.java54 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:FixedRotationFilter
H A DImageCombineFilter.java67 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:ImageCombineFilter
H A DImageSlicer.java69 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:ImageSlicer
H A DImageStitcher.java67 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:ImageStitcher
H A DLomoishFilter.java132 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:LomoishFilter
H A DResizeFilter.java64 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:ResizeFilter
H A DSaturateFilter.java81 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:SaturateFilter
H A DSharpenFilter.java79 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:SharpenFilter
H A DToPackedGrayFilter.java71 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:ToPackedGrayFilter
H A DVignetteFilter.java73 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:VignetteFilter
H A DGrainFilter.java103 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:GrainFilter
H A DRedEyeFilter.java91 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:RedEyeFilter
H A DAutoFixFilter.java169 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { method in class:AutoFixFilter
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java171 mOutputFormat = mMediaCodec.getOutputFormat();
H A DCpuVideoTrackDecoder.java87 mColorFormat = codec.getOutputFormat().getInteger(MediaFormat.KEY_COLOR_FORMAT);
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h125 status_t getOutputFormat(sp<AMessage> *format) const;
132 status_t getOutputFormat(size_t index, sp<AMessage> *format);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp164 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput);
610 return target().getOutputFormat()->getStrTab().index();
612 return target().getOutputFormat()->getDynStrTab().index();
614 return target().getOutputFormat()->getDynStrTab().index();
617 return target().getOutputFormat()->getDynSymTab().index();
621 return target().getOutputFormat()->getSymTab().index();
623 return target().getOutputFormat()->getDynSymTab().index();
627 return target().getOutputFormat()->getText().index();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp147 const ELFFileFormat* FileFormat = getOutputFormat();
301 ELFFileFormat* file_format = getOutputFormat();
308 ELFFileFormat* file_format = getOutputFormat();
403 const ELFFileFormat* file_format = getOutputFormat();
437 ELFFileFormat* file_format = getOutputFormat();
582 ELFFileFormat* file_format = getOutputFormat();
769 ELFFileFormat* file_format = getOutputFormat();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.h93 status_t getOutputFormat(JNIEnv *env, size_t index, jobject *format) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp279 ELFFileFormat* file_format = getOutputFormat();
523 ELFFileFormat* file_format = getOutputFormat();
705 ELFFileFormat* GNULDBackend::getOutputFormat() function in class:GNULDBackend
724 const ELFFileFormat* GNULDBackend::getOutputFormat() const function in class:GNULDBackend
752 getOutputFormat()->getShStrTab().setSize(shstrtab);
804 ELFFileFormat* file_format = getOutputFormat();
970 ELFFileFormat* file_format = getOutputFormat();
1038 ELFFileFormat* file_format = getOutputFormat();
1156 ELFFileFormat* file_format = getOutputFormat();
1195 ELFFileFormat* file_format = getOutputFormat();
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp107 ELFFileFormat* file_format = getOutputFormat();
244 ELFFileFormat* file_format = getOutputFormat();
265 const ELFFileFormat *file_format = getOutputFormat();
338 const ELFFileFormat* file_format = getOutputFormat();
587 const ELFFileFormat* file_format = getOutputFormat();
613 ELFFileFormat* file_format = getOutputFormat();
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h67 /// getOutputFormat - get the sections of the output file.
68 const ELFFileFormat* getOutputFormat() const;
69 ELFFileFormat* getOutputFormat();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java228 FrameFormat outputFormat = filter.getOutputFormat(outputPort.getName(),
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp139 mIsAudio(IsAudioFormat(mConverter->getOutputFormat())),
166 return mFormat != NULL ? mFormat : mConverter->getOutputFormat();
1007 mMediaSender->addTrack(converter->getOutputFormat(), flags);

Completed in 516 milliseconds

123