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

12

/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 DAndroid.mk25 Output.cpp \
H A DEndianUtils.cpp22 EndianOutput::EndianOutput(Output* out, Endianness end)
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 explicit 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>
/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...]
/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/av/include/media/stagefright/
H A DMediaCodecSource.h152 struct Output { struct in struct:android::MediaCodecSource
153 Output();
159 Mutexed<Output> mOutput;
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecSource.h152 struct Output { struct in struct:android::MediaCodecSource
153 Output();
159 Mutexed<Output> mOutput;
/frameworks/av/media/libstagefright/include/
H A DMediaCodecSource.h152 struct Output { struct in struct:android::MediaCodecSource
153 Output();
159 Mutexed<Output> mOutput;
/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/script_api/
H A Drs_io.spec18 summary: Input/Output Functions
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp317 MediaCodecSource::Output::Output() function in class:android::MediaCodecSource::Output
395 Mutexed<Output>::Locked output(mOutput);
567 Mutexed<Output>::Locked output(mOutput);
603 Mutexed<Output>::Locked output(mOutput);
932 Mutexed<Output>::Locked output(mOutput);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java835 StaticMetadata.StreamDirection.Output);
1270 StreamDirection.Output);
1280 StreamDirection.Output);
1289 Output, enum constant in enum:StaticMetadata.StreamDirection
1310 case Output:
1373 case Output:
1510 StreamDirection.Output)) {

Completed in 1432 milliseconds

12