HomeSort by relevance Sort by last modified time
    Searched defs:queueBuffer (Results 1 - 16 of 16) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 55 void NuPlayer::NuPlayerStreamListener::queueBuffer(size_t index, size_t size) {
NuPlayerRenderer.cpp 60 void NuPlayer::Renderer::queueBuffer(
  /frameworks/av/media/libstagefright/httplive/
LiveDataSource.cpp 136 void LiveDataSource::queueBuffer(const sp<ABuffer> &buffer) {
  /hardware/qcom/display/liboverlay/pipes/
overlayGenPipe.cpp 169 bool GenericPipe::queueBuffer(int fd, uint32_t offset) {
171 OVASSERT(isOpen(), "State is closed, cannot queueBuffer");
181 if(!mRot->queueBuffer(fd, offset)) {
196 return mCtrlData.data.queueBuffer(finalFd, finalOffset);
overlay3DPipe.h 56 bool queueBuffer(int fd, uint32_t offset);
86 bool queueBuffer(int fd, uint32_t offset);
116 bool queueBuffer(int fd, uint32_t offset);
146 bool queueBuffer(int fd, uint32_t offset);
187 inline bool M3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) {
188 return mM3d.queueBuffer(fd, offset);
256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) {
257 return mM3d.queueBuffer(fd, offset);
314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) {
315 return mS3d.queueBuffer(fd, offset)
    [all...]
  /frameworks/av/media/libmedia/
IStreamSource.cpp 145 virtual void queueBuffer(size_t index, size_t size) {
183 queueBuffer(index, size);
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 154 ANativeWindow::queueBuffer = queueBuffer;
271 return queueBuffer(window, buffer, -1);
274 int FramebufferNativeWindow::queueBuffer(ANativeWindow* window,
  /hardware/qcom/display/liboverlay/
overlayCtrlData.h 110 bool queueBuffer(int fd, uint32_t offset);
253 inline bool Data::queueBuffer(int fd, uint32_t offset) {
overlayMdpRot.cpp 216 bool MdpRot::queueBuffer(int fd, uint32_t offset) {
223 "queueBuffer numbufs is 0");
overlayMdssRot.cpp 125 bool MdssRot::queueBuffer(int fd, uint32_t offset) {
131 OVASSERT(mMem.curr().m.numBufs(), "queueBuffer numbufs is 0");
overlay.cpp 140 bool Overlay::queueBuffer(int fd, uint32_t offset,
147 ret = mPipeBook[index].mPipe->queueBuffer(fd, offset);
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 109 virtual status_t queueBuffer(int buf,
234 status_t result = queueBuffer(buf, input, output);
BufferQueue.cpp 476 status_t BufferQueue::queueBuffer(int buf,
490 ST_LOGE("queueBuffer: fence is NULL");
494 ST_LOGV("queueBuffer: slot=%d time=%#llx crop=[%d,%d,%d,%d] tr=%#x "
504 ST_LOGE("queueBuffer: BufferQueue has been abandoned!");
509 ST_LOGE("queueBuffer: slot index out of range [0, %d]: %d",
513 ST_LOGE("queueBuffer: slot %d is not owned by the client "
517 ST_LOGE("queueBuffer: slot %d was enqueued without requesting a "
527 ST_LOGE("queueBuffer: crop rect is not contained within the "
    [all...]
Surface.cpp 47 ANativeWindow::queueBuffer = hook_queueBuffer;
106 return c->queueBuffer(buffer, fenceFd);
142 return c->queueBuffer(buffer, -1);
256 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) {
258 ALOGV("Surface::queueBuffer");
263 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
282 status_t err = mGraphicBufferProducer->queueBuffer(i, input, &output);
284 ALOGE("queueBuffer: error queuing buffer to SurfaceTexture, %d", err);
825 err = queueBuffer(mLockedBuffer.get(), -1);
826 ALOGE_IF(err, "queueBuffer (handle=%p) failed (%s)"
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 185 status_t RTPSender::queueBuffer(
  /system/core/include/system/
window.h 147 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
329 * by the native window when queueBuffer is called. This is equal to INT64_MIN,
387 * either queueBuffer or cancelBuffer, so clients only need their own
420 * either queueBuffer or cancelBuffer, so clients only need their own
430 * time for binary compatibility, but the new queueBuffer function that
487 * either queueBuffer or cancelBuffer, so clients only need their own
505 * either queueBuffer or cancelBuffer, so clients only need their own
527 * either queueBuffer or cancelBuffer, so clients only need their own
536 * queueBuffer, and the ANativeWindow implementation is responsible for
541 int (*queueBuffer)(struct ANativeWindow* window
    [all...]

Completed in 797 milliseconds