HomeSort by relevance Sort by last modified time
    Searched refs:queueBuffer (Results 51 - 75 of 132) sorted by null

1 23 4 5 6

  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 255 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
447 status_t VirtualDisplaySurface::queueBuffer(int pslot,
450 return mSource[SOURCE_SINK]->queueBuffer(pslot, input, output);
453 "Unexpected queueBuffer(pslot=%d) in %s state", pslot,
457 VDS_LOGV("queueBuffer pslot=%d", pslot);
464 result = mSource[SOURCE_SCRATCH]->queueBuffer(sslot, input, &scratchQBO);
476 "queueBuffer: acquired sslot %d from SCRATCH after queueing sslot %d",
483 "Unexpected queueBuffer in state %s for compositionType %s",
633 // until after GLES calls queueBuffer(). So here we just set the buffer
VirtualDisplaySurface.h 111 virtual status_t queueBuffer(int pslot,
181 // transform hint cleared. Since we defer queueBuffer from the GLES driver
223 // | GLES | queueBuffer || GLES_DONE |
  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
InputSurface.h 111 virtual Return<void> queueBuffer(
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 132 if (anw->queueBuffer(anw.get(), buf->getNativeBuffer(), -1) != NO_ERROR)
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 241 if(!mRot->queueBuffer(fd, offset))
246 if (!ov.queueBuffer(fd, offset, dest)) {
247 ALOGE("%s: queueBuffer failed for FBUpdate", __FUNCTION__);
398 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
405 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight)) {
hwc_mdpcomp.cpp     [all...]
hwc_ad.cpp 273 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) {
274 ALOGE("%s: queueBuffer failed", __func__);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 247 if(!mRot->queueBuffer(fd, offset))
252 if (!ov.queueBuffer(fd, offset, dest)) {
253 ALOGE("%s: queueBuffer failed for FBUpdate", __FUNCTION__);
404 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
411 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight)) {
hwc_mdpcomp.cpp     [all...]
hwc_ad.cpp 251 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) {
252 ALOGE("%s: queueBuffer failed", __func__);
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 71 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
overlay.cpp 140 bool Overlay::queueBuffer(int fd, uint32_t offset,
147 ret = mPipeBook[index].mPipe->queueBuffer(fd, offset);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 239 if(!mRot->queueBuffer(fd, offset))
244 if (!ov.queueBuffer(fd, offset, dest)) {
245 ALOGE("%s: queueBuffer failed for FBUpdate", __FUNCTION__);
420 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
427 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight)) {
  /frameworks/native/libs/gui/tests/
Malicious.cpp 53 status_t queueBuffer(int slot, const QueueBufferInput& input,
55 return mProducer->queueBuffer(slot, input, output);
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp 196 Return<void> InputSurface::queueBuffer(
200 return mBase->queueBuffer(slot, input, _hidl_cb);
  /hardware/interfaces/graphics/bufferqueue/1.0/
IGraphicBufferProducer.hal 242 * contents and call queueBuffer.
397 * queueBuffer indicates that the client has finished filling in the
401 * It is not valid to call queueBuffer on a slot that is not owned
427 queueBuffer(
559 * queueBuffer. If a sideband stream is present, the consumer can choose
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
WGraphicBufferProducer.h 185 Return<void> queueBuffer(
195 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - "
201 status_t status = mBase->queueBuffer(
206 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - "
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Renderer.h 48 void queueBuffer(
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 48 void queueBuffer(
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 241 err = nativeWindow->queueBuffer(nativeWindow, buf->getNativeBuffer(), -1);
243 ALOGE("error pushing blank frames: queueBuffer failed: %s (%d)", strerror(-err), -err);
  /frameworks/native/libs/gui/
StreamSplitter.cpp 170 status = (*output)->queueBuffer(slot, queueInput, &queueOutput);
  /frameworks/native/libs/gui/include/gui/
IGraphicBufferProducer.h 58 * calls queueBuffer() to make it available to the consumer.
154 // contents and call queueBuffer.
280 // queueBuffer indicates that the client has finished filling in the
284 // It is not valid to call queueBuffer on a slot that is not owned
409 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
514 // queueBuffer. If a sideband stream is present, the consumer can choose
  /frameworks/native/libs/nativewindow/
ANativeWindow.cpp 231 return window->queueBuffer(window, buffer, fenceFd);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 220 bool MdpRot::queueBuffer(int fd, uint32_t offset) {
overlayMdssRot.cpp 134 bool MdssRot::queueBuffer(int fd, uint32_t offset) {

Completed in 2693 milliseconds

1 23 4 5 6