Home
last modified time | relevance | path

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

12

/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
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);
DH2BGraphicBufferProducer.h75 const QueueBufferInput& input,
DWGraphicBufferProducer.h187 int32_t slot, const HGraphicBufferProducer::QueueBufferInput& input, in queueBuffer()
190 BGraphicBufferProducer::QueueBufferInput lInput( in queueBuffer()
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp126 static IGraphicBufferProducer::QueueBufferInput CreateBufferInput() { in CreateBufferInput()
146 IGraphicBufferProducer::QueueBufferInput build() { in build()
147 return IGraphicBufferProducer::QueueBufferInput( in build()
439 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_P()
497 using QueueBufferInput = IGraphicBufferProducer::QueueBufferInput; in TEST_P() typedef
499 std::vector<QueueBufferInput> queueInputs; in TEST_P()
524 using QueueBufferInput = IGraphicBufferProducer::QueueBufferInput; in TEST_P() typedef
529 QueueBufferInput input = CreateBufferInput(); in TEST_P()
540 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P()
552 QueueBufferInput input = CreateBufferInput(); in TEST_P()
[all …]
DBufferQueue_test.cpp74 void testBufferItem(const IGraphicBufferProducer::QueueBufferInput& input, in testBufferItem()
156 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
194 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F()
244 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F()
280 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F()
368 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
398 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
464 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
586 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
640 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F()
[all …]
DStreamSplitter_test.cpp80 IGraphicBufferProducer::QueueBufferInput qbInput(0, false, in TEST_F()
152 IGraphicBufferProducer::QueueBufferInput qbInput(0, false, in TEST_F()
214 IGraphicBufferProducer::QueueBufferInput qbInput(0, false, in TEST_F()
DBLASTBufferQueue_test.cpp339 IGraphicBufferProducer::QueueBufferInput input(timestampNanos, false, HAL_DATASPACE_UNKNOWN, in queueBuffer()
415 IGraphicBufferProducer::QueueBufferInput input(desiredPresentTime, true /* autotimestamp */, in TEST_F()
452 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
503 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
537 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
588 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
642 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
699 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
750 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
787 IGraphicBufferProducer::QueueBufferInput input(systemTime(), true /* autotimestamp */, in TEST_F()
[all …]
DBufferItemConsumer_test.cpp93 IGraphicBufferProducer::QueueBufferInput bufferInput( in QueueBuffer()
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h297 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct
298 explicit inline QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() function
317 inline QueueBufferInput(int64_t _timestamp, bool _isAutoTimestamp,
328 QueueBufferInput() = default; argument
443 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
790 virtual status_t queueBuffers(const std::vector<QueueBufferInput>& inputs,
DBufferQueueProducer.h122 const QueueBufferInput& input, QueueBufferOutput* output);
/frameworks/av/media/ndk/tests/
DAImageReaderWindowTest.cpp41 typedef IGraphicBufferProducer::QueueBufferInput QueueBufferInput; typedef
155 QueueBufferInput queueBufferInput(kQueueBufferInputTimeStamp, in validateIGBP()
/frameworks/native/libs/gui/
DBatchBufferOps.cpp89 const std::vector<QueueBufferInput>& inputs, in queueBuffers()
93 for (const QueueBufferInput& input : inputs) { in queueBuffers()
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()
DIGraphicBufferProducer.cpp357 const QueueBufferInput& input, QueueBufferOutput* output) { in queueBuffer()
378 virtual status_t queueBuffers(const std::vector<QueueBufferInput>& inputs, in queueBuffers()
383 for (const QueueBufferInput& input : inputs) { in queueBuffers()
871 const QueueBufferInput& input, in queueBuffer()
876 status_t queueBuffers(const std::vector<QueueBufferInput>& inputs, in queueBuffers()
1251 QueueBufferInput input(data); in onTransact()
1261 std::vector<QueueBufferInput> inputs; in onTransact()
1266 for (QueueBufferInput& input : inputs) { in onTransact()
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Doutput.h65 const BnGraphicBufferProducer::QueueBufferInput& input,
Dclient.h430 QueueBufferInput QueueBufferInput; typedef
467 const QueueBufferInput& input,
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.cpp42 IGraphicBufferProducer::QueueBufferInput;
44 IGraphicBufferProducer::QueueBufferInput;
187 QueueBufferInput const& hInput, in queueBuffer()
DH2BGraphicBufferProducer.cpp41 IGraphicBufferProducer::QueueBufferInput;
43 IGraphicBufferProducer::QueueBufferInput;
251 QueueBufferInput const& input, in queueBuffer()
/frameworks/av/media/codec2/hal/client/include/codec2/aidl/
DGraphicBufferAllocator.h130 const ::android::IGraphicBufferProducer::QueueBufferInput& input,
/frameworks/native/libs/gui/include/gui/mock/
DGraphicBufferProducer.h42 MOCK_METHOD3(queueBuffer, status_t(int, const QueueBufferInput&, QueueBufferOutput*));
/frameworks/native/libs/gui/bufferqueue/1.0/
DConversion.cpp1182 HGraphicBufferProducer::QueueBufferInput const& /* t */) { in minFlattenedSize()
1201 size_t getFlattenedSize(HGraphicBufferProducer::QueueBufferInput const& t) { in getFlattenedSize()
1216 HGraphicBufferProducer::QueueBufferInput const& t) { in getFdCount()
1232 status_t flatten(HGraphicBufferProducer::QueueBufferInput const& t, in flatten()
1285 HGraphicBufferProducer::QueueBufferInput* t, native_handle_t** nh, in unflatten()
1332 BGraphicBufferProducer::QueueBufferInput* l, in convertTo()
1333 HGraphicBufferProducer::QueueBufferInput const& t) { in convertTo()
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()
1076 const QueueBufferInput& input, in queueBuffer()
1078 HGraphicBufferProducer::QueueBufferInput tInput{}; in queueBuffer()
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.h79 QueueBufferInput const& input,
DH2BGraphicBufferProducer.h71 QueueBufferInput const& input,
/frameworks/av/media/codec2/hal/client/
DGraphicBufferAllocator.cpp138 const IGraphicBufferProducer::QueueBufferInput& input, in displayBuffer()

12