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

/frameworks/av/media/img_utils/src/
H A DOutput.cpp18 #include <img_utils/Output.h>
23 Output::~Output() {}
24 status_t Output::open() { return OK; }
25 status_t Output::close() { return OK; }
H A DEndianUtils.cpp22 EndianOutput::EndianOutput(Output* out, Endianness end)
H A DAndroid.mk25 Output.cpp \
H A DTiffWriter.cpp59 status_t TiffWriter::write(Output* out, StripSource** sources, size_t sourcesCount,
132 status_t TiffWriter::write(Output* out, Endianness end) {
/frameworks/av/media/img_utils/include/img_utils/
H A DOutput.h30 class ANDROID_API Output { class in namespace:android::img_utils
32 virtual ~Output();
35 * Open this Output.
51 * Close this Output. It is not valid to call open on a previously closed Output.
H A DStripSource.h20 #include <img_utils/Output.h>
42 virtual status_t writeToStream(Output& stream, uint32_t count) = 0;
H A DByteArrayOutput.h20 #include <img_utils/Output.h>
34 class ANDROID_API ByteArrayOutput : public Output {
H A DFileOutput.h20 #include <img_utils/Output.h>
30 class ANDROID_API FileOutput : public Output {
H A DTiffWritable.h22 #include <img_utils/Output.h>
H A DEndianUtils.h20 #include <img_utils/Output.h>
53 * A utility class for writing to an Output with the given endianness.
55 class ANDROID_API EndianOutput : public Output {
58 * Wrap the given Output. Calling write methods will result in
61 EndianOutput(Output* out, Endianness end=LITTLE);
127 Output* mOutput;
H A DTiffIfd.h22 #include <img_utils/Output.h>
H A DTiffWriter.h40 class Output;
93 virtual status_t write(Output* out, StripSource** sources, size_t sourcesCount,
107 virtual status_t write(Output* out, Endianness end = LITTLE);
H A DTiffEntryImpl.h23 #include <img_utils/Output.h>
H A DTagDefinitions.h21 #include <img_utils/Output.h>
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp72 // SectionMap::Output
74 SectionMap::Output::Output(const std::string& pName) function in class:mcld::SectionMap::Output
95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) function in class:mcld::SectionMap::Output
107 bool SectionMap::Output::hasContent() const {
111 SectionMap::Output::const_dot_iterator
112 SectionMap::Output::find_first_explicit_dot() const {
120 SectionMap::Output::dot_iterator SectionMap::Output
[all...]
H A DObjectLinker.cpp315 SectionMap::Output::iterator in, inBegin, inEnd;
412 SectionMap::Output::iterator in, inBegin, inEnd;
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h62 class Output { class in class:mcld::SectionMap
74 explicit Output(const std::string& pName);
75 explicit Output(const OutputSectDesc& pOutputDesc);
140 bool operator()(const Output* LHS, const Output* RHS) const {
145 typedef std::pair<const Output*, const Input*> const_mapping;
146 typedef std::pair<Output*, Input*> mapping;
148 typedef std::vector<Output*> OutputDescList;
/frameworks/base/media/mca/filterfw/native/core/
H A Dstatistics.h60 float Output() const { return value_; } function in class:android::filterfw::RCFilter
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h159 explicit SectDescOperand(const SectionMap::Output* pOutputDesc);
164 const SectionMap::Output* outputDesc() const { return m_pOutputDesc; }
176 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
181 const SectionMap::Output* m_pOutputDesc;
/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp143 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc)
153 const SectionMap::Output* pOutputDesc) {
H A DAssignment.cpp133 SectionMap::Output::reference in = script.sectionMap().back()->back();
/frameworks/rs/api/
H A Drs_io.spec18 summary: Input/Output Functions
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp38 #include <img_utils/Output.h>
302 class JniOutputStream : public Output, public LightRefBase<JniOutputStream> {
545 virtual status_t writeToStream(Output& stream, uint32_t count);
570 status_t InputStripSource::writeToStream(Output& stream, uint32_t count) {
679 virtual status_t writeToStream(Output& stream, uint32_t count);
704 status_t DirectStripSource::writeToStream(Output& stream, uint32_t count) {
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs403 <span class="en">Input/Output Functions</span>
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2114 SectionMap::Output::dot_iterator dot;
2127 for (SectionMap::Output::dot_iterator it = (*out)->dot_begin(),
2245 for (SectionMap::Output::iterator in = (*out)->begin(),

Completed in 706 milliseconds