Home
last modified time | relevance | path

Searched refs:QueueBuffer (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dcodec_callback.cpp60 context->inputBufferQueue.QueueBuffer(bufferInfo); in OnInputBufferAvailable()
70 context->outputBufferQueue.QueueBuffer(bufferInfo); in OnOutputBufferAvailable()
79 context->inputBufferQueue.QueueBuffer(bufferInfo); in OnNeedInputBuffer()
88 context->outputBufferQueue.QueueBuffer(bufferInfo); in OnNewOutputBuffer()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/sample_buffer_queue/
H A Dsample_buffer_queue.h29 virtual int32_t QueueBuffer(const CodecBufferInfo& bufferInfo);
H A Dsample_buffer_queue.cpp24 int32_t SampleBufferQueue::QueueBuffer(const CodecBufferInfo& bufferInfo) in QueueBuffer() function in OHOS::MediaAVCodec::Sample::SampleBufferQueue
/foundation/graphic/graphic_surface/surface/include/
H A Dconsumer_surface_delegator.h29 GSError QueueBuffer(sptr<SurfaceBuffer>& buffer, int32_t fenceFd);
H A Dproducer_surface_delegator.h34 GSError QueueBuffer(int32_t slot, int32_t acquireFence);
/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface_delegator.cpp34 GSError ConsumerSurfaceDelegator::QueueBuffer(sptr<SurfaceBuffer>& buffer, int32_t fenceFd) in QueueBuffer() function in OHOS::ConsumerSurfaceDelegator
H A Dproducer_surface_delegator.cpp31 GSError ProducerSurfaceDelegator::QueueBuffer(int32_t slot, int32_t acquireFence) in QueueBuffer() function in OHOS::ProducerSurfaceDelegator
H A Dbuffer_queue.cpp574 GSError ret = consumerDelegator->QueueBuffer(buffer, fence->Get()); in DelegatorQueueBuffer()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_delegator_test.cpp112 * Function: QueueBuffer
116 * CaseDescription: 1. call QueueBuffer
125 GSError ret = qwe->QueueBuffer(slot, acquireFence); in HWTEST_F()
146 * Function: QueueBuffer
150 * CaseDescription: 1. call QueueBuffer
158 GSError ret = qwe->QueueBuffer(slot, acquireFence); in HWTEST_F()
H A Dconsumer_surface_delegator_test.cpp86 * Function: QueueBuffer
90 * CaseDescription: 1. call QueueBuffer
96 GSError ret = consumerDelegator->QueueBuffer(buffer, fenceFd); in HWTEST_F()
/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp137 void QueueBuffer(size_t index, size_t offset, size_t size, int64_t timestampUs, uint32_t flags);
179 void ServerStreamSource::QueueBuffer(size_t index, size_t offset, size_t size, int64_t timestampUs, uint32_t flags) in QueueBuffer() function in OHOS::Media::ServerStreamSource
185 callback->QueueBuffer(index, offset, size, timestampUs, flags); in QueueBuffer()
275 stream->QueueBuffer(buffer.idx, buffer.offset, readLen, 0, flags); in streamProcess()
278 stream->QueueBuffer(buffer.idx, buffer.offset, readLen, 0, flags); in streamProcess()
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dsource.h120 virtual void QueueBuffer(size_t index, size_t offset, size_t size, int64_t timestampUs, uint32_t flags) = 0;
/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.h52 void QueueBuffer(size_t index, size_t offset, size_t size, int64_t timestampUs, uint32_t flags);
H A Dplayer_impl.cpp1090 void AdapterStreamCallback::QueueBuffer(size_t index, size_t offset, size_t size, int64_t timestampUs, uint32_t flags) in QueueBuffer() function in OHOS::Media::AdapterStreamCallback

Completed in 11 milliseconds