Home
last modified time | relevance | path

Searched refs:getOutputFormat (Results 1 – 25 of 104) sorted by relevance

12345

/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp162 const ELFFileFormat* FileFormat = getOutputFormat(); in emitSectionData()
234 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
348 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
444 ELFFileFormat* file_format = getOutputFormat(); in setRelDynSize()
450 ELFFileFormat* file_format = getOutputFormat(); in setRelPLTSize()
601 ELFFileFormat* file_format = getOutputFormat(); in setRelDynSize()
607 ELFFileFormat* file_format = getOutputFormat(); in setRelPLTSize()
615 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp91 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
214 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout()
236 const ELFFileFormat* file_format = getOutputFormat(); in doPostLayout()
272 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData()
294 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
375 ELFFileFormat* file_format = getOutputFormat(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp161 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput); in writeObject()
595 return target().getOutputFormat()->getStrTab().index(); in getSectLink()
597 return target().getOutputFormat()->getDynStrTab().index(); in getSectLink()
599 return target().getOutputFormat()->getDynStrTab().index(); in getSectLink()
602 return target().getOutputFormat()->getDynSymTab().index(); in getSectLink()
606 return target().getOutputFormat()->getSymTab().index(); in getSectLink()
608 return target().getOutputFormat()->getDynSymTab().index(); in getSectLink()
612 return target().getOutputFormat()->getText().index(); in getSectLink()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp266 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols()
494 ELFFileFormat* file_format = getOutputFormat(); in finalizeStandardSymbols()
662 ELFFileFormat* GNULDBackend::getOutputFormat() { in getOutputFormat() function in mcld::GNULDBackend
757 ELFFileFormat* file_format = getOutputFormat(); in sizeNamePools()
916 ELFFileFormat* file_format = getOutputFormat(); in emitRegNamePools()
984 ELFFileFormat* file_format = getOutputFormat(); in emitDynNamePools()
1101 ELFFileFormat* file_format = getOutputFormat(); in emitELFHashTab()
1139 ELFFileFormat* file_format = getOutputFormat(); in emitGNUHashTab()
1275 if (getOutputFormat()->hasInterp()) { in emitInterp()
2068 if (getOutputFormat()->hasStackNote()) { in setupGNUStackInfo()
[all …]
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp101 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
208 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout()
231 const ELFFileFormat* format = getOutputFormat(); in doPostLayout()
264 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData()
550 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
594 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols()
787 LDSection& symtab = getOutputFormat()->getSymTab(); in relaxRelocation()
788 LDSection& strtab = getOutputFormat()->getStrTab(); in relaxRelocation()
1266 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections()
1311 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections()
/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DMediaCodec_sanity_test.cpp217 EXPECT_EQ(codec->getOutputFormat(&ofmt), OK); in TEST_F()
256 EXPECT_EQ(codec->getOutputFormat(ix, &ofmt), OK); in TEST_F()
276 EXPECT_EQ(codec->getOutputFormat(&ofmt), OK); in TEST_F()
300 EXPECT_EQ(codec->getOutputFormat(&ofmt), OK); in TEST_P()
338 EXPECT_EQ(codec->getOutputFormat(ix, &ofmt), OK); in TEST_P()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
H A DMediaCodecAudioDecoder.java194 public android.media.MediaFormat getOutputFormat() { in getOutputFormat() method in MediaCodecAudioDecoder
195 return mCodec.getOutputFormat(); in getOutputFormat()
H A DAudioDecoder.java66 public android.media.MediaFormat getOutputFormat() { in getOutputFormat() method in AudioDecoder
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp141 const ELFFileFormat* FileFormat = getOutputFormat(); in emitSectionData()
280 ELFFileFormat* file_format = getOutputFormat(); in setRelaDynSize()
286 ELFFileFormat* file_format = getOutputFormat(); in setRelaPLTSize()
375 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
407 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
550 ELFFileFormat* file_format = getOutputFormat(); in doRelax()
759 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols()
/aosp12/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayWriteback.cpp208 int Writeback::getOutputFormat() { in getOutputFormat() function in overlay::Writeback
270 utils::getFormatString(sWb->getOutputFormat())); in getDump()
H A DoverlayWriteback.h90 int getOutputFormat();
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DFrameBranch.java47 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { in getOutputFormat() method in FrameBranch
H A DRetargetFilter.java53 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { in getOutputFormat() method in RetargetFilter
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp175 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
304 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout()
326 const ELFFileFormat* file_format = getOutputFormat(); in doPostLayout()
393 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData()
689 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
822 ELFFileFormat* file_format = getOutputFormat(); in doRelax()
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/
H A DPassthroughTrackTranscoder.h93 std::shared_ptr<AMediaFormat> getOutputFormat() const override;
H A DMediaTrackTranscoder.h95 virtual std::shared_ptr<AMediaFormat> getOutputFormat() const = 0;
/aosp12/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayWriteback.h88 int getOutputFormat();
/aosp12/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayWriteback.h88 int getOutputFormat();
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DDecoder.java196 MediaFormat outFormat = mCodec.getOutputFormat(); in decode()
259 return mCodec.getOutputFormat(); in getFormat()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DNegativeFilter.java57 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { in getOutputFormat() method in NegativeFilter
H A DPosterizeFilter.java60 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { in getOutputFormat() method in PosterizeFilter
H A DCrossProcessFilter.java82 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { in getOutputFormat() method in CrossProcessFilter
H A DDrawOverlayFilter.java51 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { in getOutputFormat() method in DrawOverlayFilter
H A DSepiaFilter.java58 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { in getOutputFormat() method in SepiaFilter
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java59 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) { in getOutputFormat() method in ThroughputFilter

12345