Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_capturer_adapter_mock.cpp46 int32_t AudioCapturerAdapterImpl::GetBufferDesc(std::shared_ptr<BufferDescAdapter> bufferDesc) in GetBufferDesc()
51 int32_t AudioCapturerAdapterImpl::Enqueue(const std::shared_ptr<BufferDescAdapter> bufferDesc) in Enqueue()
H A Daudio_capturer_adapter_impl.cpp174 int32_t AudioCapturerAdapterImpl::GetBufferDesc(std::shared_ptr<BufferDescAdapter> bufferDesc) in GetBufferDesc()
194 int32_t AudioCapturerAdapterImpl::Enqueue(const std::shared_ptr<BufferDescAdapter> bufferDesc) in Enqueue()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_capturer_adapter_impl.cpp65 int32_t ArkAudioCapturerAdapterImpl::GetBufferDesc(ArkWebRefPtr<ArkBufferDescAdapter> bufferDesc) in GetBufferDesc()
73 int32_t ArkAudioCapturerAdapterImpl::Enqueue(const ArkWebRefPtr<ArkBufferDescAdapter> bufferDesc) in Enqueue()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_capturer_adapter_wrapper.cpp69 …32_t ArkAudioCapturerAdapterWrapper::GetBufferDesc(std::shared_ptr<NWeb::BufferDescAdapter> buffer… in GetBufferDesc()
77 int32_t ArkAudioCapturerAdapterWrapper::Enqueue(const std::shared_ptr<NWeb::BufferDescAdapter> buff… in Enqueue()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A 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
H A Drender_staging.cpp297 auto const& bufferDesc = gpuResourceMgr.GetBufferDescriptor(ref.srcHandle.GetHandle()); in CopyHostToStaging() local
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocapturer_fuzzer/
H A Daudiocaptureradapter_fuzzer.cpp95 std::shared_ptr<BufferDescAdapter> bufferDesc = std::make_shared<BufferDescAdapter>(); in AudioCapturerFuzzTest() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp456 void RendererInServer::DoFadingOut(BufferDesc& bufferDesc) in DoFadingOut()
490 BufferDesc bufferDesc = {nullptr, 0, 0}; // will be changed in GetReadbuffer in WriteData() local
524 void RendererInServer::OtherStreamEnqueue(const BufferDesc &bufferDesc) in OtherStreamEnqueue()
556 BufferDesc bufferDesc = stream_->DequeueBuffer(spanSizeInByte_); in WriteEmptyData() local
768 BufferDesc bufferDesc = {nullptr, 0, 0}; in Flush() local
H A Dpa_capturer_stream_impl.cpp339 BufferDesc bufferDesc; in DequeueBuffer() local
350 int32_t PaCapturerStreamImpl::EnqueueBuffer(const BufferDesc &bufferDesc) in EnqueueBuffer()
H A Dpro_renderer_stream_impl.cpp368 BufferDesc bufferDesc = {nullptr, 0, 0}; in DequeueBuffer() local
377 int32_t ProRendererStreamImpl::EnqueueBuffer(const BufferDesc &bufferDesc) in EnqueueBuffer()
H A Dcapturer_in_server.cpp362 BufferDesc bufferDesc = {nullptr, 0, 0}; in Flush() local
H A Dpa_renderer_stream_impl.cpp673 BufferDesc bufferDesc; in DequeueBuffer() local
680 int32_t PaRendererStreamImpl::EnqueueBuffer(const BufferDesc &bufferDesc) in EnqueueBuffer()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A 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()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp239 const GpuBufferDesc bufferDesc { CORE_BUFFER_USAGE_UNIFORM_BUFFER_BIT, in ProcessBuffers() local
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp194 RENDER_NS::GpuBufferDesc bufferDesc { in OnSizeChange() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_inner_capturer_test.cpp77 BufferDesc bufferDesc = { nullptr, 0, 0 }; in OnReadData() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudiocapturer_adapter.cpp180 BufferDesc bufferDesc = {}; in GetBufferAdapter() local
H A Daudioplayer_adapter.cpp236 BufferDesc bufferDesc = {}; in GetBufferAdapter() local
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp859 std::shared_ptr<BufferDescAdapterMock> bufferDesc = std::make_shared<BufferDescAdapterMock>(); variable
898 std::shared_ptr<BufferDescAdapterMock> bufferDesc = std::make_shared<BufferDescAdapterMock>(); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dgpu_resource_desc.h445 GpuBufferDesc bufferDesc; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_service_common_unit_test.cpp278 BufferDesc bufferDesc; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp410 BufferDesc bufferDesc = { nullptr, 0, 0 }; in OnReadData() local
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_stream_info.h660 BufferDesc bufferDesc; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp944 int32_t RendererInClientInner::ProcessWriteInner(BufferDesc &bufferDesc) in ProcessWriteInner()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp1140 napi_property_descriptor bufferDesc[] = { in BufferInit() local