Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UINT32
(Results
1 - 19
of
19
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H
A
D
HevcDec_Typedef.h
24
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
D
hevc_decoder.h
214
void HevcDecLog(
UINT32
channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...);
H
A
D
hevc_decoder.cpp
625
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
D
native_ability_thread.h
35
UINT32
GetAppTaskId() const override;
39
static void NativeAppTaskHandler(
UINT32
uwArg);
42
static
UINT32
nativeTaskId_;
H
A
D
js_ability_thread.h
37
UINT32
GetAppTaskId() const override;
39
static void AppTaskHandler(
UINT32
uwArg);
42
UINT32
appTaskId_ = 0;
H
A
D
ability_thread.h
50
virtual
UINT32
GetAppTaskId() const = 0;
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H
A
D
native_ability_thread.cpp
36
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
D
js_ability_thread.cpp
114
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
D
hichain_adapter.c
30
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
D
softbus_adapter.c
103
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
D
feature_processor.h
83
UINT32
= 4,
enumerator
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H
A
D
type_converter.cpp
64
case
UINT32
: {
in DoCast()
177
case
UINT32
:
in InnerProcess()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H
A
D
spirv_cross_helper_structs_gles.h
118
UINT32
,
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
294
if ((type == SpecConstantInfo::Types::BOOL) || (type == SpecConstantInfo::Types::
UINT32
)) {
in DefineForSpec()
379
t.constantType = SpecConstantInfo::Types::
UINT32
;
in CreateSpecInfos()
H
A
D
main.cpp
1078
constantType = ShaderSpecializationConstant::Type::
UINT32
;
/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
80
case ShaderSpecialization::Constant::Type::
UINT32
: {
in DefineForSpec()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
gpu_program_util.cpp
115
case RENDER_NS::ShaderSpecialization::Constant::Type::
UINT32
:
in SpecializationByteSize()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H
A
D
pipeline_state_desc.h
76
/**
UINT32
*/
1300
UINT32
= 2,
member in ShaderSpecialization::Constant::Type
Completed in 15 milliseconds