/aosp12/hardware/google/graphics/common/libhwjpeg/ |
H A D | LibScalerForJpeg.h | 52 bool queueBuffer(unsigned int buftype, std::function<void(v4l2_buffer &)> bufferFiller); 53 …bool queueBuffer(unsigned int buftype, int buf[SCALER_MAX_PLANES], unsigned int len[SCALER_MAX_PLA… 54 …bool queueBuffer(unsigned int buftype, char *buf[SCALER_MAX_PLANES], unsigned int len[SCALER_MAX_P… 55 bool queueBuffer(unsigned int buftype, int buf, unsigned int len[SCALER_MAX_PLANES]); 77 bool queueBuffer(tBuf buf) { return mDevice.queueBuffer(bufferType, buf, planeLen); } in queueBuffer() function 85 if (!mSrcImage.queueBuffer(srcBuf)) in queue() 88 if (!mDstImage.queueBuffer(dstBuf)) { in queue()
|
H A D | LibScalerForJpeg.cpp | 171 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, std::function<void(v4l2_buffer &)>… in queueBuffer() function in LibScalerForJpeg::Device 186 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf[SCALER_MAX_PLANES], unsign… in queueBuffer() function in LibScalerForJpeg::Device 188 if (!queueBuffer(buftype, [buf, len] (v4l2_buffer &buffer) { in queueBuffer() 202 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, char *buf[SCALER_MAX_PLANES], unsi… in queueBuffer() function in LibScalerForJpeg::Device 204 if (!queueBuffer(buftype, [buf, len] (v4l2_buffer &buffer) { in queueBuffer() 218 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf, unsigned int len[SCALER_M… in queueBuffer() function in LibScalerForJpeg::Device 220 if (!queueBuffer(buftype, [buf, len] (v4l2_buffer &buffer) in queueBuffer()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTextureGL_test.cpp | 166 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), in TEST_F() 463 if (mANW->queueBuffer(mANW.get(), anb, -1) in TEST_F() 511 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1)); in TEST_F() 514 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1)); in TEST_F() 525 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1)); in TEST_F() 553 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1)); in TEST_F() 585 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1)); in TEST_F() 596 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1)); in TEST_F() 608 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1)); in TEST_F() 647 if (mANW->queueBuffer(mANW.get(), anb, -1) in TEST_F() [all …]
|
H A D | SurfaceTextureClient_test.cpp | 366 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1)); in TEST_F() 374 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1)); in TEST_F() 376 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[1], -1)); in TEST_F() 393 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1)); in TEST_F() 394 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[1], -1)); in TEST_F() 395 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[2], -1)); in TEST_F() 414 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1)); in TEST_F() 417 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[1], -1)); in TEST_F() 420 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[2], -1)); in TEST_F() 430 ASSERT_EQ(OK, mANW->queueBuffer(mANW.get(), buf[0], -1)); in TEST_F() [all …]
|
H A D | BufferQueue_test.cpp | 160 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 205 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() 213 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() 255 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() 290 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() 300 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() 402 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 468 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 839 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 853 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() [all …]
|
H A D | BLASTBufferQueue_test.cpp | 790 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F() 830 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F() 835 queueBuffer(igbProducer, r, g, b, 0); in TEST_F() 871 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F() 876 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F() 880 queueBuffer(igbProducer, r, g, b, 0); in TEST_F() 919 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F() 924 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F() 925 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F() 930 queueBuffer(igbProducer, r, g, b, 0); in TEST_F() [all …]
|
H A D | IGraphicBufferProducer_test.cpp | 464 ASSERT_OK(mProducer->queueBuffer(dequeuedSlot, input, &output)); in TEST_P() 481 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(dequeuedSlot, input, &output)); in TEST_P() 553 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(/*slot*/-1, input, &output)); in TEST_P() 555 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(BufferQueue::NUM_BUFFER_SLOTS, in TEST_P() 576 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(/*slot*/0, input, &output)); in TEST_P() 606 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(dequeuedSlot, input, &output)); in TEST_P() 633 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(dequeuedSlot, input, &output)); in TEST_P() 716 EXPECT_EQ(NO_INIT, mProducer->queueBuffer(dequeuedSlot, input, &output)); in TEST_P() 816 ASSERT_OK(mProducer->queueBuffer(result.slot, input, &output)); in TEST_P() 909 ASSERT_OK(mProducer->queueBuffer(dequeuedSlot, input, &output)); in TEST_P() [all …]
|
H A D | SurfaceTextureFBO_test.cpp | 52 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(), in TEST_F() 76 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), in TEST_F()
|
H A D | StreamSplitter_test.cpp | 99 ASSERT_EQ(OK, inputProducer->queueBuffer(slot, qbInput, &qbOutput)); in TEST_F() 171 ASSERT_EQ(OK, inputProducer->queueBuffer(slot, qbInput, &qbOutput)); in TEST_F() 233 ASSERT_EQ(OK, inputProducer->queueBuffer(slot, qbInput, &qbOutput)); in TEST_F()
|
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
H A D | buffer_hub_queue_producer-test.cpp | 251 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 265 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 303 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 322 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 339 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 343 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 362 EXPECT_EQ(BAD_VALUE, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 406 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 496 ASSERT_EQ(NO_INIT, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 534 EXPECT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() [all …]
|
/aosp12/hardware/qcom/display/msm8960/liboverlay/pipes/ |
H A D | 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) { in queueBuffer() function 188 return mM3d.queueBuffer(fd, offset); in queueBuffer() 256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function 257 return mM3d.queueBuffer(fd, offset); in queueBuffer() 314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function 315 return mS3d.queueBuffer(fd, offset); in queueBuffer() [all …]
|
H A D | overlayGenPipe.cpp | 169 bool GenericPipe::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function in overlay::GenericPipe 181 if(!mRot->queueBuffer(fd, offset)) { in queueBuffer() 196 return mCtrlData.data.queueBuffer(finalFd, finalOffset); in queueBuffer()
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/pipes/ |
H A D | 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) { in queueBuffer() function 188 return mM3d.queueBuffer(fd, offset); in queueBuffer() 256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function 257 return mM3d.queueBuffer(fd, offset); in queueBuffer() 314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function 315 return mS3d.queueBuffer(fd, offset); in queueBuffer() [all …]
|
H A D | overlayGenPipe.cpp | 89 bool GenericPipe::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function in overlay::GenericPipe 97 return mData->queueBuffer(fd, offset); in queueBuffer()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | RenderSurfaceTest.cpp | 266 mSurface.queueBuffer(base::unique_fd()); in TEST_F() 281 EXPECT_CALL(*mNativeWindow, queueBuffer(buffer->getBuffer()->getNativeBuffer(), -1)) in TEST_F() 285 mSurface.queueBuffer(base::unique_fd()); in TEST_F() 300 EXPECT_CALL(*mNativeWindow, queueBuffer(buffer->getBuffer()->getNativeBuffer(), -1)) in TEST_F() 304 mSurface.queueBuffer(base::unique_fd()); in TEST_F() 320 EXPECT_CALL(*mNativeWindow, queueBuffer(buffer->getNativeBuffer(), -1)) in TEST_F() 324 mSurface.queueBuffer(base::unique_fd()); in TEST_F() 338 EXPECT_CALL(*mNativeWindow, queueBuffer(buffer->getBuffer()->getNativeBuffer(), -1)) in TEST_F() 345 mSurface.queueBuffer(base::unique_fd()); in TEST_F()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/mock/ |
H A D | NativeWindow.cpp | 36 return static_cast<NativeWindow*>(window)->queueBuffer(buffer, fenceFd); in forwardQueueBuffer() 103 return static_cast<NativeWindow*>(window)->queueBuffer(buffer, -1); in forwardQueueBufferDeprecated() 110 ANativeWindow::queueBuffer = &forwardQueueBuffer; in NativeWindow()
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayRotator.h | 81 virtual bool queueBuffer(int fd, uint32_t offset) = 0; 116 virtual bool queueBuffer(int fd, uint32_t offset); 173 virtual bool queueBuffer(int fd, uint32_t offset);
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/system/window/ |
H A D | MockNativeWindow.cpp | 63 return static_cast<NativeWindow*>(window)->queueBuffer(buffer, fenceFd); in dispatch_queueBuffer() 85 ANativeWindow::queueBuffer = &dispatch_queueBuffer; in NativeWindow()
|
/aosp12/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayRotator.h | 95 virtual bool queueBuffer(int fd, uint32_t offset) = 0; 130 virtual bool queueBuffer(int fd, uint32_t offset); 189 virtual bool queueBuffer(int fd, uint32_t offset);
|
H A D | overlayCtrlData.h | 110 bool queueBuffer(int fd, uint32_t offset); 253 inline bool Data::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayRotator.h | 86 virtual bool queueBuffer(int fd, uint32_t offset) = 0; 123 virtual bool queueBuffer(int fd, uint32_t offset); 182 virtual bool queueBuffer(int fd, uint32_t offset);
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 77 bool GenericPipe::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function in overlay::GenericPipe 83 return mData->queueBuffer(fd, offset); in queueBuffer()
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 77 bool GenericPipe::queueBuffer(int fd, uint32_t offset) { in queueBuffer() function in overlay::GenericPipe 83 return mData->queueBuffer(fd, offset); in queueBuffer()
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayRotator.h | 97 virtual bool queueBuffer(int fd, uint32_t offset) = 0; 150 virtual bool queueBuffer(int fd, uint32_t offset); 222 virtual bool queueBuffer(int fd, uint32_t offset);
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | output.cpp | 390 status = outputIgbp->queueBuffer(static_cast<int>(bqSlot), in outputBuffer() 397 status = outputIgbp->queueBuffer(static_cast<int>(bqSlot), in outputBuffer() 439 status = outputIgbp->queueBuffer(static_cast<int>(bqSlot), in outputBuffer() 446 status = outputIgbp->queueBuffer(static_cast<int>(bqSlot), in outputBuffer()
|