Searched defs:Output (Results 1 - 10 of 10) sorted by relevance

/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.
/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; }
/frameworks/base/media/mca/filterfw/native/core/
H A Dstatistics.h60 float Output() const { return value_; } function in class:android::filterfw::RCFilter
/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/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/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/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