Home
last modified time | relevance | path

Searched refs:pIndex (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h905 bool GetMpIndex(MpIndex* pIndex, const u8* src, size_t srcSize);
918 static bool GetMpNumberOfImages(u32* pNumber, const MpIndex* pIndex) in GetMpNumberOfImages() argument
921 NN_ASSERT(pIndex); in GetMpNumberOfImages()
923 if (pIndex->isNumberOfImagesValid) in GetMpNumberOfImages()
925 *pNumber = pIndex->numberOfImages; in GetMpNumberOfImages()
945 static size_t GetMpImageUidListSize(const MpIndex* pIndex) in GetMpImageUidListSize() argument
947 NN_ASSERT(pIndex); in GetMpImageUidListSize()
949 if (pIndex->imageUidListSize && pIndex->offsetToImageUidList) in GetMpImageUidListSize()
951 return pIndex->imageUidListSize; in GetMpImageUidListSize()
972 static size_t GetMpImageUidListOffset(const MpIndex* pIndex) in GetMpImageUidListOffset() argument
[all …]
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/svc/
Dsvc_Stub.h101 nn::Result ReplyAndReceive1 ( s32* pIndex, const nn::Handle pHandl…
102 nn::Result ReplyAndReceive2 ( s32* pIndex, const nn::Handle pHandl…
103 nn::Result ReplyAndReceive3 ( s32* pIndex, const nn::Handle pHandl…
104 nn::Result ReplyAndReceive4 ( s32* pIndex, const nn::Handle pHandl…
105 nn::Result ReplyAndReceive ( s32* pIndex, const nn::Handle pHandl…