Searched defs:dequeueBuffer (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp58 Return<void> TWGraphicBufferProducer::dequeueBuffer( function in class:android::hardware::media::omx::V1_0::implementation::TWGraphicBufferProducer
65 status_t status = mBase->dequeueBuffer(
75 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - "
85 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - "
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp188 // To easily store dequeueBuffer results into containers
194 status_t dequeueBuffer(uint32_t w, uint32_t h, uint32_t format, uint32_t usage, DequeueBufferResult* result) { function in class:android::IGraphicBufferProducerTest
195 return mProducer->dequeueBuffer(&result->slot, &result->fence, w, h, format, usage, nullptr);
208 (mProducer->dequeueBuffer(slot, fence, DEFAULT_WIDTH,
346 (mProducer->dequeueBuffer(&dequeuedSlot, &dequeuedFence,
405 (mProducer->dequeueBuffer(&dequeuedSlot, &dequeuedFence,
474 (mProducer->dequeueBuffer(&dequeuedSlot, &dequeuedFence,
501 (dequeueBuffer(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT,
522 (mProducer->dequeueBuffer(&dequeuedSlot, &dequeuedFence,
559 (mProducer->dequeueBuffer(
[all...]
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp110 // to prevent dequeueBuffer from being blocking) technically does not apply
115 // dequeueBuffer should never block whether setAsyncMode(true) is set or
128 status_t BufferHubQueueProducer::dequeueBuffer( function in class:android::dvr::BufferHubQueueProducer
132 ALOGD_IF(TRACE, "dequeueBuffer: w=%u, h=%u, format=%d, usage=%u", width,
139 ALOGE("dequeueBuffer: BufferQueue has no connected producer");
176 "dequeueBuffer: requested buffer (w=%u, h=%u, format=%u) is different "
207 "dequeueBuffer: slot %zu is not free or queued.", slot);
211 ALOGD_IF(TRACE, "dequeueBuffer: slot=%zu", slot);
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp71 status_t MonitoredProducer::dequeueBuffer(int* slot, sp<Fence>* fence, function in class:android::MonitoredProducer
74 return mProducer->dequeueBuffer(
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp127 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, uint32_t width, function in class:android::BpGraphicBufferProducer
155 ALOGE("IGBP::dequeueBuffer failed to read timestamps: %d",
519 status_t dequeueBuffer(int* slot, sp<Fence>* fence, uint32_t w, uint32_t h,
522 return mBase->dequeueBuffer(
663 int result = dequeueBuffer(&buf, &fence, width, height, format,
H A DBufferQueueProducer.cpp249 "dequeueBuffer" : "attachBuffer";
348 status_t BufferQueueProducer::dequeueBuffer(int *outSlot, function in class:android::BufferQueueProducer
358 BQ_LOGE("dequeueBuffer: BufferQueue has been abandoned");
363 BQ_LOGE("dequeueBuffer: BufferQueue has no connected producer");
368 BQ_LOGV("dequeueBuffer: w=%u h=%u format=%#x, usage=%#x", width, height,
372 BQ_LOGE("dequeueBuffer: invalid size: w=%u h=%u", width, height);
408 BQ_LOGE("dequeueBuffer: no available buffer slots");
422 BQ_LOGE("dequeueBuffer: cannot re-allocate a shared"
438 BQ_LOGE("dequeueBuffer: cannot re-allocate a shared"
475 BQ_LOGV("dequeueBuffer
[all...]
H A DSurface.cpp62 ANativeWindow::dequeueBuffer = hook_dequeueBuffer; member in class:android::ANativeWindow
380 return c->dequeueBuffer(buffer, fenceFd);
400 int result = c->dequeueBuffer(&buf, &fenceFd);
467 int Surface::dequeueBuffer(android_native_buffer_t** buffer, int* fenceFd) { function in class:android::Surface
469 ALOGV("Surface::dequeueBuffer");
500 } // Drop the lock so that we can still touch the Surface while blocking in IGBP::dequeueBuffer
507 status_t result = mGraphicBufferProducer->dequeueBuffer(&buf, &fence,
513 ALOGV("dequeueBuffer: IGraphicBufferProducer::dequeueBuffer"
520 ALOGE("dequeueBuffer
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp166 // dequeueBuffer().
199 // in a GLES configuration, if the sink disappears then dequeueBuffer
340 status_t VirtualDisplaySurface::dequeueBuffer(Source source, function in class:android::VirtualDisplaySurface
344 status_t result = mSource[source]->dequeueBuffer(sslot, fence,
349 VDS_LOGV("dequeueBuffer(%s): sslot=%d pslot=%d result=%d",
374 VDS_LOGV("dequeueBuffer(%s): buffers[%d]=%p fmt=%d usage=%#x",
383 status_t VirtualDisplaySurface::dequeueBuffer(int* pslot, sp<Fence>* fence, function in class:android::VirtualDisplaySurface
387 return mSource[SOURCE_SINK]->dequeueBuffer(
392 "Unexpected dequeueBuffer() in %s state", dbgStateStr());
395 VDS_LOGV("dequeueBuffer
[all...]
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp219 CameraHardwareInterface::dequeueBuffer(dequeueBuffer_cb _hidl_cb) { function in class:android::CameraHardwareInterface
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp991 status_t H2BGraphicBufferProducer::dequeueBuffer( function in class:android::hardware::graphics::bufferqueue::V1_0::utils::H2BGraphicBufferProducer
997 status_t transStatus = toStatusT(mBase->dequeueBuffer(
1008 ALOGE("H2BGraphicBufferProducer::dequeueBuffer - "
1013 ALOGE("H2BGraphicBufferProducer::dequeueBuffer - "
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h168 * Returns the duration of the last dequeueBuffer call in microseconds
380 * The window holds a reference to the buffer between dequeueBuffer and
389 * time for binary compatibility, but the new dequeueBuffer function that
398 * dequeueBuffer first.
413 * The window holds a reference to the buffer between dequeueBuffer and
462 * The window holds a reference to the buffer between dequeueBuffer and
480 * The window holds a reference to the buffer between dequeueBuffer and
495 int (*dequeueBuffer)(struct ANativeWindow* window, member in struct:ANativeWindow
502 * The window holds a reference to the buffer between dequeueBuffer and
526 * The window holds a reference to the buffer between dequeueBuffer an
[all...]

Completed in 246 milliseconds