Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp74 SectionMap::Output::Output(const std::string& pName) in Output() function in mcld::SectionMap::Output
95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) in Output() function in mcld::SectionMap::Output
107 bool SectionMap::Output::hasContent() const { in hasContent()
111 SectionMap::Output::const_dot_iterator
112 SectionMap::Output::find_first_explicit_dot() const { in find_first_explicit_dot()
120 SectionMap::Output::dot_iterator SectionMap::Output::find_first_explicit_dot() { in find_first_explicit_dot()
128 SectionMap::Output::const_dot_iterator
129 SectionMap::Output::find_last_explicit_dot() const { in find_last_explicit_dot()
142 SectionMap::Output::dot_iterator SectionMap::Output::find_last_explicit_dot() { in find_last_explicit_dot()
162 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end(); in ~SectionMap()
[all …]
/frameworks/av/media/img_utils/src/
DOutput.cpp23 Output::~Output() {} in ~Output()
24 status_t Output::open() { return OK; } in open()
25 status_t Output::close() { return OK; } in close()
DAndroid.mk25 Output.cpp \
DEndianUtils.cpp22 EndianOutput::EndianOutput(Output* out, Endianness end) in EndianOutput()
DTiffWriter.cpp59 status_t TiffWriter::write(Output* out, StripSource** sources, size_t sourcesCount, in write()
132 status_t TiffWriter::write(Output* out, Endianness end) { in write()
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h62 class Output {
74 explicit Output(const std::string& pName);
75 explicit Output(const OutputSectDesc& pOutputDesc);
140 bool operator()(const Output* LHS, const Output* RHS) const { in operator()
145 typedef std::pair<const Output*, const Input*> const_mapping;
146 typedef std::pair<Output*, Input*> mapping;
148 typedef std::vector<Output*> OutputDescList;
/frameworks/av/media/img_utils/include/img_utils/
DOutput.h30 class ANDROID_API Output {
32 virtual ~Output();
DTiffWriter.h40 class Output; variable
93 virtual status_t write(Output* out, StripSource** sources, size_t sourcesCount,
107 virtual status_t write(Output* out, Endianness end = LITTLE);
DEndianUtils.h55 class ANDROID_API EndianOutput : public Output {
61 explicit EndianOutput(Output* out, Endianness end=LITTLE);
127 Output* mOutput;
DStripSource.h42 virtual status_t writeToStream(Output& stream, uint32_t count) = 0;
DFileOutput.h30 class ANDROID_API FileOutput : public Output {
DByteArrayOutput.h34 class ANDROID_API ByteArrayOutput : public Output {
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h159 explicit SectDescOperand(const SectionMap::Output* pOutputDesc);
164 const SectionMap::Output* outputDesc() const { return m_pOutputDesc; } in outputDesc()
176 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
181 const SectionMap::Output* m_pOutputDesc;
/frameworks/av/media/libstagefright/include/
DMediaCodecSource.h152 struct Output { struct
153 Output();
159 Mutexed<Output> mOutput;
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy152 /* Output Section Data */
159 /* Output Section Discarding */
161 /* Output Section Keywords */
164 /* Output Section Attributes */
165 /* Output Section Type */
171 /* Output Section LMA */
175 /* Output Section Constraint */
384 /* Output Section Attributes */
423 /* Forced Output Alignment */
482 data values to include directly (see Output Section Data)
[all …]
DScriptScanner.ll141 /* Output Section Data */
148 /* Output Section Discarding */
150 /* Output Section Keywords */
153 /* Output Section Attributes */
154 /* Output Section Type */
160 /* Output Section LMA */
164 /* Output Section Constraint */
DOperand.cpp143 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) in SectDescOperand()
153 const SectionMap::Output* pOutputDesc) { in create()
DAssignment.cpp133 SectionMap::Output::reference in = script.sectionMap().back()->back(); in activate()
/frameworks/base/media/mca/filterfw/native/core/
Dstatistics.h60 float Output() const { return value_; } in Output() function
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp317 MediaCodecSource::Output::Output() in Output() function in android::MediaCodecSource::Output
395 Mutexed<Output>::Locked output(mOutput); in read()
567 Mutexed<Output>::Locked output(mOutput); in initEncoder()
603 Mutexed<Output>::Locked output(mOutput); in signalEOS()
932 Mutexed<Output>::Locked output(mOutput); in onMessageReceived()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td112 // Output
117 def Output : Separate<["-"], "o">,
119 HelpText<"Output filename">;
122 Alias<Output>;
126 HelpText<"Output format">;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java835 StaticMetadata.StreamDirection.Output); in getRawDimensChecked()
1270 StreamDirection.Output); in getRawOutputSizesChecked()
1280 StreamDirection.Output); in getJpegOutputSizesChecked()
1289 Output, enumConstant
1310 case Output: in getAvailableFormats()
1373 case Output: in getAvailableSizesForFormatChecked()
1510 StreamDirection.Output)) { in getAvailableMinFrameDurationsForFormatChecked()
/frameworks/opt/setupwizard/library/
Dself.gradle62 // Output all test APKs to the distribution folder
/frameworks/rs/script_api/
Drs_io.spec18 summary: Input/Output Functions
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg37 # Output directory in the android source tree

12