Lines Matching refs:mp_entry
2389 _stMPOIndex.mp_entry[i].attribute = 0; in JPEG_InitMPO()
2390 _stMPOIndex.mp_entry[i].size = 0; in JPEG_InitMPO()
2391 _stMPOIndex.mp_entry[i].offset = 0; in JPEG_InitMPO()
2392 _stMPOIndex.mp_entry[i].image1_no = 0; in JPEG_InitMPO()
2393 _stMPOIndex.mp_entry[i].image2_no = 0; in JPEG_InitMPO()
2658 _stMPOIndex.mp_entry[i].attribute = JPEG_Tiff_EndianChangeL(JPEG_GetU32(pJpegBuff)); in JPEG_DecodeMPOInfo()
2661 _stMPOIndex.mp_entry[i].size = JPEG_Tiff_EndianChangeL(JPEG_GetU32(pJpegBuff)); in JPEG_DecodeMPOInfo()
2664 _stMPOIndex.mp_entry[i].offset = JPEG_Tiff_EndianChangeL(JPEG_GetU32(pJpegBuff)); in JPEG_DecodeMPOInfo()
2667 _stMPOIndex.mp_entry[i].image1_no = JPEG_Tiff_EndianChangeS(JPEG_GetU16(pJpegBuff)); in JPEG_DecodeMPOInfo()
2670 _stMPOIndex.mp_entry[i].image2_no = JPEG_Tiff_EndianChangeS(JPEG_GetU16(pJpegBuff)); in JPEG_DecodeMPOInfo()
2672 … JPEG_DEBUG_API_MSG("%d th : attribute = %lx\n", i, _stMPOIndex.mp_entry[i].attribute); in JPEG_DecodeMPOInfo()
2673 JPEG_DEBUG_API_MSG("%d th : size = %lx\n", i, _stMPOIndex.mp_entry[i].size); in JPEG_DecodeMPOInfo()
2674 JPEG_DEBUG_API_MSG("%d th : offset = %lx\n", i, _stMPOIndex.mp_entry[i].offset); in JPEG_DecodeMPOInfo()
2675 … JPEG_DEBUG_API_MSG("%d th : image1_no = %x\n", i, _stMPOIndex.mp_entry[i].image1_no); in JPEG_DecodeMPOInfo()
2676 … JPEG_DEBUG_API_MSG("%d th : image2_no = %x\n", i, _stMPOIndex.mp_entry[i].image2_no); in JPEG_DecodeMPOInfo()
9991 … JPEG_DEBUG_API_MSG("mp_entry[%ld]:attribute = 0x%lx\n", i, _stMPOIndex.mp_entry[i].attribute); in MApi_JPEG_DumpMPO_OJPD()
9992 JPEG_DEBUG_API_MSG("mp_entry[%ld]:size = 0x%lx\n", i, _stMPOIndex.mp_entry[i].size); in MApi_JPEG_DumpMPO_OJPD()
9993 JPEG_DEBUG_API_MSG("mp_entry[%ld]:offset = 0x%lx\n", i, _stMPOIndex.mp_entry[i].offset); in MApi_JPEG_DumpMPO_OJPD()
9994 … JPEG_DEBUG_API_MSG("mp_entry[%ld]:image1_no = 0x%x\n", i, _stMPOIndex.mp_entry[i].image1_no); in MApi_JPEG_DumpMPO_OJPD()
9995 … JPEG_DEBUG_API_MSG("mp_entry[%ld]:image2_no = 0x%x\n", i, _stMPOIndex.mp_entry[i].image2_no); in MApi_JPEG_DumpMPO_OJPD()