Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 12 of 12) 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.h241 struct Output { struct
242 std::unique_ptr<OutputBuffers> buffers; argument
246 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/av/media/libstagefright/
DMediaCodecSource.cpp343 MediaCodecSource::Output::Output() in Output() function in android::MediaCodecSource::Output
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java1289 Output, enumConstant
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py329 class Output(InOut): class