Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h927 bool GetMpIndex(MpIndex* pIndex, const u8* src, size_t srcSize);
940 static bool GetMpNumberOfImages(u32* pNumber, const MpIndex* pIndex) in GetMpNumberOfImages()
967 static size_t GetMpImageUidListSize(const MpIndex* pIndex) in GetMpImageUidListSize()
994 static size_t GetMpImageUidListOffset(const MpIndex* pIndex) in GetMpImageUidListOffset()
1019 static bool GetMpTotalFrames(u32* pFrames, const MpIndex* pIndex) in GetMpTotalFrames()
1064 static bool GetMpEntry(MpEntry* pEntry, const MpIndex* pIndex, u32 index);
Djpeg_MpTypes.h139 struct MpIndex struct