Searched defs:queueBuffer (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp55 void NuPlayer::NuPlayerStreamListener::queueBuffer(size_t index, size_t size) { function in class:android::NuPlayer::NuPlayerStreamListener
H A DNuPlayerRenderer.cpp158 void NuPlayer::Renderer::queueBuffer( function in class:android::NuPlayer::Renderer
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.cpp136 void LiveDataSource::queueBuffer(const sp<ABuffer> &buffer) { function in class:android::LiveDataSource
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp152 virtual void queueBuffer(size_t index, size_t size) { function in struct:android::BpStreamListener
190 queueBuffer(index, size);
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp159 Return<void> TWGraphicBufferProducer::queueBuffer( function in class:android::hardware::media::omx::V1_0::implementation::TWGraphicBufferProducer
169 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - "
175 status_t status = mBase->queueBuffer(
180 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - "
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp247 status_t BufferHubQueueProducer::queueBuffer(int slot, function in class:android::dvr::BufferHubQueueProducer
250 ALOGD_IF(TRACE, "queueBuffer: slot %d", slot);
275 ALOGE("queueBuffer: unknown scaling mode %d", scaling_mode);
281 ALOGE("queueBuffer: fence is NULL");
289 ALOGE("queueBuffer: BufferQueue has no connected producer");
294 ALOGE("queueBuffer: slot index %d out of range [0, %d)", slot,
298 ALOGE("queueBuffer: slot %d is not owned by the producer (state = %s)",
304 "queueBuffer: slot %d is not requested (mRequestBufferCalled=%d, "
319 ALOGE("queueBuffer: slot %d has out-of-boundary crop.", slot);
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp92 status_t MonitoredProducer::queueBuffer(int slot, const QueueBufferInput& input, function in class:android::MonitoredProducer
94 return mProducer->queueBuffer(slot, input, output);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp184 status_t RTPSender::queueBuffer( function in class:android::RTPSender
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp237 virtual status_t queueBuffer(int buf, function in class:android::BpGraphicBufferProducer
540 status_t queueBuffer(
544 return mBase->queueBuffer(slot, input, output);
717 status_t result = queueBuffer(buf, input, &output);
H A DBufferQueueProducer.cpp750 status_t BufferQueueProducer::queueBuffer(int slot, function in class:android::BufferQueueProducer
770 BQ_LOGE("queueBuffer: fence is NULL");
783 BQ_LOGE("queueBuffer: unknown scaling mode %d", scalingMode);
796 BQ_LOGE("queueBuffer: BufferQueue has been abandoned");
801 BQ_LOGE("queueBuffer: BufferQueue has no connected producer");
806 BQ_LOGE("queueBuffer: slot index %d out of range [0, %d)",
810 BQ_LOGE("queueBuffer: slot %d is not owned by the producer "
814 BQ_LOGE("queueBuffer: slot %d was queued without requesting "
827 BQ_LOGV("queueBuffer: slot=%d/%" PRIu64 " time=%" PRIu64 " dataSpace=%d"
839 BQ_LOGE("queueBuffer
[all...]
H A DSurface.cpp64 ANativeWindow::queueBuffer = hook_queueBuffer; member in class:android::ANativeWindow
392 return c->queueBuffer(buffer, fenceFd);
431 return c->queueBuffer(buffer, -1);
626 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) { function in class:android::Surface
628 ALOGV("Surface::queueBuffer");
636 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
730 status_t err = mGraphicBufferProducer->queueBuffer(i, input, &output);
733 ALOGE("queueBuffer: error queuing buffer to SurfaceTexture, %d", err);
1509 // top-left origin in queueBuffer.
1683 err = queueBuffer(mLockedBuffe
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp273 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
468 status_t VirtualDisplaySurface::queueBuffer(int pslot, function in class:android::VirtualDisplaySurface
471 return mSource[SOURCE_SINK]->queueBuffer(pslot, input, output);
474 "Unexpected queueBuffer(pslot=%d) in %s state", pslot,
478 VDS_LOGV("queueBuffer pslot=%d", pslot);
485 result = mSource[SOURCE_SCRATCH]->queueBuffer(sslot, input, &scratchQBO);
497 "queueBuffer: acquired sslot %d from SCRATCH after queueing sslot %d",
504 "Unexpected queueBuffer in state %s for compositionType %s",
650 // until after GLES calls queueBuffer(). So here we just set the buffer
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp1063 status_t H2BGraphicBufferProducer::queueBuffer( function in class:android::hardware::graphics::bufferqueue::V1_0::utils::H2BGraphicBufferProducer
1070 ALOGE("H2BGraphicBufferProducer::queueBuffer - "
1075 status_t transStatus = toStatusT(mBase->queueBuffer(slot, tInput,
1081 ALOGE("H2BGraphicBufferProducer::queueBuffer - "
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h91 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
173 * Returns the duration of the last queueBuffer call in microseconds
315 * by the native window when queueBuffer is called. This is equal to INT64_MIN,
381 * either queueBuffer or cancelBuffer, so clients only need their own
414 * either queueBuffer or cancelBuffer, so clients only need their own
424 * time for binary compatibility, but the new queueBuffer function that
463 * either queueBuffer or cancelBuffer, so clients only need their own
481 * either queueBuffer or cancelBuffer, so clients only need their own
503 * either queueBuffer or cancelBuffer, so clients only need their own
512 * queueBuffer, an
517 int (*queueBuffer)(struct ANativeWindow* window, member in struct:ANativeWindow
[all...]

Completed in 197 milliseconds