Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecSource.h150 struct Output { struct
152 List<MediaBufferBase*> mBufferQueue;
153 bool mEncoderReachedEOS;
154 status_t mErrorCode;
155 Condition mCond;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutputLayer.h31 class Output; variable
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h242 struct Output { struct
243 std::unique_ptr<OutputBuffers> buffers; argument
247 Mutexed<Output> mOutput; argument
/frameworks/base/media/mca/filterfw/native/core/
Dstatistics.h60 float Output() const { return value_; } in Output() function
/frameworks/av/media/img_utils/include/img_utils/
DTiffWriter.h40 class Output; variable
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h49 class Output; variable
/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
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp32 Output::Output(const CompositionEngine& compositionEngine) in Output() function in android::compositionengine::impl::Output
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp278 using Output = HGraphicBufferProducer::DequeueBufferOutput; in getGenerationNumber() typedef
349 using Output = HGraphicBufferProducer::DequeueBufferOutput; in fetchFromIgbp_l() typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteString.java922 public static final class Output extends OutputStream { class
947 Output(int initialCapacity) { in Output() method in Output
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp343 MediaCodecSource::Output::Output() in Output() function in android::MediaCodecSource::Output
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc997 TEST(ZeroSizeArray, Output) { in TEST() argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java1289 Output, enumConstant
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py359 class Output(InOut): class