Searched refs:QueueBufferInput (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h293 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct in class:android::IGraphicBufferProducer
294 friend class Flattenable<QueueBufferInput>;
295 inline QueueBufferInput(const Parcel& parcel);
306 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp, function in struct:android::IGraphicBufferProducer::QueueBufferInput
382 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
H A DBufferQueueProducer.h99 // Additional data is provided in the QueueBufferInput struct. Notably,
113 const QueueBufferInput& input, QueueBufferOutput* output);
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp119 static IGraphicBufferProducer::QueueBufferInput CreateBufferInput() {
136 IGraphicBufferProducer::QueueBufferInput build() {
137 return IGraphicBufferProducer::QueueBufferInput(
362 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput();
392 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput();
403 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput();
420 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput();
434 IGraphicBufferProducer::QueueBufferInput input =
443 IGraphicBufferProducer::QueueBufferInput input =
456 IGraphicBufferProducer::QueueBufferInput inpu
[all...]
H A DStreamSplitter_test.cpp93 IGraphicBufferProducer::QueueBufferInput qbInput(0, false,
165 IGraphicBufferProducer::QueueBufferInput qbInput(0, false,
226 IGraphicBufferProducer::QueueBufferInput qbInput(0, false,
H A DBufferQueue_test.cpp68 void testBufferItem(const IGraphicBufferProducer::QueueBufferInput& input,
147 IGraphicBufferProducer::QueueBufferInput input(0, false,
174 IGraphicBufferProducer::QueueBufferInput qbi(0, false,
225 IGraphicBufferProducer::QueueBufferInput qbi(0, false,
262 IGraphicBufferProducer::QueueBufferInput qbi(0, false,
350 IGraphicBufferProducer::QueueBufferInput input(0, false,
380 IGraphicBufferProducer::QueueBufferInput input(0, false,
446 IGraphicBufferProducer::QueueBufferInput input(0, false,
564 IGraphicBufferProducer::QueueBufferInput input(0, false,
615 IGraphicBufferProducer::QueueBufferInput inpu
[all...]
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.h47 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
H A DMonitoredProducer.cpp87 status_t MonitoredProducer::queueBuffer(int slot, const QueueBufferInput& input,
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp199 const QueueBufferInput& input, QueueBufferOutput* output) {
537 QueueBufferInput input(data);
702 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { function in class:android::IGraphicBufferProducer::QueueBufferInput
706 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const {
718 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
722 status_t IGraphicBufferProducer::QueueBufferInput::flatten(
742 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(
H A DStreamSplitter.cpp143 IGraphicBufferProducer::QueueBufferInput queueInput(
H A DBufferQueueProducer.cpp725 const QueueBufferInput &input, QueueBufferOutput *output) {
H A DSurface.cpp399 IGraphicBufferProducer::QueueBufferInput input(timestamp, isAutoTimestamp,
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h113 const QueueBufferInput& input, QueueBufferOutput* output);
H A DVirtualDisplaySurface.cpp272 QueueBufferInput(
466 const QueueBufferInput& input, QueueBufferOutput* output) {
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp673 IGraphicBufferProducer::QueueBufferInput queueInput(

Completed in 116 milliseconds