Home
last modified time | relevance | path

Searched refs:QueueBufferInput (Results 1 – 25 of 47) sorted by relevance

12

/aosp12/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp167 IGraphicBufferProducer::QueueBufferInput build() { in build()
168 return IGraphicBufferProducer::QueueBufferInput( in build()
518 using QueueBufferInput = IGraphicBufferProducer::QueueBufferInput; in TEST_P() typedef
520 std::vector<QueueBufferInput> queueInputs; in TEST_P()
545 using QueueBufferInput = IGraphicBufferProducer::QueueBufferInput; in TEST_P() typedef
550 QueueBufferInput input = CreateBufferInput(); in TEST_P()
573 QueueBufferInput input = CreateBufferInput(); in TEST_P()
603 QueueBufferInput input = CreateBufferInput(); in TEST_P()
629 QueueBufferInput input = in TEST_P()
650 IGraphicBufferProducer::QueueBufferInput input = in TEST_P()
[all …]
H A DBufferQueue_test.cpp157 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
195 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F()
245 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F()
281 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F()
369 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
399 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
465 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
585 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
636 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
705 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
[all …]
H A DStreamSplitter_test.cpp96 IGraphicBufferProducer::QueueBufferInput qbInput(0, false, in TEST_F()
168 IGraphicBufferProducer::QueueBufferInput qbInput(0, false, in TEST_F()
230 IGraphicBufferProducer::QueueBufferInput qbInput(0, false, in TEST_F()
H A DBLASTBufferQueue_test.cpp368 IGraphicBufferProducer::QueueBufferInput input(desiredPresentTime, true /* autotimestamp */, in TEST_F()
405 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
455 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
489 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
548 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
611 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
678 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
728 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
763 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
1043 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
[all …]
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
H A DConversion.h614 size_t getFlattenedSize(HGraphicBufferProducer::QueueBufferInput const& t);
624 HGraphicBufferProducer::QueueBufferInput const& t);
637 status_t flatten(HGraphicBufferProducer::QueueBufferInput const& t,
658 HGraphicBufferProducer::QueueBufferInput* t, native_handle_t** nh,
676 HGraphicBufferProducer::QueueBufferInput* t,
678 BGraphicBufferProducer::QueueBufferInput const& l);
690 BGraphicBufferProducer::QueueBufferInput* l,
691 HGraphicBufferProducer::QueueBufferInput const& t);
H A DH2BGraphicBufferProducer.h75 const QueueBufferInput& input,
H A DWGraphicBufferProducer.h187 int32_t slot, const HGraphicBufferProducer::QueueBufferInput& input, in queueBuffer()
190 BGraphicBufferProducer::QueueBufferInput lInput( in queueBuffer()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp36 IGraphicBufferProducer::QueueBufferInput build() { in build()
37 return IGraphicBufferProducer::QueueBufferInput( in build()
139 static IGraphicBufferProducer::QueueBufferInput CreateBufferInput() { in CreateBufferInput()
247 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F()
273 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F()
287 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F()
300 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F()
318 IGraphicBufferProducer::QueueBufferInput input = in TEST_F()
335 IGraphicBufferProducer::QueueBufferInput input = in TEST_F()
356 IGraphicBufferProducer::QueueBufferInput input = in TEST_F()
[all …]
/aosp12/frameworks/native/libs/gui/include/gui/
H A DIGraphicBufferProducer.h294 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct
295 explicit inline QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() argument
314 inline QueueBufferInput(int64_t _timestamp, bool _isAutoTimestamp,
325 QueueBufferInput() = default;
440 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
777 virtual status_t queueBuffers(const std::vector<QueueBufferInput>& inputs,
H A DBufferQueueProducer.h120 const QueueBufferInput& input, QueueBufferOutput* output);
/aosp12/frameworks/av/media/ndk/tests/
H A DAImageReaderWindowHandleTest.cpp35 typedef IGraphicBufferProducer::QueueBufferInput QueueBufferInput; typedef
171 QueueBufferInput queueBufferInput(kQueueBufferInputTimeStamp, in TEST_F()
/aosp12/frameworks/native/libs/gui/
H A DIGraphicBufferProducerFlattenables.cpp22 constexpr size_t IGraphicBufferProducer::QueueBufferInput::minFlattenedSize() { in minFlattenedSize()
34 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const { in getFlattenedSize()
41 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const { in getFdCount()
45 status_t IGraphicBufferProducer::QueueBufferInput::flatten( in flatten()
79 status_t IGraphicBufferProducer::QueueBufferInput::unflatten( in unflatten()
H A DBatchBufferOps.cpp89 const std::vector<QueueBufferInput>& inputs, in queueBuffers()
93 for (const QueueBufferInput& input : inputs) { in queueBuffers()
H A DIGraphicBufferProducer.cpp358 const QueueBufferInput& input, QueueBufferOutput* output) { in queueBuffer()
379 virtual status_t queueBuffers(const std::vector<QueueBufferInput>& inputs, in queueBuffers()
384 for (const QueueBufferInput& input : inputs) { in queueBuffers()
838 const QueueBufferInput& input, in queueBuffer()
843 status_t queueBuffers(const std::vector<QueueBufferInput>& inputs, in queueBuffers()
1213 QueueBufferInput input(data); in onTransact()
1223 std::vector<QueueBufferInput> inputs; in onTransact()
1228 for (QueueBufferInput& input : inputs) { in onTransact()
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DB2HGraphicBufferProducer.cpp42 IGraphicBufferProducer::QueueBufferInput;
44 IGraphicBufferProducer::QueueBufferInput;
187 QueueBufferInput const& hInput, in queueBuffer()
H A DH2BGraphicBufferProducer.cpp41 IGraphicBufferProducer::QueueBufferInput;
43 IGraphicBufferProducer::QueueBufferInput;
251 QueueBufferInput const& input, in queueBuffer()
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h371 QueueBufferInput QueueBufferInput; typedef
408 const QueueBufferInput& input,
H A Doutput.h56 const BnGraphicBufferProducer::QueueBufferInput& input,
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DConversion.cpp1189 HGraphicBufferProducer::QueueBufferInput const& /* t */) { in minFlattenedSize()
1208 size_t getFlattenedSize(HGraphicBufferProducer::QueueBufferInput const& t) { in getFlattenedSize()
1223 HGraphicBufferProducer::QueueBufferInput const& t) { in getFdCount()
1239 status_t flatten(HGraphicBufferProducer::QueueBufferInput const& t, in flatten()
1292 HGraphicBufferProducer::QueueBufferInput* t, native_handle_t** nh, in unflatten()
1339 BGraphicBufferProducer::QueueBufferInput* l, in convertTo()
1340 HGraphicBufferProducer::QueueBufferInput const& t) { in convertTo()
H A DH2BGraphicBufferProducer.cpp458 HGraphicBufferProducer::QueueBufferInput const& /* t */) { in minFlattenedSize()
486 HGraphicBufferProducer::QueueBufferInput* t, native_handle_t** nh, in unflatten()
536 HGraphicBufferProducer::QueueBufferInput* t, in wrapAs()
538 BGraphicBufferProducer::QueueBufferInput const& l) { in wrapAs()
1077 const QueueBufferInput& input, in queueBuffer()
1079 HGraphicBufferProducer::QueueBufferInput tInput{}; in queueBuffer()
/aosp12/frameworks/native/libs/gui/include/gui/mock/
H A DGraphicBufferProducer.h42 MOCK_METHOD3(queueBuffer, status_t(int, const QueueBufferInput&, QueueBufferOutput*));
/aosp12/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.h50 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
H A DB2HGraphicBufferProducer.h79 QueueBufferInput const& input,
H A DH2BGraphicBufferProducer.h71 QueueBufferInput const& input,
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h113 virtual status_t queueBuffer(int pslot, const QueueBufferInput&, QueueBufferOutput*);

12