Home
last modified time | relevance | path

Searched refs:UINT32 (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A DHevcDec_Typedef.h24 typedef unsigned int UINT32; typedef
35 typedef void (*IHW265D_VIDEO_ALG_LOG_FXN)(UINT32 uiChannelID, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pszMsg, ...);
38 UINT32 uiChannelID; // [in] channel ID, used for channel info
44 UINT32 uiStreamLen;
49 UINT32 uiDecWidth;
50 UINT32 uiDecHeight;
51 UINT32 uiDecStride;
52 UINT32 uiDecBitDepth;
H A Dhevc_decoder.h214 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...);
H A Dhevc_decoder.cpp625 int32_t maxInputSize = static_cast<int32_t>(static_cast<UINT32>(stride * height_ * VIDEO_PIX_DEPTH_YUV) >> 1); in GetOutputFormat()
653 if ((static_cast<UINT32>(width_ * height_ * VIDEO_PIX_DEPTH_YUV) >> 1) <= VIDEO_MIN_BUFFER_SIZE) { in CalculateBufferSize()
961 hevcDecoderInputArgs_.uiStreamLen = static_cast<UINT32>(inputAVBuffer->memory_->GetSize()); in SendFrame()
1569 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...) in HevcDecLog()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dnative_ability_thread.h35 UINT32 GetAppTaskId() const override;
39 static void NativeAppTaskHandler(UINT32 uwArg);
42 static UINT32 nativeTaskId_;
H A Djs_ability_thread.h37 UINT32 GetAppTaskId() const override;
39 static void AppTaskHandler(UINT32 uwArg);
42 UINT32 appTaskId_ = 0;
H A Dability_thread.h50 virtual UINT32 GetAppTaskId() const = 0;
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dnative_ability_thread.cpp36 UINT32 NativeAbilityThread::nativeTaskId_ = UINT32_MAX;
89 stTskInitParam.uwArg = reinterpret_cast<UINT32>((uintptr_t) nativeQueueId_); in InitAbilityThread()
140 UINT32 NativeAbilityThread::GetAppTaskId() const in GetAppTaskId()
155 void NativeAbilityThread::NativeAppTaskHandler(UINT32 uwArg) in NativeAppTaskHandler()
H A Djs_ability_thread.cpp114 UINT32 JsAbilityThread::GetAppTaskId() const in GetAppTaskId()
119 void JsAbilityThread::AppTaskHandler(UINT32 uwArg) in AppTaskHandler()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dhichain_adapter.c30 static const UINT32 HICHAIN_SEM_INIT_COUNT = 0;
46 static UINT32 g_createGroupSem = LOSCFG_BASE_IPC_SEM_LIMIT;
82 UINT32 osRet = LOS_BinarySemCreate(HICHAIN_SEM_INIT_COUNT, &g_createGroupSem); in InitHichainModle()
112 UINT32 osRet = LOS_SemDelete(g_createGroupSem); in UnInitHichainModle()
H A Dsoftbus_adapter.c103 static UINT32 g_bindSem = 0;
1363 UINT32 osRet = LOS_SemPost(g_bindSem); in ProcessSourceMsg()
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/
H A Dfeature_processor.h83 UINT32 = 4, enumerator
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H A Dtype_converter.cpp64 case UINT32: { in DoCast()
177 case UINT32: in InnerProcess()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helper_structs_gles.h118 UINT32, 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.cpp294 if ((type == SpecConstantInfo::Types::BOOL) || (type == SpecConstantInfo::Types::UINT32)) { in DefineForSpec()
379 t.constantType = SpecConstantInfo::Types::UINT32; in CreateSpecInfos()
H A Dmain.cpp1078 constantType = ShaderSpecializationConstant::Type::UINT32;
/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.cpp80 case ShaderSpecialization::Constant::Type::UINT32: { in DefineForSpec()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.cpp115 case RENDER_NS::ShaderSpecialization::Constant::Type::UINT32: in SpecializationByteSize()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h76 /** UINT32 */
1300 UINT32 = 2, member in ShaderSpecialization::Constant::Type

Completed in 18 milliseconds