/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 91 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 D | HevcDec_Typedef.h | 22 typedef signed int INT32; typedef
|
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/ |
H A D | feature_processor.h | 86 INT32 = 4 | (1 << 3),
enumerator
|
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/ |
H A D | type_converter.cpp | 69 case INT32: {
in DoCast() 179 case INT32:
in InnerProcess()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | spirv_cross_helper_structs_gles.h | 119 INT32,
member in ShaderSpecializationConstant::Type 174 enum class Types { INVALID = 0, BOOL, UINT32, INT32, FLOAT };
member in Gles::SpecConstantInfo::Types
|
H A D | spirv_cross_helpers_gles.cpp | 298 } else if (type == SpecConstantInfo::Types::INT32) {
in DefineForSpec() 381 t.constantType = SpecConstantInfo::Types::INT32;
in CreateSpecInfos()
|
H A D | main.cpp | 1080 constantType = ShaderSpecializationConstant::Type::INT32;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | spirv_cross_helper_structs_gles.h | 56 enum class Types { INVALID = 0, BOOL, UINT32, INT32, FLOAT }; member in Gles::SpecConstantInfo::Types
|
H A D | spirv_cross_helpers_gles.cpp | 87 case ShaderSpecialization::Constant::Type::INT32: { in DefineForSpec()
|
/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/ |
H A D | kws_plugin.cpp | 217 .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 D | uobject.h | 27 INT32, member in OHOS::ItemType
|
H A D | uobject.cpp | 342 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 D | gpu_program_util.cpp | 117 case RENDER_NS::ShaderSpecialization::Constant::Type::INT32: in SpecializationByteSize()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 1302 INT32 = 3, member in ShaderSpecialization::Constant::Type
|