Searched refs:queueBuffer (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.h34 virtual void queueBuffer(size_t index, size_t size);
H A DNuPlayerRenderer.h35 void queueBuffer(
H A DNuPlayerStreamListener.cpp55 void NuPlayer::NuPlayerStreamListener::queueBuffer(size_t index, size_t size) { function in class:android::NuPlayer::NuPlayerStreamListener
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.h38 void queueBuffer(const sp<ABuffer> &buffer);
H A DLiveDataSource.cpp136 void LiveDataSource::queueBuffer(const sp<ABuffer> &buffer) { function in class:android::LiveDataSource
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp348 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1));
356 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1));
358 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[1], -1));
374 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1));
375 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[1], -1));
376 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[2], -1));
394 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1));
397 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[1], -1));
400 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[2], -1));
410 ASSERT_EQ(OK, mANW->queueBuffer(mAN
[all...]
H A DBufferQueue_test.cpp82 ASSERT_EQ(OK, mBQ->queueBuffer(slot, qbi, &qbo));
90 ASSERT_EQ(OK, mBQ->queueBuffer(slot, qbi, &qbo));
H A DSurfaceTexture_test.cpp785 ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf->getNativeBuffer(),
810 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(),
856 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(),
916 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(),
1032 if (mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(), -1)
1200 if (mANW->queueBuffer(mANW.get(), anb, -1)
1245 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1));
1248 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1));
1259 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1));
1287 EXPECT_EQ(OK, mANW->queueBuffer(mAN
[all...]
H A DSurface_test.cpp122 ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf, -1));
/frameworks/av/include/media/
H A DIStreamSource.h55 virtual void queueBuffer(size_t index, size_t size) = 0;
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h70 static int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp133 if ((err = mSurface->ANativeWindow::queueBuffer(mSurface.get(), mBuf, -1)) != 0) {
134 ALOGW("Surface::queueBuffer returned error %d", err);
H A DNativeWindowRenderer.cpp385 status_t err = anw->queueBuffer(anw, buffer->graphicBuffer().get(), -1);
387 ALOGE("queueBuffer failed with error %s (%d)", strerror(-err), -err);
411 CHECK(NO_ERROR == anw->queueBuffer(anw, buf->getNativeBuffer(), -1));
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp154 ANativeWindow::queueBuffer = queueBuffer; member in class:android::ANativeWindow
271 return queueBuffer(window, buffer, -1);
274 int FramebufferNativeWindow::queueBuffer(ANativeWindow* window, function in class:android::FramebufferNativeWindow
/frameworks/av/cmds/stagefright/
H A Dstream.cpp119 mListener->queueBuffer(index, n);
233 mListener->queueBuffer(mCurrentBufferIndex, mCurrentBufferOffset);
254 mListener->queueBuffer(mCurrentBufferIndex, mCurrentBufferOffset);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.h54 status_t queueBuffer(
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h101 virtual status_t queueBuffer(int pslot,
158 // transform hint cleared. Since we defer queueBuffer from the GLES driver
198 // | GLES | queueBuffer || GLES_DONE |
H A DVirtualDisplaySurface.cpp231 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
366 status_t VirtualDisplaySurface::queueBuffer(int pslot, function in class:android::VirtualDisplaySurface
369 "Unexpected queueBuffer(pslot=%d) in %s state", pslot,
373 VDS_LOGV("queueBuffer pslot=%d", pslot);
380 result = mSource[SOURCE_SCRATCH]->queueBuffer(sslot, input, &scratchQBO);
392 "queueBuffer: acquired sslot %d from SCRATCH after queueing sslot %d",
399 "Unexpected queueBuffer in state %s for compositionType %s",
480 // until after GLES calls queueBuffer(). So here we just set the buffer
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp145 virtual void queueBuffer(size_t index, size_t size) { function in struct:android::BpStreamListener
183 queueBuffer(index, size);
/frameworks/native/include/gui/
H A DBufferQueue.h163 // queueBuffer returns a filled buffer to the BufferQueue.
178 virtual status_t queueBuffer(int buf,
396 // QUEUED (via queueBuffer) or back to FREE (via cancelBuffer).
549 // successful queueBuffer call, and buffer allocation.
H A DIGraphicBufferProducer.h47 * calls queueBuffer() to make it available to the consumer.
79 // in the contents of its associated buffer contents and call queueBuffer.
93 // queueBuffer indicates that the client has finished filling in the
95 // that slot back to the server. It is not valid to call queueBuffer on a
171 virtual status_t queueBuffer(int slot,
H A DSurface.h128 virtual int queueBuffer(ANativeWindowBuffer* buffer, int fenceFd);
196 // a timestamp is auto-generated when queueBuffer is called.
/frameworks/native/libs/gui/
H A DSurface.cpp48 ANativeWindow::queueBuffer = hook_queueBuffer; member in class:android::ANativeWindow
109 return c->queueBuffer(buffer, fenceFd);
145 return c->queueBuffer(buffer, -1);
260 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) { function in class:android::Surface
262 ALOGV("Surface::queueBuffer");
269 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
288 status_t err = mGraphicBufferProducer->queueBuffer(i, input, &output);
290 ALOGE("queueBuffer: error queuing buffer to SurfaceTexture, %d", err);
833 err = queueBuffer(mLockedBuffer.get(), -1);
834 ALOGE_IF(err, "queueBuffer (handl
[all...]
H A DIGraphicBufferProducer.cpp105 virtual status_t queueBuffer(int buf, function in class:android::BpGraphicBufferProducer
222 status_t result = queueBuffer(buf, input, output);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp264 err = mTSSender->queueBuffer(
278 return info->mSender->queueBuffer(

Completed in 1297 milliseconds

12