Home
last modified time | relevance | path

Searched defs:bufferDesc (Results 1 – 18 of 18) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
Drender_node_staging.cpp48 auto const& bufferDesc = gpuResourceMgr.GetBufferDescriptor(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer() local
86 auto const& bufferDesc = gpuResourceMgr.GetBufferDescriptor(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer() local
Drender_staging.cpp297 auto const& bufferDesc = gpuResourceMgr.GetBufferDescriptor(ref.srcHandle.GetHandle()); in CopyHostToStaging() local
/foundation/multimedia/audio_framework/services/audio_service/server/src/
Drenderer_in_server.cpp472 void RendererInServer::DoFadingOut(BufferDesc& bufferDesc) in DoFadingOut()
506 BufferDesc bufferDesc = {nullptr, 0, 0}; // will be changed in GetReadbuffer in WriteData() local
543 void RendererInServer::OtherStreamEnqueue(const BufferDesc &bufferDesc) in OtherStreamEnqueue()
575 BufferDesc bufferDesc = stream_->DequeueBuffer(spanSizeInByte_); in WriteEmptyData() local
789 BufferDesc bufferDesc = {nullptr, 0, 0}; in Flush() local
Dpro_renderer_stream_impl.cpp374 BufferDesc bufferDesc = {nullptr, 0, 0}; in DequeueBuffer() local
383 int32_t ProRendererStreamImpl::EnqueueBuffer(const BufferDesc &bufferDesc) in EnqueueBuffer()
618 void ProRendererStreamImpl::ConvertSrcToFloat(const BufferDesc &bufferDesc) in ConvertSrcToFloat()
Dpa_capturer_stream_impl.cpp339 BufferDesc bufferDesc; in DequeueBuffer() local
350 int32_t PaCapturerStreamImpl::EnqueueBuffer(const BufferDesc &bufferDesc) in EnqueueBuffer()
Dcapturer_in_server.cpp362 BufferDesc bufferDesc = {nullptr, 0, 0}; in Flush() local
Dpa_renderer_stream_impl.cpp673 BufferDesc bufferDesc; in DequeueBuffer() local
680 int32_t PaRendererStreamImpl::EnqueueBuffer(const BufferDesc &bufferDesc) in EnqueueBuffer()
/foundation/multimedia/audio_framework/services/audio_service/common/src/
Doh_audio_buffer.cpp604 int32_t OHAudioBuffer::GetBufferByFrame(uint64_t posInFrame, BufferDesc &bufferDesc) in GetBufferByFrame()
639 int32_t OHAudioBuffer::GetWriteBuffer(uint64_t writePosInFrame, BufferDesc &bufferDesc) in GetWriteBuffer()
649 int32_t OHAudioBuffer::GetReadbuffer(uint64_t readPosInFrame, BufferDesc &bufferDesc) in GetReadbuffer()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
Drender_node_default_material_objects.cpp239 const GpuBufferDesc bufferDesc { CORE_BUFFER_USAGE_UNIFORM_BUFFER_BIT, in ProcessBuffers() local
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
Dlume_custom_render.cpp194 RENDER_NS::GpuBufferDesc bufferDesc { in OnSizeChange() local
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
Daudio_inner_capturer_test.cpp77 BufferDesc bufferDesc = { nullptr, 0, 0 }; in OnReadData() local
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
Daudiocapturer_adapter.cpp180 BufferDesc bufferDesc = {}; in GetBufferAdapter() local
Daudioplayer_adapter.cpp236 BufferDesc bufferDesc = {}; in GetBufferAdapter() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
Dgpu_resource_desc.h445 GpuBufferDesc bufferDesc; member
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
Daudio_service_common_unit_test.cpp278 BufferDesc bufferDesc; variable
/foundation/multimedia/audio_framework/frameworks/native/examples/
Dpa_stream_test.cpp410 BufferDesc bufferDesc = { nullptr, 0, 0 }; in OnReadData() local
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
Daudio_stream_info.h660 BufferDesc bufferDesc; member
/foundation/multimedia/audio_framework/services/audio_service/client/src/
Drenderer_in_client.cpp949 int32_t RendererInClientInner::ProcessWriteInner(BufferDesc &bufferDesc) in ProcessWriteInner()