OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coreid
(Results
1 - 16
of
16
) sorted by null
/frameworks/av/libvideoeditor/osal/inc/
M4OSA_OptionID.h
49
coreID
and SubOptionID*/
50
#define M4OSA_OPTION_ID_CREATE(right,
coreID
, errorID)\
51
(M4OSA_Int32)((((((M4OSA_UInt32)right)&0x03)<<30))+((((M4OSA_UInt32)
coreID
)&0x003FFF)<<16)+(((M4OSA_UInt32)errorID)&0x00FFFF))
54
coreID
and SubOptionID*/
55
#define M4OSA_OPTION_ID_SPLIT(optionID, right,
coreID
, errorID)\
57
coreID
=(M4OSA_UInt16)(((optionID)>>16)&0x00003FFF);\
66
/** This macro returns 1 if the optionID has its core ID equal to '
coreID
', 0 otherwise*/
67
#define M4OSA_OPTION_ID_IS_COREID(optionID,
coreID
)\
68
(((((optionID)>>16)&0x003FFF) == (
coreID
)) ? M4OSA_TRUE:M4OSA_FALSE)
M4OSA_Error.h
57
* @arg
coreID
: (IN) [M4OSA_UInt32]
CoreID
to put in the error code
59
#define M4OSA_ERR_CREATE(severity,
coreID
, errorID)\
60
(M4OSA_Int32)((((M4OSA_UInt32)severity)<<30)+((((M4OSA_UInt32)
coreID
)&0x003FFF)<<16)+(((M4OSA_UInt32)errorID)&0x00FFFF))
65
* @arg
coreID
: (OUT) [M4OSA_UInt32]
CoreID
to put in the error code
67
#define M4OSA_ERR_SPLIT(error, severity,
coreID
, errorID)\
69
coreID
=(M4OSA_UInt32)(((error)>>16)&0x003FFF);\
73
/* "fake"
CoreID
, is used to report an unknown
CoreID
. Used by the trace syste
[
all
...]
M4OSA_Memory.h
42
M4OSA_CoreID
coreID
,
M4OSA_Thread_priv.h
34
M4OSA_UInt32
coreID
; /* thread context identifiant */
M4OSA_CoreID.h
27
/*
CoreId
are defined on 14 bits */
M4OSA_Debug.h
121
M4OSA_CoreID
coreID
,
/frameworks/av/libvideoeditor/osal/src/
M4PSW_MemoryInterface.c
33
* M4OSA_CoreID
coreID
,
38
* @param
coreID
(IN): identification of the caller component
45
M4OSA_CoreID
coreID
,
M4OSA_Mutex.c
36
M4OSA_UInt32
coreID
; /* mutex context identifiant */
102
pMutexContext->
coreID
= M4OSA_MUTEX;
142
M4OSA_DEBUG_IF2(pMutexContext->
coreID
!= M4OSA_MUTEX,
224
M4OSA_DEBUG_IF2(M4OSA_MUTEX != pMutexContext->
coreID
,
266
M4OSA_DEBUG_IF2(pMutexContext->
coreID
!= M4OSA_MUTEX,
M4OSA_Semaphore.c
42
M4OSA_UInt32
coreID
; /* semaphore context identifiant */
100
semaphoreContext->
coreID
= M4OSA_SEMAPHORE ;
142
M4OSA_DEBUG_IF2(semaphoreContext->
coreID
!= M4OSA_SEMAPHORE,
219
M4OSA_DEBUG_IF2(semaphoreContext->
coreID
!= M4OSA_SEMAPHORE,
254
M4OSA_DEBUG_IF2(semaphoreContext->
coreID
!= M4OSA_SEMAPHORE,
M4OSA_Thread.c
153
threadContext->
coreID
= M4OSA_THREAD;
222
M4OSA_DEBUG_IF2(threadContext->
coreID
!= M4OSA_THREAD,
347
M4OSA_DEBUG_IF2(threadContext->
coreID
!= M4OSA_THREAD,
403
M4OSA_DEBUG_IF2(threadContext->
coreID
!= M4OSA_THREAD,
481
M4OSA_DEBUG_IF2(threadContext->
coreID
!= M4OSA_THREAD,
637
M4OSA_DEBUG_IF2(threadContext->
coreID
!= M4OSA_THREAD,
743
M4OSA_DEBUG_IF2(threadContext->
coreID
!= M4OSA_THREAD,
M4PSW_Trace.c
76
M4OSA_CoreID
coreID
,
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c
84
* @return any error returned by the MP4 core writer openWrite (Its
coreID
is M4MP4_WRITER)
157
*
coreID
is M4MP4_WRITER)
201
* (Its
coreID
is M4MP4_WRITER)
337
* @return any error returned by the MP4 core writer closeWrite (Its
coreID
389
* @return any error returned by the MP4 core writer setOption (Its
coreID
593
* @return any error returned by the MP4 core writer getOption (Its
coreID
698
* @return any error returned by the MP4 core writer startAU (Its
coreID
763
* (Its
coreID
is M4MP4_WRITER)
[
all
...]
/frameworks/av/libvideoeditor/vss/common/inc/
M4OSA_CoreID.h
28
/*
CoreId
are defined on 14 bits */
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h
146
*
coreid
:8 majorrev:8 minorrev:8 patch:8
/hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h
146
*
coreid
:8 majorrev:8 minorrev:8 patch:8
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c
144
//
COREID
TARGET_CORE_ID = CORE_APPM3;
Completed in 1157 milliseconds