Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h91 using CreateHevcDecoderFuncType = INT32 (*)(HEVC_DEC_HANDLE *phDecoder, HEVC_DEC_INIT_PARAM *pstInitParam);
92 using DecodeFuncType = INT32 (*)(HEVC_DEC_HANDLE hDecoder, HEVC_DEC_INARGS *pstInArgs,
94 using FlushFuncType = INT32 (*)(HEVC_DEC_HANDLE hDecoder, HEVC_DEC_OUTARGS *pstOutArgs);
95 using DeleteFuncType = INT32 (*)(HEVC_DEC_HANDLE hDecoder);
H A DHevcDec_Typedef.h22 typedef signed int INT32; typedef
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/
H A Dfeature_processor.h86 INT32 = 4 | (1 << 3), enumerator
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H A Dtype_converter.cpp69 case INT32: { in DoCast()
179 case INT32: in InnerProcess()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helper_structs_gles.h119 INT32, member in ShaderSpecializationConstant::Type
174 enum class Types { INVALID = 0, BOOL, UINT32, INT32, FLOAT }; member in Gles::SpecConstantInfo::Types
H A Dspirv_cross_helpers_gles.cpp298 } else if (type == SpecConstantInfo::Types::INT32) { in DefineForSpec()
381 t.constantType = SpecConstantInfo::Types::INT32; in CreateSpecInfos()
H A Dmain.cpp1080 constantType = ShaderSpecializationConstant::Type::INT32;
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dspirv_cross_helper_structs_gles.h56 enum class Types { INVALID = 0, BOOL, UINT32, INT32, FLOAT }; member in Gles::SpecConstantInfo::Types
H A Dspirv_cross_helpers_gles.cpp87 case ShaderSpecialization::Constant::Type::INT32: { in DefineForSpec()
/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/
H A Dkws_plugin.cpp217 .dataType = INT32, in GetNormedFeatures()
227 .dataType = INT32, in GetNormedFeatures()
334 slideWindowConfig.dataType = INT32; in InitComponents()
338 convertConfig.dataType = INT32; in InitComponents()
/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.h27 INT32, member in OHOS::ItemType
H A Duobject.cpp342 WriteChar(static_cast<char>(ItemType::INT32)); in WriteKV()
476 } else if (type == ItemType::INT32) { in ReadKV()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.cpp117 case RENDER_NS::ShaderSpecialization::Constant::Type::INT32: in SpecializationByteSize()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1302 INT32 = 3, member in ShaderSpecialization::Constant::Type

Completed in 11 milliseconds