/aosp_15_r20/frameworks/av/media/module/bufferpool/1.0/ |
H A D | BufferPoolClient.cpp | 308 BufferId bufferId; in allocate() local 347 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive() 443 void BufferPoolClient::Impl::postBufferRelease(BufferId bufferId) { in postBufferRelease() 452 BufferId bufferId, ConnectionId receiver, in postSend() 476 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive() 502 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() 523 BufferId bufferId = Connection::SYNC_BUFFERID; in trySyncFromRemote() local 591 const std::vector<uint8_t>& params, BufferId *bufferId, in allocateBufferHandle() 609 TransactionId transactionId, BufferId bufferId, in fetchBufferHandle() 686 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
|
H A D | AccessorImpl.cpp | 182 BufferId *bufferId, const native_handle_t** handle) { in allocate() 208 BufferId bufferId, const native_handle_t** handle) { in fetch() 265 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer() 277 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer() 426 for (const BufferId& bufferId : buffers->second) { in handleClose() local 451 BufferId bufferId = iter->second->mBufferId; in handleClose() local 474 BufferId bufferId = *bufferIt; in getFreeBuffer() local 498 BufferId bufferId = mSeq++; in addNewBuffer() local
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/ |
D | CarEvsServiceUnitTest.java | 345 int bufferId = mRandom.nextInt(); in testOnEvent() local 396 int bufferId = mRandom.nextInt(); in testInvalidStreamCallback() local 798 int bufferId = mRandom.nextInt(); in testStartActivity() local 900 int bufferId = mRandom.nextInt(); in testStartAndStopActivity() local 970 int bufferId = mRandom.nextInt(); in testRequestToStartVideoTwice() local 1000 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamWithoutSessionToken() local 1031 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamWithSessionToken() local 1204 int bufferId = mRandom.nextInt(); in testPriorityStreamClient() local 1250 int bufferId = mRandom.nextInt(); in testTwoConcurrentStreamClients() local 1492 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamFromManuallyEnabledServiceType() local [all …]
|
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/ |
H A D | BufferPool.cpp | 99 BufferId bufferId, in onBufferInvalidated() 180 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer() 192 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer() 359 for (const BufferId& bufferId : buffers->second) { in handleClose() local 391 BufferId bufferId = iter->second->mBufferId; in handleClose() local 421 BufferId bufferId = *bufferIt; in getFreeBuffer() local 445 BufferId bufferId = mSeq++; in addNewBuffer() local
|
H A D | BufferPoolClient.cpp | 358 BufferId bufferId; in allocate() local 397 TransactionId transactionId, BufferId bufferId, int64_t timestampMs, in receive() 493 void BufferPoolClient::Impl::postBufferRelease(BufferId bufferId) { in postBufferRelease() 502 BufferId bufferId, ConnectionId receiver, in postSend() 531 BufferId bufferId, TransactionId transactionId, int64_t timestampMs) { in postReceive() 557 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() 725 const std::vector<uint8_t>& params, BufferId *bufferId, in allocateBufferHandle() 743 TransactionId transactionId, BufferId bufferId, in fetchBufferHandle() 847 TransactionId transactionId, BufferId bufferId, int64_t timestampMs, in receive()
|
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/ |
H A D | BufferPoolClient.cpp | 363 BufferId bufferId; in allocate() local 402 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive() 498 void BufferPoolClient::Impl::postBufferRelease(BufferId bufferId) { in postBufferRelease() 507 BufferId bufferId, ConnectionId receiver, in postSend() 536 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive() 562 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() 583 BufferId bufferId = Connection::SYNC_BUFFERID; in trySyncFromRemote() local 739 const std::vector<uint8_t>& params, BufferId *bufferId, in allocateBufferHandle() 757 TransactionId transactionId, BufferId bufferId, in fetchBufferHandle() 854 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
|
H A D | AccessorImpl.cpp | 229 BufferId *bufferId, const native_handle_t** handle) { in allocate() 256 BufferId bufferId, const native_handle_t** handle) { in fetch() 377 BufferId bufferId, in onBufferInvalidated() 459 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer() 471 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer() 638 for (const BufferId& bufferId : buffers->second) { in handleClose() local 670 BufferId bufferId = iter->second->mBufferId; in handleClose() local 700 BufferId bufferId = *bufferIt; in getFreeBuffer() local 724 BufferId bufferId = mSeq++; in addNewBuffer() local
|
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/ |
H A D | VirtualCameraStream.cc | 118 const int bufferId) { in getHardwareBuffer() 124 const EGLDisplay eglDisplay, const int bufferId) { in getEglFrameBuffer() 148 const int bufferId) { in getHardwareBufferLocked() 153 bool VirtualCameraStream::removeBuffer(int bufferId) { in removeBuffer()
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLSharedGroup.cpp | 299 BufferData* GLSharedGroup::getBufferData(GLuint bufferId) { in getBufferData() 318 void GLSharedGroup::addBufferData(GLuint bufferId, GLsizeiptr size, const void* data) { in addBufferData() 325 void GLSharedGroup::updateBufferData(GLuint bufferId, GLsizeiptr size, const void* data) { in updateBufferData() 336 void GLSharedGroup::setBufferUsage(GLuint bufferId, GLenum usage) { in setBufferUsage() 345 void GLSharedGroup::setBufferMapped(GLuint bufferId, bool mapped) { in setBufferMapped() 353 GLenum GLSharedGroup::getBufferUsage(GLuint bufferId) { in getBufferUsage() 361 bool GLSharedGroup::isBufferMapped(GLuint bufferId) { in isBufferMapped() 369 GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, const … in subUpdateBufferData() 385 void GLSharedGroup::deleteBufferData(GLuint bufferId) { in deleteBufferData()
|
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/evs/ |
D | CarEvsManagerUnitTest.java | 193 int bufferId = 1; in testStartVideoStreamWithoutToken() local 330 int bufferId = 1; in testReturnFrameBuffer() local 347 int bufferId = 1; in testReturnFrameBufferRemoteExceptionThrown() local 422 int bufferId = 1; in testCarEvsBufferDescriptor() local
|
/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2Device.cpp | 134 const struct v4l2_format& format, size_t bufferId) { in create() 144 enum v4l2_memory memory, const struct v4l2_format& format, size_t bufferId) in V4L2Buffer() 249 void V4L2BuffersList::returnBuffer(size_t bufferId) { in returnBuffer() 267 size_t bufferId = *iter; in getFreeBuffer() local 311 size_t bufferId() const { return mV4l2Buffer.index; } in bufferId() function in android::V4L2BufferRefBase 605 size_t V4L2WritableBufferRef::bufferId() const { in bufferId() function in android::V4L2WritableBufferRef 684 size_t V4L2ReadableBuffer::bufferId() const { in bufferId() function in android::V4L2ReadableBuffer 897 auto bufferId = mFreeBuffers->getFreeBuffer(); in getFreeBuffer() local 910 auto bufferId = mFreeBuffers->getFreeBuffer(requestedBufferIid); in getFreeBuffer() local 1063 for (const auto& bufferId : mQueuedBuffers) { in streamoff() local
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3StreamSplitter.cpp | 373 uint64_t bufferId = bufferItem.mGraphicBuffer->getId(); in outputBufferLocked() local 443 uint64_t bufferId = buffer->getId(); in notifyBufferReleased() local 458 uint64_t bufferId = gb->getId(); in attachBufferToOutputs() local 510 uint64_t bufferId = bufferItem.mGraphicBuffer->getId(); in onFrameAvailable() local 576 uint64_t bufferId = tracker_ptr->getBuffer()->getId(); in decrementBufRefCountLocked() local
|
H A D | BufferUtils.cpp | 101 uint64_t bufferId = BUFFER_ID_NO_BUFFER; in removeOneBufferCache() local 219 uint64_t bufferId, buffer_handle_t* buf, int32_t streamId) { in pushInflightRequestBuffer() 232 uint64_t bufferId, in popInflightRequestBuffer()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/deprecated/ |
H A D | DeprecatedCamera3StreamSplitter.cpp | 380 uint64_t bufferId = bufferItem.mGraphicBuffer->getId(); in outputBufferLocked() local 439 uint64_t bufferId = buffer->getId(); in notifyBufferReleased() local 454 uint64_t bufferId = gb->getId(); in attachBufferToOutputs() local 526 uint64_t bufferId; in onFrameAvailable() local 602 uint64_t bufferId = tracker_ptr->getBuffer()->getId(); in decrementBufRefCountLocked() local
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | IConsumerListener.cpp | 50 void onFrameDequeued(const uint64_t bufferId) override { in onFrameDequeued() 55 void onFrameDetached(const uint64_t bufferId) override { in onFrameDetached() 60 void onFrameCancelled(const uint64_t bufferId) override { in onFrameCancelled()
|
H A D | BufferQueue.cpp | 41 void BufferQueue::ProxyConsumerListener::onFrameDequeued(const uint64_t bufferId) { in onFrameDequeued() 48 void BufferQueue::ProxyConsumerListener::onFrameCancelled(const uint64_t bufferId) { in onFrameCancelled() 55 void BufferQueue::ProxyConsumerListener::onFrameDetached(const uint64_t bufferId) { in onFrameDetached()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | ClientCompositionRequestCache.cpp | 89 uint64_t bufferId, const renderengine::DisplaySettings& display, in exists() 99 void ClientCompositionRequestCache::add(uint64_t bufferId, in add() 117 void ClientCompositionRequestCache::remove(uint64_t bufferId) { in remove()
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/ |
D | PixelStreamManagerTest.cpp | 96 int bufferId = 10; in TEST() local 124 int bufferId = 10; in TEST() local 149 int bufferId = 10; in TEST() local 174 int bufferId = 10; in TEST() local
|
/aosp_15_r20/packages/services/Car/service-builtin/src/com/android/car/evs/ |
D | EvsHalWrapperImpl.java | 131 public void doneWithFrame(int bufferId) { in doneWithFrame() 132 nativeDoneWithFrame(getNativeHandle(), bufferId); in doneWithFrame() local 202 private native void nativeDoneWithFrame(long handle, int bufferId); in nativeDoneWithFrame()
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | C2NodeImpl.cpp | 419 int32_t bufferId = it->second; in onInputBufferDone() local 426 int32_t bufferId = 0; in onInputBufferDone() local 450 int32_t bufferId = 0; in onInputBufferEmptied() local 479 void C2NodeImpl::notifyInputBufferEmptied(int32_t bufferId) { in notifyInputBufferEmptied()
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
D | PixelStreamManager.cpp | 31 PixelMemHandle::PixelMemHandle(int bufferId, int streamId, int additionalUsageFlags) in PixelMemHandle() 150 Status PixelStreamManager::freePacket(int bufferId) { in freePacket() 314 int bufferId = handle->getBufferId(); in clonePacket() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | ACodecBufferChannel.cpp | 71 IOMX::buffer_id bufferId) { in findBufferId() 79 IOMX::buffer_id bufferId, in BufferInfo() 609 void ACodecBufferChannel::fillThisBuffer(IOMX::buffer_id bufferId) { in fillThisBuffer() 629 IOMX::buffer_id bufferId, in drainThisBuffer()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/1.0/[email protected]_genc++/gen/android/hardware/camera/device/1.0/ |
D | CameraDevicePreviewCallbackAll.cpp | 224 …this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t bufferId) { in _hidl_enqueueBuffer() 288 …this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t bufferId) { in _hidl_cancelBuffer() 833 …e::camera::common::V1_0::Status> BpHwCameraDevicePreviewCallback::enqueueBuffer(uint64_t bufferId){ in enqueueBuffer() 839 …re::camera::common::V1_0::Status> BpHwCameraDevicePreviewCallback::cancelBuffer(uint64_t bufferId){ in cancelBuffer() 1063 uint64_t bufferId; in _hidl_enqueueBuffer() local 1119 uint64_t bufferId; in _hidl_cancelBuffer() local
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | MediaSync.java | 131 @NonNull MediaSync sync, @NonNull ByteBuffer audioBuffer, int bufferId); in onAudioBufferConsumed() 177 public AudioBuffer(@NonNull ByteBuffer byteBuffer, int bufferId, in AudioBuffer() 508 @NonNull ByteBuffer audioData, int bufferId, long presentationTimeUs) { in queueAudio()
|
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/inputsurface/ |
H A D | InputSurfaceConnection.cpp | 40 int32_t bufferId, const AImage *buffer, int64_t timestamp, int fenceFd) { in submitBuffer() 48 c2_status_t InputSurfaceConnection::submitEos(int32_t bufferId) { in submitEos()
|