Home
last modified time | relevance | path

Searched refs:nType (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
Dlib_manifest2.c69 static bool static_checkCharacter(uint8_t x, uint32_t nType) in static_checkCharacter() argument
84 if (nType == CHARACTER_NAME_FIRST) in static_checkCharacter()
93 if (nType == CHARACTER_NAME_SUBSEQUENT) in static_checkCharacter()
145 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) in static_libManifest2GetNextItemInternal()
226 if (pContext->nType == LIB_MANIFEST2_TYPE_SOURCE_WITH_SECTIONS) in static_libManifest2GetNextItemInternal()
310 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) in static_libManifest2GetNextItemInternal()
325 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) in static_libManifest2GetNextItemInternal()
467 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED) in static_libManifest2GetNextItemInternal()
481 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED) in static_libManifest2GetNextItemInternal()
526 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED) in libManifest2GetNextItem()
[all …]
Dlib_manifest2.h67 uint32_t nType; member
Dsmc_properties_parser.c265 sParserContext.nType = LIB_MANIFEST2_TYPE_SOURCE_WITH_SECTIONS; in SMCPropYacc()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h593 VIDDEC_CBUFFER_TYPE nType; member
1439 … OMX_S32* nHeight, OMX_S32* nCropWidth, OMX_S32* nCropHeight, OMX_U32 nType);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Utils.c4565 OMX_S32* nCropHeight, OMX_U32 nType) in VIDDEC_ParseVideo_H264() argument
4602 if (nType == 0) { in VIDDEC_ParseVideo_H264()
4782 nBitPosition = (nInPositionTemp + nType) * 8; in VIDDEC_ParseVideo_H264()
4783 nInBytePosition = nInPositionTemp + nType; in VIDDEC_ParseVideo_H264()
4784 nInPositionTemp += nNumBytesInNALunit + nType; in VIDDEC_ParseVideo_H264()