Lines Matching refs:mp_entry
2381 _stMPOIndex.mp_entry[i].attribute = 0; in JPEG_InitMPO()
2382 _stMPOIndex.mp_entry[i].size = 0; in JPEG_InitMPO()
2383 _stMPOIndex.mp_entry[i].offset = 0; in JPEG_InitMPO()
2384 _stMPOIndex.mp_entry[i].image1_no = 0; in JPEG_InitMPO()
2385 _stMPOIndex.mp_entry[i].image2_no = 0; in JPEG_InitMPO()
2650 _stMPOIndex.mp_entry[i].attribute = JPEG_Tiff_EndianChangeL(JPEG_GetU32(pJpegBuff)); in JPEG_DecodeMPOInfo()
2653 _stMPOIndex.mp_entry[i].size = JPEG_Tiff_EndianChangeL(JPEG_GetU32(pJpegBuff)); in JPEG_DecodeMPOInfo()
2656 _stMPOIndex.mp_entry[i].offset = JPEG_Tiff_EndianChangeL(JPEG_GetU32(pJpegBuff)); in JPEG_DecodeMPOInfo()
2659 _stMPOIndex.mp_entry[i].image1_no = JPEG_Tiff_EndianChangeS(JPEG_GetU16(pJpegBuff)); in JPEG_DecodeMPOInfo()
2662 _stMPOIndex.mp_entry[i].image2_no = JPEG_Tiff_EndianChangeS(JPEG_GetU16(pJpegBuff)); in JPEG_DecodeMPOInfo()
2664 … JPEG_DEBUG_API_MSG("%d th : attribute = %lx\n", i, _stMPOIndex.mp_entry[i].attribute); in JPEG_DecodeMPOInfo()
2665 JPEG_DEBUG_API_MSG("%d th : size = %lx\n", i, _stMPOIndex.mp_entry[i].size); in JPEG_DecodeMPOInfo()
2666 JPEG_DEBUG_API_MSG("%d th : offset = %lx\n", i, _stMPOIndex.mp_entry[i].offset); in JPEG_DecodeMPOInfo()
2667 … JPEG_DEBUG_API_MSG("%d th : image1_no = %x\n", i, _stMPOIndex.mp_entry[i].image1_no); in JPEG_DecodeMPOInfo()
2668 … JPEG_DEBUG_API_MSG("%d th : image2_no = %x\n", i, _stMPOIndex.mp_entry[i].image2_no); in JPEG_DecodeMPOInfo()
9962 … JPEG_DEBUG_API_MSG("mp_entry[%ld]:attribute = 0x%lx\n", i, _stMPOIndex.mp_entry[i].attribute); in _MApi_JPEG_DumpMPO()
9963 JPEG_DEBUG_API_MSG("mp_entry[%ld]:size = 0x%lx\n", i, _stMPOIndex.mp_entry[i].size); in _MApi_JPEG_DumpMPO()
9964 JPEG_DEBUG_API_MSG("mp_entry[%ld]:offset = 0x%lx\n", i, _stMPOIndex.mp_entry[i].offset); in _MApi_JPEG_DumpMPO()
9965 … JPEG_DEBUG_API_MSG("mp_entry[%ld]:image1_no = 0x%x\n", i, _stMPOIndex.mp_entry[i].image1_no); in _MApi_JPEG_DumpMPO()
9966 … JPEG_DEBUG_API_MSG("mp_entry[%ld]:image2_no = 0x%x\n", i, _stMPOIndex.mp_entry[i].image2_no); in _MApi_JPEG_DumpMPO()