Home
last modified time | relevance | path

Searched refs:GetByteSize (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/ability/ability_base/test/unittest/base/
H A Dzchar_wrapper_test.cpp73 EXPECT_EQ(0, zcharValue.GetByteSize(value));
85 EXPECT_EQ(0, zcharValue.GetByteSize(value));
97 EXPECT_EQ(2, zcharValue.GetByteSize(value));
109 EXPECT_EQ(3, zcharValue.GetByteSize(value));
121 EXPECT_EQ(4, zcharValue.GetByteSize(value));
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnntensor.cpp71 auto ret = m_tensorDesc->GetByteSize(&byteSize); in CreateData()
106 auto ret = m_tensorDesc->GetByteSize(&byteSize); in CreateData()
138 auto ret = m_tensorDesc->GetByteSize(&byteSize); in CreateData()
315 auto ret = m_tensorDesc->GetByteSize(&byteSize); in CheckTensorData()
H A Dnnexecutor.cpp738 auto ret = m_outputTensorDescs[index].first->GetByteSize(&dataLength); in SetOutput()
805 auto ret = m_outputTensorDescs[index].first->GetByteSize(&dataLength); in SetOutputFromMemory()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp104 size_t VolumeTools::GetByteSize(AudioSampleFormat format) in GetByteSize() function in OHOS::AudioStandard::VolumeTools
194 size_t byteSizePerData = GetByteSize(format); in Process()
260 size_t byteSizePerData = VolumeTools::GetByteSize(format); in CountU8Volume()
304 size_t byteSizePerData = VolumeTools::GetByteSize(format); in CountS16Volume()
348 const size_t byteSizePerData = VolumeTools::GetByteSize(format); in CountS24Volume()
395 const size_t byteSizePerData = VolumeTools::GetByteSize(format); in CountS32Volume()
443 size_t byteSizePerData = VolumeTools::GetByteSize(format); in CountF32Volume()
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dzchar_wrapper.cpp40 int byteSize = GetByteSize(value_); in ToString()
65 int Char::GetByteSize(zchar c) /* [in] */ in GetByteSize() function in OHOS::AAFwk::Char
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dnn_tensor_desc_test.cpp181 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetByteSize(testbytesize));
193 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetByteSize(testbytesize));
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/src/
H A Doffline_audio_effect_server_chain.cpp58 static inline int32_t GetByteSize(AudioSampleFormat format) in GetByteSize() function
192 …inBufferSize_ = static_cast<uint32_t>(GetByteSize(inInfo.format)) * inInfo.samplingRate * inInfo.c… in SetParam()
194 …outBufferSize_ = static_cast<uint32_t>(GetByteSize(outInfo.format)) * outInfo.samplingRate * outIn… in SetParam()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dtensor_desc.h40 OH_NN_ReturnCode GetByteSize(size_t* byteSize) const;
H A Dtensor_desc.cpp151 OH_NN_ReturnCode TensorDesc::GetByteSize(size_t* byteSize) const in GetByteSize() function in OHOS::NeuralNetworkRuntime::TensorDesc
H A Dneural_network_core.cpp986 return tensorDescImpl->GetByteSize(byteSize); in OH_NNTensorDesc_GetByteSize()
1076 auto ret = descImpl->GetByteSize(&byteSize); in OH_NNTensor_CreateWithFd()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h83 size_t GetByteSize() const; in RENDER_BEGIN_NAMESPACE()
173 size_t GetByteSize() const;
H A Dlinear_allocator.h73 inline size_t GetByteSize() const in RENDER_BEGIN_NAMESPACE()
H A Dproperty_util.cpp293 size_t CustomPropertyPodContainer::GetByteSize() const in GetByteSize() function in CustomPropertyPodContainer
649 size_t CustomPropertyBindingContainer::GetByteSize() const in GetByteSize() function in CustomPropertyBindingContainer
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dvolume_tools.h44 static size_t GetByteSize(AudioSampleFormat format);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dlinear_allocator.h73 inline size_t GetByteSize() const in CORE3D_BEGIN_NAMESPACE()
H A Dproperty_util.h82 size_t GetByteSize() const; in CORE3D_BEGIN_NAMESPACE()
H A Dproperty_util.cpp291 size_t CustomPropertyPodContainer::GetByteSize() const in GetByteSize() function in CustomPropertyPodContainer
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dlinear_allocator.h74 inline size_t GetByteSize() const in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dzchar_wrapper.h45 static int GetByteSize(zchar c); /* [in] */
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp89 MOCK_METHOD1(GetByteSize, OH_NN_ReturnCode(size_t*));
229 EXPECT_CALL(*((MockTensorDesc *) tensorDesc.get()), GetByteSize(::testing::_))
319 EXPECT_CALL(*((MockTensorDesc *) tensorDesc.get()), GetByteSize(::testing::_))
349 EXPECT_CALL(*((MockTensorDesc *) tensorDesc.get()), GetByteSize(::testing::_))
653 EXPECT_CALL(*((MockTensorDesc *) tensorDesc.get()), GetByteSize(::testing::_))
746 EXPECT_CALL(*((MockTensorDesc *) tensorDesc.get()), GetByteSize(::testing::_))
1050 EXPECT_CALL(*((MockTensorDesc *) tensorDesc.get()), GetByteSize(::testing::_))
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp40 PLUGIN_ASSERT_MSG(allocator.allocators[allocator.currentIndex]->GetByteSize() > 0, in AllocateBarrierListMemory()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp91 }(properties.GetByteSize(), align); in UpdateCustomPropertyMetadata()
153 }(properties.GetByteSize(), align); in UpdateBindingPropertyMetadata()
647 …pertyData_.properties) ? static_cast<uint32_t>(customPropertyData_.properties->GetByteSize()) : 0U; in GetPropertyBindingByteSize()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp111 }(properties.GetByteSize(), align); in UpdateCustomPropertyMetadata()
H A Dmaterial_component_manager.cpp284 }(properties.GetByteSize(), align); in UpdateCustomPropertyMetadata()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp704 size_t byteSizePerData = VolumeTools::GetByteSize(format); in DfxOperation()

12