/ohos5.0/foundation/ability/ability_base/test/unittest/base/ |
H A D | zchar_wrapper_test.cpp | 73 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 D | nntensor.cpp | 71 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 D | nnexecutor.cpp | 738 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 D | volume_tools.cpp | 104 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 D | zchar_wrapper.cpp | 40 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 D | nn_tensor_desc_test.cpp | 181 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 D | offline_audio_effect_server_chain.cpp | 58 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 D | tensor_desc.h | 40 OH_NN_ReturnCode GetByteSize(size_t* byteSize) const;
|
H A D | tensor_desc.cpp | 151 OH_NN_ReturnCode TensorDesc::GetByteSize(size_t* byteSize) const in GetByteSize() function in OHOS::NeuralNetworkRuntime::TensorDesc
|
H A D | neural_network_core.cpp | 986 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 D | property_util.h | 83 size_t GetByteSize() const; in RENDER_BEGIN_NAMESPACE() 173 size_t GetByteSize() const;
|
H A D | linear_allocator.h | 73 inline size_t GetByteSize() const in RENDER_BEGIN_NAMESPACE()
|
H A D | property_util.cpp | 293 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 D | volume_tools.h | 44 static size_t GetByteSize(AudioSampleFormat format);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | linear_allocator.h | 73 inline size_t GetByteSize() const in CORE3D_BEGIN_NAMESPACE()
|
H A D | property_util.h | 82 size_t GetByteSize() const; in CORE3D_BEGIN_NAMESPACE()
|
H A D | property_util.cpp | 291 size_t CustomPropertyPodContainer::GetByteSize() const in GetByteSize() function in CustomPropertyPodContainer
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/ |
H A D | linear_allocator.h | 74 inline size_t GetByteSize() const in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/ |
H A D | zchar_wrapper.h | 45 static int GetByteSize(zchar c); /* [in] */
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/ |
H A D | nn_tensor_test.cpp | 89 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 D | render_barrier_list.cpp | 40 PLUGIN_ASSERT_MSG(allocator.allocators[allocator.currentIndex]->GetByteSize() > 0, in AllocateBarrierListMemory()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.cpp | 91 }(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 D | post_process_configuration_component_manager.cpp | 111 }(properties.GetByteSize(), align); in UpdateCustomPropertyMetadata()
|
H A D | material_component_manager.cpp | 284 }(properties.GetByteSize(), align); in UpdateCustomPropertyMetadata()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/ |
H A D | offload_audio_renderer_sink.cpp | 704 size_t byteSizePerData = VolumeTools::GetByteSize(format); in DfxOperation()
|