Hi, is this April 1st?

Last week I was looking for ways to gain extra write speed while RAW recording, e.g by disabling Canon tasks in background or something like that . .
That idea lives! . . managed to gain
~13 MB/s write speed improvement in
LiveView,
all RAW video modes are benefited, the following benchmarks in
1080p24 mode:
1-
700D (with 240MHz SD overclock):
Before (Default, no hacks):
After (with new hacks):

-
Combining the
new hacks with the "
Small hacks" from RAW video:

-
82.8 MB/s write speed in
LiveView 
Demo
:
-Some
results:
-2560x1440 1:1 16:9
Continuous! (@ 23.976, 10-bit lossless)
-1736x2214 1x3 2.35:1
Continuous! (@ 23.976, 10-bit lossless)
-2880x1226 1:1 2.35:1
Continuous! (@ 23.976, 10-bit lossless)
-You can definitely record longer in 3K 3072x1308 1:1 2.35:1 preset (@ 23.976, 10-bit lossless)
-High frame rate modes can be
Continuous! or "You can definitely record longer".
-feel free to test other modes, with different bit-depths, and don't forget to share the result.
-The
Details:
I was trying to find a clean way to see LiveView activity how it start and how it stop, what processes are being activated, how we can deactivate some of unnecessary processes in a clean way (by calling Canon functions), so I got an idea to capture DebugMsg log, between PauseLiveView and ResumeLiveView functions, once with MMIO and once without them, I got interesting sequence of how LiveView processes are being deactivated:
32.309.545 run_test:0008b598:00:00: Pause LiveView
32.309.782 MainCtrl:ff0ceef0:9c:01: ID:1(24)
32.309.857 MainCtrl:ff0ceefc:9c:03: Request LV_ACTION : (1)
32.310.068 MainCtrl:ff0ceef0:9c:01: ID:80050022(25)
32.310.125 MainCtrl:ff1476cc:9c:03: PROP_LV_ACTION : LV_STOP
32.310.228 PropMgr:ff2a6a5c:33:01: PropCBR camctrl:0x80050022,0x1
32.310.254 PropMgr:ff0ff82c:33:01: PD_CheckAudioLevelStart
32.310.285 PropMgr:ff0fecb4:33:01: SendPipeEvent [0][0][88]
32.310.354 PropMgr:ff1c6f78:83:01: changeCBR PropID(0x80050022)Parameter(1)Size(4)
32.310.787 PropMgr:ff10e818:14:03: alvChangeAckCBR : PROP_MOVIE_SOUND_RECORD[0x205000e]
32.310.837 PropMgr:ff10e518:14:03: _ALV_SetALCMode : Change ALCMode[2->1]
32.310.894 PropMgr:ff0e3d00:2f:05: mvrChangeAckCBR : Sound Auto(C=2,R=48000,B=16)
32.310.934 PropMgr:ff0ff0c8:33:01: ptpPropChangeEvCBR[205000e][4][2]
32.310.976 PropMgr:ff0fecb4:33:01: SendPipeEvent [0][0][9]
32.311.044 PropMgr:ff1c6f78:83:01: changeCBR PropID(0x205000e)Parameter(2)Size(4)
32.311.185 Gmt:ff181a78:9a:01: gmtProperty ID=0x80050022(0x1)
32.311.279 Gmt:ff19dfe8:9a:03: [LVREC]Gmt::CurrentState:0, Event:8
32.311.297 Gmt:ff19e690:9a:03: [LVREC] gmtIgnore
32.311.322 Gmt:ff180f8c:9a:03: gmtConductorStop
32.311.404 Gmt:ff1771b8:a9:03: evfComAct(12)
32.311.429 Gmt:ff17746c:a9:03: COM_ACT_LV_SUSPEND
32.311.516 Evf:ff179ce4:a9:03: evfStop
32.311.611 Evf:ff4ee868:a9:01: [VRAM]vram_SetSenserDriveParameter(105, 1212, 0 1)
32.311.633 Evf:ff4ee888:a9:01: [VRAM]vram_SetSenserDriveParameter(0, 0, 0 0)
32.311.647 Evf:ff3810e0:ae:03: SDRV_StopDevice
32.311.681 Evf:ff380988:ae:03: UnregisterHDInterruptCBR
32.311.704 Evf:ff3809c8:ae:01: sdrv_unregisterHdInterruptCBR[1]
32.311.740 Evf:ff380988:ae:03: UnregisterHDInterruptCBR
32.311.755 Evf:ff3809c8:ae:01: sdrv_unregisterHdInterruptCBR[0]
32.311.840 AeWb:ff263690:98:03: [AEWB] aewbLvComAct(12):ActionType
32.311.895 AeWb:ff261f58:98:03: [AEWB] aewbSuspend
32.311.919 AeWb:ff2715ac:b0:03: [AF] AfCtrl_Act_Suspend
32.312.004 AeWb:ff272b70:b5:03: [CLRCALC] CLR_CALC_Stop
32.312.059 AeWb:ff380784:ae:03: UnregisterVDInterruptCBR
32.312.193 LVFACE:ff17d650:aa:03: lvfaceEnd
32.312.547 LVFACE:ff2c6edc:00:00: *** SetEDmac(0xc, 0x0, 0x0, 0x0)
32.312.806 Gmt:ff0d5a9c:9a:01: Event 4 Result State 6->7
32.312.847 Gmt:ff19c2c8:ab:03: [GRPCTR] LVGRAPHIC_CTRL_PermitPowerLockForcibly[0][0]
32.312.873 Gmt:ff19b840:ab:03: [GRPCTR] graphic_ctrl_PermitPowerLock[0][0]
32.312.935 Gmt:ff0d5a9c:9a:01: Event 19 Result State 6->7 ID 0x80050022(1)
32.312.988 Gmt:ff18023c:9a:03: gmtInactivateConductor:0x7 0x10
32.313.016 Gmt:ff0d5a9c:9a:01: Event 6 Result State 7->7
32.313.055 Gmt:ff18023c:9a:03: gmtInactivateConductor:0x5 0x2
32.313.076 Gmt:ff0d5a9c:9a:01: Event 6 Result State 7->7
32.313.116 Gmt:ff18023c:9a:03: gmtInactivateConductor:0x1 0x4
32.313.140 Gmt:ff0d5a9c:9a:01: Event 6 Result State 7->7
32.313.247 GuiMainTas:00002928:00:00: >>> INT-6Ah FF56FB28(00000000)
32.313.393 GuiMainTas:00002928:00:00: <<< INT-6Ah done
32.313.445 Evf:ff179d5c:a9:03: evfStandby
32.313.483 Evf:ff17ac14:9b:01: CancelDeliverStage
32.313.522 Evf:ff17bab0:9b:01: CancelJpegStage
32.313.568 Evf:ff17cef8:9b:01: [CFIL] CancelCFilterStage 0xff0d49c8 0x0
32.313.647 Evf:ff19d588:ad:01: Cartridge Cancel[0]
32.313.669 Evf:ff4fb0c0:ad:01: RecStandby_x1_CancelPreproPath
32.313.702 Evf:ff4faf9c:ad:01: RecStandby_x1_StopPreproPath[0][dc70000]
32.313.742 Evf:ff382808:98:01: [RSHD] RSHD_DRV_Stop
32.313.782 Evf:ff4fafe4:00:00: >>> INT-5Eh EDMAC#9 00011144(00000009)
32.313.825 Evf:ff4fafe4:00:00: addr 0217A840, ptr 0217B608, size (please load edmac.mo), flags 40010000
32.313.853 **INT-5Eh*:00000564:ad:01: ReadEDmacHivshdAbortCBR
32.313.866 Evf:ff4fafe4:00:00: <<< INT-5Eh done
32.313.894 Evf:ff0c1118:00:00: >>> INT-5Dh EDMAC#8 00011144(00000008)
32.313.924 Evf:ff0c1118:00:00: addr 020F61EC, ptr 02109680, size (please load edmac.mo), flags 40010000
32.313.945 **INT-5Dh*:00000564:ad:01: ReadEDmacDefCorreAbortCBR
32.313.956 Evf:ff0c1118:00:00: <<< INT-5Dh done
32.313.995 Evf:ff0c1118:00:00: >>> INT-5Ah EDMAC#2 00010F90(00000002)
32.314.022 Evf:ff0c1118:00:00: addr 0BDE7800, ptr 0BDE7800, size (please load edmac.mo), flags 20000000
32.314.042 **INT-5Ah*:00000564:ad:01: WriteEDmacVramAbortCBR
32.314.053 Evf:ff0c1118:00:00: <<< INT-5Ah done
32.314.070 Evf:ff4fb884:ad:01: [PATH] RecStandby_x1_StopVramPath
32.314.102 Evf:ff3847a4:ad:01: [DEVDRV] LVDEV_DRV_StopCommon
32.314.211 Evf:ff37b290:ad:01: HistLCG_CancelPath
32.314.264 Evf:ff0c1118:00:00: >>> INT-59h EDMAC#1 00010F90(00000001)
32.314.299 Evf:ff0c1118:00:00: addr 04000080, ptr 04000080, size (please load edmac.mo), flags 20000000
32.314.323 **INT-59h*:00000564:ad:01: WriteEDmacYuvAbortCBR
32.314.335 Evf:ff0c1118:00:00: <<< INT-59h done
32.314.386 Evf:ff0c1118:00:00: >>> INT-F9h EDMAC#16 00010F90(00000010)
32.314.416 Evf:ff0c1118:00:00: addr 0DC70000, ptr 0DC70000, size (please load edmac.mo), flags 00000080
32.314.435 **INT-F9h*:00000564:ad:01: WriteEDmacFenYuvAbortCBR
32.314.446 Evf:ff0c1118:00:00: <<< INT-F9h done
32.314.468 Evf:ff3800d8:ad:01: WbInteg_CancelPath
32.314.486 Evf:ff4fe54c:98:01: [FST] FSTPAS_DRV_Stop
32.314.508 Evf:ff4fed3c:98:01: [WBITG] WBINTEG_DRV_Stop
32.314.578 Evf:ff4fe3bc:98:01: [AEITG] AEINTEG_DRV_Stop
32.314.607 Evf:ff0c1118:00:00: >>> INT-6Dh EDMAC#5 00010F90(00000005)
32.314.638 Evf:ff0c1118:00:00: addr 0D9C1E00, ptr 0D9C1E00, size (please load edmac.mo), flags 20000040
32.314.661 Evf:ff0c1118:00:00: <<< INT-6Dh done
32.314.692 Evf:ff37be7c:ad:01: ObInteg_CancelPath
32.314.715 Evf:ff37f010:ad:01: Af_CancelPath
32.314.737 Evf:ff0c1118:00:00: >>> INT-83h EDMAC#17 00010F90(00000011)
32.314.764 Evf:ff0c1118:00:00: addr 007543F8, ptr 007543F8, size (please load edmac.mo), flags 20000080
32.314.786 **INT-83h*:00000564:ad:01: AfWrDmacAbortCBR
32.314.798 Evf:ff0c1118:00:00: <<< INT-83h done
32.314.898 Evf:ff4ee868:a9:01: [VRAM]vram_SetSenserDriveParameter(105, 1212, 0 1)
32.314.919 Evf:ff4ee888:a9:01: [VRAM]vram_SetSenserDriveParameter(0, 0, 0 0)
32.314.936 Evf:ff381108:ae:03: SDRV_StanbyDevice
32.314.951 Evf:ff3803b0:ae:01: sdrv_SetSenserDriveParameter
32.314.994 Evf:ff56ea34:91:01: SetLvTgNextState[10] 2527
32.315.032 Evf:00017928:91:01: [REG] @@@@@@@@@@@@ Start ADTG[CS:2:404528c4]
32.315.061 Evf:000179b0:91:01: [REG] ADTG:[0x80000000]
32.315.083 Evf:000179f8:91:01: [REG] ADTG:[01050000] <----- Excel Tab Number
32.315.093 Evf:00017a14:91:01: [REG] Total:2
32.315.122 Evf:00017928:91:01: [REG] @@@@@@@@@@@@ Start ADTG[CS:2:40453398]
32.315.149 Evf:000179b0:91:01: [REG] ADTG:[0x8860000c]
32.315.173 Evf:000179b0:91:01: [REG] ADTG:[0x88b00000]
32.315.195 Evf:000179f8:91:01: [REG] ADTG:[05100000] <----- Excel Tab Number
32.315.205 Evf:00017a14:91:01: [REG] Total:3
32.315.317 Epp:ff17afc8:9b:01: deliverCancelJob:0
32.315.348 Epp:ff0d49e4:9b:03: Epp_CancelCompleteCBR (0x00000008)
32.315.399 Epp:ff17c16c:9b:01: jpegCancelJob:0
32.315.427 Epp:ff17c1f0:9b:01: Alloc[0]Shrink[0]Free[0]JpegCnt[0]
32.315.450 Epp:ff17c20c:9b:01: ###Cmp[-15238532, Cnt=[0]
32.315.473 Epp:ff177a98:a9:03: evfCompleteTransferYuvCBR 0
32.315.494 Epp:ff0d49e4:9b:03: Epp_CancelCompleteCBR (0x00000020)
32.315.546 Epp:ff37352c:9b:01: [CFIL] roughMonoCancel 0xff0d49c8
32.315.580 Epp:ff0d49e4:9b:03: Epp_CancelCompleteCBR (0x00000010)
32.315.606 Epp:ff177988:a9:03: evfJobCancelCompleteCBR
32.315.663 Epp:ff0d4a28:9b:03: Cancel_Complete!!
32.315.685 Epp:ff0d4ad4:9b:03: Select NOMAL
32.315.824 CLR_CALC:ff275fdc:b5:03: [CLRCALC] ClrCalc_Stop
32.316.193 CtrlSrv:ff39bb28:83:03: MainEventHandler PROP_LV_ACTION(1)
32.316.223 CtrlSrv:ff39a214:83:03: MainEventHandler PROP_LV_STOP
32.316.524 CtrlSrv:ff3bd9d8:c0:03: CtrlSrv GuiClearBackImageWithoutRefresh(2783) DisplayType:0
32.316.589 CtrlSrv:ff52c1f0:83:03: StopLiveViewApp(0x8d2ce4)
32.316.604 CtrlSrv:ff695a20:83:03: StopLiveViewErrorApp
32.316.630 CtrlSrv:ff6d8664:83:03: StopLiveViewUnaviApp(0x0)
32.316.649 CtrlSrv:ff697218:83:03: StopLiveViewIsoApp(0x0)
32.316.663 CtrlSrv:ff698848:83:03: StopLiveViewQualityApp
32.316.679 CtrlSrv:ff6deba8:83:03: StopLiveViewEfApp
32.316.697 CtrlSrv:ff6e6bf0:83:03: StopLiveViewShutterApp
32.316.804 CtrlSrv:00002780:00:00: >>> INT-6Ah FF56FB28(00000000)
32.316.950 CtrlSrv:00002780:00:00: <<< INT-6Ah done
32.317.017 Evf:ff179dd4:a9:03: evfEnd[FrameNo:56]
32.317.062 Evf:ff380a90:ae:03: UnregisterHeadErrorInterruptCBR
32.317.099 Evf:ff3804fc:ae:03: UnregisterVDInterruptHigherPriCBR
32.317.172 Evf:ff4ee868:a9:01: [VRAM]vram_SetSenserDriveParameter(105, 1212, 0 1)
32.317.195 Evf:ff4ee888:a9:01: [VRAM]vram_SetSenserDriveParameter(0, 0, 0 0)
32.317.212 Evf:ff381188:ae:03: SDRV_ShutdownDevice
32.317.226 Evf:ff3803b0:ae:01: sdrv_SetSenserDriveParameter
32.317.275 Evf:ff56ea34:91:01: SetLvTgNextState[14] 2527
32.317.323 Evf:00017928:91:01: [REG] @@@@@@@@@@@@ Start ADTG[CS:2:40452980]
32.317.354 Evf:000179b0:91:01: [REG] ADTG:[0x81700051]
32.317.377 Evf:000179b0:91:01: [REG] ADTG:[0x81760051]
32.317.398 Evf:000179f8:91:01: [REG] ADTG:[01090000] <----- Excel Tab Number
32.317.409 Evf:00017a14:91:01: [REG] Total:3
32.317.438 Evf:00017928:91:01: [REG] @@@@@@@@@@@@ Start ADTG[CS:2:404534a8]
32.317.462 Evf:000179b0:91:01: [REG] ADTG:[0x00303ffd]
32.317.480 Evf:000179b0:91:01: [REG] ADTG:[0x00082809]
32.317.502 Evf:000179f8:91:01: [REG] ADTG:[02060000] <----- Excel Tab Number
32.317.513 Evf:00017a14:91:01: [REG] Total:3
32.317.538 Evf:00017928:91:01: [REG] @@@@@@@@@@@@ Start ADTG[CS:2:40453320]
32.317.565 Evf:000179b0:91:01: [REG] ADTG:[0x89000000]
32.317.588 Evf:000179b0:91:01: [REG] ADTG:[0x88120000]
32.317.610 Evf:000179b0:91:01: [REG] ADTG:[0x89080000]
32.317.631 Evf:000179f8:91:01: [REG] ADTG:[05050000] <----- Excel Tab Number
32.317.641 Evf:00017a14:91:01: [REG] Total:4
32.317.653 Evf:ff3f50a0:92:03: PowerDownLvds
32.317.694 Evf:ff56f6ac:91:05: ImagePowerOff
32.317.768 Evf:ff19d4a0:ad:01: Cartridge Clear[0]
32.318.458 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.318.512 Evf:ff37b248:ad:01: HistLCG_ClearPath
32.318.623 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.318.654 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.318.694 Evf:ff4fb9fc:ad:01: RecStandby_x1_ClearVramPath
32.318.718 Evf:ff38401c:ad:01: [DEVDRV] LVDEV_DRV_End
32.318.819 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.318.848 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.318.871 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.318.891 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.318.919 Evf:000c6438:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.319.002 Evf:000c6438:00:00: <<< INT-0Ah done
32.319.083 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.319.152 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.319.235 Evf:ff2c6edc:00:00: *** SetEDmac(0x2, 0x0, 0x0, 0x0)
32.319.380 Evf:ff2c6edc:00:00: *** SetEDmac(0x1, 0x0, 0x0, 0x0)
32.319.576 Evf:ff2c6edc:00:00: *** SetEDmac(0x10, 0x0, 0x0, 0x0)
32.319.637 Evf:ff4fb024:ad:01: RecStandby_x1_ClearPreproPath
32.319.749 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.319.785 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.319.825 Evf:ff382790:98:01: [RSHD] RSHD_DRV_End
32.319.966 Evf:ff2c6edc:00:00: *** SetEDmac(0x9, 0x0, 0x0, 0x0)
32.320.022 Evf:ff2c6edc:00:00: *** SetEDmac(0x8, 0x0, 0x0, 0x0)
32.320.063 Evf:ff2c6edc:00:00: *** SetEDmac(0x12, 0x0, 0x0, 0x0)
32.320.113 Evf:ff380080:ad:01: WbInteg_ClearPath
32.320.193 Evf:ff2c6edc:00:00: *** SetEDmac(0x5, 0x0, 0x0, 0x0)
32.320.270 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.320.320 Evf:ff4fe4b4:98:01: [FST] FSTPAS_DRV_End
32.320.342 Evf:ff4fec94:98:01: [WBITG] WBINTEG_DRV_End
32.320.359 Evf:ff4fe34c:98:01: [AEITG] AEINTEG_DRV_End
32.320.384 Evf:ff37be34:ad:01: ObInteg_ClearPath
32.320.463 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.320.510 Evf:ff37edd4:ad:01: Af_ClearPath
32.320.612 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.320.662 Evf:ff2c6edc:00:00: *** SetEDmac(0x11, 0x0, 0x0, 0x0)
32.320.750 Evf:ff19cda4:ad:03: PathEnd Start
32.320.765 Evf:ff36e014:ad:03: PathEnd End
32.320.912 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.321.006 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.321.077 Evf:ff0d6478:b9:07: LVICV_ReleaseResource
32.321.173 Evf:ff0c1118:00:00: >>> INT-8Bh EDMAC#24 00011144(00000018)
32.321.213 Evf:ff0c1118:00:00: addr 0159E930, ptr 0159FE80, size (please load edmac.mo), flags 40020000
32.321.244 Evf:ff0c1118:00:00: <<< INT-8Bh done
32.321.284 Evf:ff0c1118:00:00: >>> INT-58h EDMAC#0 00010F90(00000000)
32.321.314 Evf:ff0c1118:00:00: addr 01FA72B0, ptr 01FAE77C, size (please load edmac.mo), flags 00000000
32.321.335 Evf:ff0c1118:00:00: <<< INT-58h done
32.321.467 Evf:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.321.529 Evf:ff2c6edc:00:00: *** SetEDmac(0x18, 0x0, 0x0, 0x0)
32.321.589 Evf:ff2c6edc:00:00: *** SetEDmac(0x0, 0x0, 0x0, 0x0)
32.321.678 Evf:ff138e74:00:01: [PM] EnablePowerSave (Counter = 1)
32.321.943 LVICV:ff2c6edc:00:00: *** SetEDmac(0x2a, 0x0, 0x0, 0x0)
32.322.008 LVICV:ff2c6edc:00:00: *** SetEDmac(0x2b, 0x0, 0x0, 0x0)
32.322.100 LVICV:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.322.160 LVICV:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.322.185 LVICV:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.322.223 LVICV:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.322.308 LVICV:ff2c5d78:00:01: [CLKSAVER] پڑClockSave Outپڑ
32.322.358 LVICV:ff1a27d4:b9:03: ===== ResUnLock (Tracking) ====
32.322.502 Gmt:ff18023c:9a:03: gmtInactivateConductor:0x0 0x1
32.322.550 Gmt:ff1771b8:a9:03: evfComAct(22)
32.322.577 Gmt:ff177628:a9:03: COM_ACT_LV_RELEASE_VRAM 1
32.322.679 AeWb:ff263690:98:03: [AEWB] aewbLvComAct(22):ActionType
32.322.789 Gmt:ff0eb22c:80:03: SRM_FreeMemoryResourceForLiveViewYuv 0x44000064
32.322.863 RscMgr:ff0e5e2c:80:02: srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 12 S
32.322.958 RscMgr:ff210844:80:03: ---- MODE[0 0 0]
32.323.043 RscMgr:ff20c38c:80:03: RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
32.323.122 RscMgr:ff21df38:80:05: srmFreeLiveView 0x44000064 0x44000064
32.323.155 RscMgr:ff215118:80:01: ###### VirtualFreeMemoryToShootMemoryObject 0x11C968
32.323.191 RscMgr:ff214dcc:80:01: VirtualAllocFreeMemory 0x11C968 0x6CA770 0x0
32.323.227 RscMgr:ff214e5c:80:01: ###### ChunkSize 32653324
32.323.258 RscMgr:ff214e88:80:01: ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 32653328
32.323.287 RscMgr:ff214eb4:80:01: ###### +pMemoryObject->Virtual1stFreeSize 131514304
32.323.307 RscMgr:ff215084:80:01: ###### +pMemoryObject->Virtual2ndFreeSize 0
32.323.358 RscMgr:ff2144d8:80:01: FreeMemoryToShootMemoryObject 131514304 32653312 0x11C968
32.323.380 RscMgr:ff2144ec:80:01: ###### FreeMemoryToShootMemoryObject 0x11C968
32.323.500 RscMgr:ff21dfcc:80:01: FreeLV 12 11C968 0 3
32.323.542 RscMgr:ff21dff4:80:03: #LiveView YUV ADDR Free 0x44000064
32.323.607 RscMgr:ff210844:80:03: ---- MODE[0 0 0]
32.323.684 RscMgr:ff20c38c:80:03: RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
32.323.779 RscMgr:ff210844:80:03: ---- MODE[0 0 0]
32.324.023 RscMgr:ff20c38c:80:03: RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
32.324.082 RscMgr:ff20c38c:80:03: RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
32.324.151 RscMgr:ff0e6034:80:02: srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 12 E
32.324.210 Gmt:ff3806c0:ae:03: UnregisterVDInterruptMiddlePriCBR
32.324.232 Gmt:ff380784:ae:03: UnregisterVDInterruptCBR
32.324.296 Gmt:ff1771b8:a9:03: evfComAct(21)
32.324.381 AeWb:ff263690:98:03: [AEWB] aewbLvComAct(21):ActionType
32.324.490 Gmt:ff376e94:9a:03: libres_FreeMemorySsDevelopCBR
32.324.520 Gmt:ff235db8:97:05: [MNAV] MEMNAVI_SetMemoryMap: 1
32.324.568 Gmt:ff19c2c8:ab:03: [GRPCTR] LVGRAPHIC_CTRL_PermitPowerLockForcibly[0][0]
32.324.592 Gmt:ff19b840:ab:03: [GRPCTR] graphic_ctrl_PermitPowerLock[0][0]
32.324.619 Gmt:ff19c56c:ab:03: [GRPCTR] LVGRAPHIC_CTRL_MuteOffForcibly[0][0]
32.324.655 Gmt:ff0d5a9c:9a:01: Event 6 Result State 7->8
32.324.704 Gmt:ff1858a8:9a:03: gmtReleaseVram state:8
32.324.721 Gmt:ff37647c:9a:03: GMTLIB_RESOURCE_RequestFreeMemoryVram
32.324.766 Gmt:ff0e9a80:80:03: SRM_FreeMemoryResourceForImgVram 154 3
32.324.840 RscMgr:ff0e5e2c:80:02: srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 17 S
32.324.895 RscMgr:ff21e234:80:03: Free ImgVram : Normal
32.324.921 RscMgr:ff21e258:80:03: ImgVram Before 154 154 154
32.324.947 RscMgr:ff3763fc:9a:03: libres_FreeMemoryVramCBR
32.324.965 RscMgr:ff21e2b4:80:03: srmFreeImgVram 154 3 3
32.325.005 RscMgr:ff21e494:80:03: ImgVram After -1 -1 -1
32.325.057 RscMgr:ff0e6034:80:02: srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 17 E
32.325.115 Gmt:ff0d5a9c:9a:01: Event 27 Result State 8->8
32.325.177 Gmt:ff17ff24:9a:03: gmtReleaseResource:0x0(0x4000)
32.325.205 Gmt:ff1941f4:9a:03: [WAKU] gmtStopWaku (state:7)
32.325.292 Gmt:ff189de4:9a:01: [WAKU] Event 18 Result State 7->7
32.325.331 Gmt:ff0d5a9c:9a:01: Event 5 Result State 8->9
32.325.371 Gmt:ff181118:9a:03: gmtStop:1
32.325.414 Gmt:ff0d5a9c:9a:01: Event 7 Result State 9->9
32.325.964 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.326.085 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.328.913 CtrlSrv:0001c388:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.328.974 CtrlSrv:0001c388:00:00: <<< INT-0Ah done
32.330.547 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2632 dword=342
32.331.848 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.333.119 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.334.374 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.335.649 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.338.914 CtrlSrv:ff3288d0:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.338.969 CtrlSrv:ff3288d0:00:00: <<< INT-0Ah done
32.348.913 CtrlSrv:0001c398:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.349.006 CtrlSrv:0001c398:00:00: <<< INT-0Ah done
32.349.302 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.349.421 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.351.963 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2632 dword=342
32.353.274 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.354.555 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.355.818 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.357.072 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.358.915 CtrlSrv:ff4b85fc:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.359.000 CtrlSrv:ff4b85fc:00:00: <<< INT-0Ah done
32.368.913 CtrlSrv:ff4ba004:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.368.961 CtrlSrv:ff4ba004:00:00: <<< INT-0Ah done
32.369.080 CtrlSrv:ff6914c8:83:03: StopLiveViewAFFrameAppFromMain
32.373.780 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2632 dword=342
32.375.098 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.376.371 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.377.651 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.378.913 CtrlSrv:ff4cfbec:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.379.000 CtrlSrv:ff4cfbec:00:00: <<< INT-0Ah done
32.379.853 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.379.970 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.380.050 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.388.915 CtrlSrv:ff328658:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.388.979 CtrlSrv:ff328658:00:00: <<< INT-0Ah done
32.395.504 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2632 dword=342
32.396.812 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.398.065 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.398.915 CtrlSrv:ff4cfbec:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.398.957 CtrlSrv:ff4cfbec:00:00: <<< INT-0Ah done
32.399.410 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.400.713 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=2888 dword=378
32.408.913 CtrlSrv:ff4c1a14:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.408.998 CtrlSrv:ff4c1a14:00:00: <<< INT-0Ah done
32.409.292 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.409.411 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.413.858 CtrlSrv:ff68af58:83:03: StopLiveViewBackgroundApp
32.417.656 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=4000 dword=0
32.418.914 CtrlSrv:ff4cfbbc:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.418.954 CtrlSrv:ff4cfbbc:00:00: <<< INT-0Ah done
32.419.338 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=4400 dword=0
32.420.932 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=4400 dword=0
32.422.482 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=4400 dword=0
32.424.014 CtrlSrv:ff4cfb9c:04:02: TransparentBitmap byte=4400 dword=0
32.428.913 CtrlSrv:ff4d024c:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.428.957 CtrlSrv:ff4d024c:00:00: <<< INT-0Ah done
32.435.546 CtrlSrv:ff524560:83:01: PopColorPalette
32.435.745 CtrlSrv:ff66badc:83:01: StopGuidanceActive(0x0)
32.435.886 CtrlSrv:ff39daa0:83:03: IDLEHandler GOT_TOP_OF_CONTROL
32.435.901 CtrlSrv:ff521618:83:03: CancelDateTimer
32.435.934 CtrlSrv:ff521624:00:00: *** CancelTimer(0x17)
32.438.914 CtrlSrv:ff4b7a38:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.438.992 CtrlSrv:ff4b7a38:00:00: <<< INT-0Ah done
32.439.285 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.439.407 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.441.606 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.441.806 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.441.953 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.442.090 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.442.226 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.442.369 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.442.511 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.442.657 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.442.794 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.442.935 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.443.072 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.443.208 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.443.351 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.443.495 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.443.636 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.443.770 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.443.910 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.444.051 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.444.190 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.444.332 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.444.478 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.444.615 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.444.753 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.444.890 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.445.033 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.445.172 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.445.320 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.445.460 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.445.598 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.445.737 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.445.878 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.446.022 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.446.168 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.446.311 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.446.446 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.446.580 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.446.719 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.446.856 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.446.992 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.447.130 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.447.274 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.447.414 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.447.556 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.447.699 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.447.832 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.447.974 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.448.115 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.448.256 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.448.394 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.448.532 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.448.673 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.448.811 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.448.913 DisplayMgr:00016db8:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.448.952 DisplayMgr:00016db8:00:00: <<< INT-0Ah done
32.449.028 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.449.180 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.449.319 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.449.454 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.449.593 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.449.737 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.449.877 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.450.016 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.450.159 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.450.300 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.450.431 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.450.568 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.450.704 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.450.845 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.450.988 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.451.122 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.451.257 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.451.399 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.451.536 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.451.678 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.451.818 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.451.958 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.452.100 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.452.237 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.452.377 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.452.517 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.452.661 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.452.793 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.452.928 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.453.069 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.453.210 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.453.351 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.453.495 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.453.631 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.453.770 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.453.911 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.454.052 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.454.190 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.454.327 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.454.474 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.454.619 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.454.754 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.454.898 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.455.043 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.455.185 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.455.328 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.455.468 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.455.611 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.455.757 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.455.890 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.456.035 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.456.173 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.456.314 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.456.449 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.456.582 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.456.724 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.456.864 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.457.007 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.457.148 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.457.293 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.457.433 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.457.576 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.457.721 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.457.861 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.458.003 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.458.146 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.458.291 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.458.433 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.458.572 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.458.718 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.458.858 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.458.915 DisplayMgr:00002b9c:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.458.964 DisplayMgr:00002b9c:00:00: <<< INT-0Ah done
32.459.095 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.459.248 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.459.400 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.459.546 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.459.679 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.459.817 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.459.961 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.460.108 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.460.248 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.460.384 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.460.522 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.460.666 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.460.813 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.460.957 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.461.090 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.461.236 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.461.372 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.461.523 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.461.662 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.461.809 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.461.948 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.462.087 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.462.229 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.462.368 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.462.512 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.462.652 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.462.785 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.462.922 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.463.059 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.463.194 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.463.331 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.463.476 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.463.615 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.463.756 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.463.893 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.464.033 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.464.172 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.464.312 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.464.457 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.464.597 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.464.747 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.464.890 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.465.036 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.465.180 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.465.323 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.465.466 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.465.607 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.465.747 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.465.891 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.466.031 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.466.169 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.466.312 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.466.448 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.466.589 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.466.734 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.466.878 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.467.017 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.467.158 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.467.310 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.467.455 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.467.599 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.467.744 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.467.886 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.468.030 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.468.172 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.468.310 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.468.450 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.468.592 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.468.732 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.468.872 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.468.911 CtrlSrv:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.468.969 CtrlSrv:ff0c1118:00:00: <<< INT-0Ah done
32.469.253 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.469.376 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.469.576 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.469.722 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.469.859 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.470.004 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.470.155 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.470.296 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.470.441 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.470.581 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.470.715 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.470.856 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.470.999 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.471.136 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.471.270 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.471.409 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.471.551 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.471.687 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.471.825 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.471.973 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.472.107 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.472.248 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.472.393 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.472.536 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.472.679 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.472.820 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.472.964 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.473.103 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.473.241 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.473.381 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.473.523 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.473.663 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.473.801 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.473.937 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.474.079 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.474.207 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.474.342 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.474.480 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.474.622 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.474.761 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.474.903 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.475.036 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.475.172 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.475.308 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.475.451 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.475.596 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.475.739 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.475.886 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.476.032 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.476.173 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.476.311 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.476.458 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.476.600 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.476.743 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.476.887 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.477.028 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.477.175 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.477.314 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.477.455 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.477.603 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.477.752 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.477.896 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.478.040 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.478.184 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.478.326 CtrlSrv:ff12e870:82:02: [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
32.478.486 CtrlSrv:ff12e870:82:02: [Post]ChangePhysicalScreen 165
32.478.568 DisplayMgr:ff129428:82:02: SetBitmapVramAddress pBitmap_Address=41380008
32.478.593 DisplayMgr:ff1299ec:82:02: SetParameterToBitmapDisplayDevice
32.478.698 DisplayMgr:ff1285a0:82:02: EnableBitmapVBufferForPlayBackAndWait WaitBmpCBR=ff12e880
32.478.791 livev_hipr:000ba500:00:00: *** msleep(0x64)
32.478.850 audio_comm:000b2798:00:00: *** msleep(0xa)
32.478.960 focus_task:00002780:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.479.013 focus_task:00002780:00:00: <<< INT-0Ah done
32.479.632 audio_comm:000b2798:00:00: *** msleep(0xa)
32.479.768 PtpDps:ff0fe9fc:33:01: Dispatch : Cur = 0, Event = 88, Param = 0x0
32.479.792 PtpDps:ff2a9e38:33:03: PtpCamCtrlCheckAudioLevelStart
32.479.852 PtpDps:ff0fe9fc:33:01: Dispatch : Cur = 0, Event = 9, Param = 0x0
32.479.893 PtpDps:ff2969fc:33:01: ptpPropertyChangeEvent[205000e][4][2][0]
32.479.924 PtpDps:ff287464:32:01: GetConnectSessionFirst end[0][3]
32.479.957 PtpDps:ff2a2464:33:01: PROP:0x205000e,2
32.480.000 PtpDps:ff287464:32:01: GetConnectSessionFirst end[0][3]
32.480.025 PtpDps:ff287658:32:01: GetConnectSessionHandle 1 err[0][0]
32.480.043 PtpDps:ff287464:32:01: GetConnectSessionFirst end[0][3]
32.480.057 PtpDps:ff287658:32:01: GetConnectSessionHandle 1 err[0][0]
32.480.081 PtpDps:ff2a124c:33:01: ptpGetPropEvent FAILED! [d195][0]
32.480.169 clock_task:000a498c:00:00: *** msleep(0xc8)
32.480.232 run_test:0009c214:00:00: *** msleep(0x14)
32.480.896 cls_task:000b8c48:00:00: *** msleep(0x64)
32.481.735 notifybox_:0008f9bc:00:00: >>> INT-68h FF129ABC(00000000)
32.481.800 **INT-68h*:ff129b04:82:01: VdInterruptHandler bmp=ff12e880 img=0 localWaitBmpCBR=ff127cd8
32.481.826 **INT-68h*:ff12e894:82:01: WaitCBR pParam=0
32.481.849 notifybox_:0008f9bc:00:00: <<< INT-68h done
32.488.906 CtrlSrv:0001c394:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.488.954 CtrlSrv:0001c394:00:00: <<< INT-0Ah done
32.493.579 CtrlSrv:ff4d7790:04:02: refresh whole fReverseScreen=0
32.493.623 CtrlSrv:ff1aca40:84:01: copyDataToStorage eventID(0x80050022)Data(1)size(0)
32.493.658 CtrlSrv:ff1b0e80:83:03: PROP_LV_ACTION[1]
32.493.843 CtrlSrv:ff1aca40:84:01: copyDataToStorage eventID(0x205000e)Data(2)size(0)
32.494.108 audio_comm:000b2798:00:00: *** msleep(0xa)
32.496.270 notifybox_:000a0d78:00:00: *** msleep(0x32)
32.496.323 fps_task:000a2938:00:00: *** msleep(0x14)
32.496.368 console_ta:000c7e4c:00:00: *** msleep(0xc8)
32.496.440 tweak_task:00094438:00:00: *** msleep(0x32)
32.496.590 debug_task:0008c228:00:00: *** msleep(0xc8)
32.496.646 focus_misc:000a08d4:00:00: *** msleep(0x64)
32.496.698 livev_lopr:000b3174:00:00: *** msleep(0xc8)
32.498.912 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.498.988 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.499.284 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.499.402 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.499.475 audio_comm:000b2798:00:00: *** msleep(0xa)
32.499.535 run_test:000bec40:00:00: *** msleep(0x64)
32.508.912 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.508.961 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.509.004 audio_comm:000b2798:00:00: *** msleep(0xa)
32.509.057 fps_task:000a2938:00:00: *** msleep(0x14)
32.518.908 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.518.952 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.518.991 audio_comm:000b2798:00:00: *** msleep(0xa)
32.528.906 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.528.976 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.529.268 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.529.388 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.529.461 audio_comm:000b2798:00:00: *** msleep(0xa)
32.529.585 fps_task:000a2938:00:00: *** msleep(0x14)
32.538.913 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.538.964 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.539.085 audio_comm:000b2798:00:00: *** msleep(0xa)
32.541.920 notifybox_:000a0d78:00:00: *** msleep(0x32)
32.542.007 tweak_task:00094438:00:00: *** msleep(0x32)
32.548.911 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.548.961 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.549.005 audio_comm:000b2798:00:00: *** msleep(0xa)
32.549.055 fps_task:000a2938:00:00: *** msleep(0x14)
32.558.907 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.558.983 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.559.279 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.559.397 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.559.472 audio_comm:000b2798:00:00: *** msleep(0xa)
32.568.912 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.568.956 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.568.997 livev_hipr:000ba500:00:00: *** msleep(0x64)
32.569.047 audio_comm:000b2798:00:00: *** msleep(0xa)
32.569.087 fps_task:000a2938:00:00: *** msleep(0x14)
32.578.909 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.578.949 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.578.990 audio_comm:000b2798:00:00: *** msleep(0xa)
32.579.045 cls_task:000b8c48:00:00: *** msleep(0x64)
32.588.910 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.588.992 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.589.834 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.589.952 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.590.105 audio_comm:000b2798:00:00: *** msleep(0xa)
32.592.896 notifybox_:000a0d78:00:00: *** msleep(0x32)
32.592.947 fps_task:000a2938:00:00: *** msleep(0x14)
32.592.992 focus_misc:000a08d4:00:00: *** msleep(0x64)
32.593.062 tweak_task:00094438:00:00: *** msleep(0x32)
32.598.914 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.598.970 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.599.017 audio_comm:000b2798:00:00: *** msleep(0xa)
32.601.965 run_test:0008b5a4:00:00: *** msleep(0xfa)
32.608.910 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.608.961 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.609.005 audio_comm:000b2798:00:00: *** msleep(0xa)
32.609.057 fps_task:000a2938:00:00: *** msleep(0x14)
32.618.907 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.618.981 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.619.277 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.619.396 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.619.474 audio_comm:000b2798:00:00: *** msleep(0xa)
32.628.913 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.628.960 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.629.002 audio_comm:000b2798:00:00: *** msleep(0xa)
32.629.137 fps_task:000a2938:00:00: *** msleep(0x14)
32.638.911 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.638.961 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.639.081 audio_comm:000b2798:00:00: *** msleep(0xa)
32.641.876 notifybox_:000a0d78:00:00: *** msleep(0x32)
32.641.958 tweak_task:00094438:00:00: *** msleep(0x32)
32.648.911 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.648.994 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.649.279 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.649.400 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.649.477 audio_comm:000b2798:00:00: *** msleep(0xa)
32.649.528 fps_task:000a2938:00:00: *** msleep(0x14)
32.658.913 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.658.960 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.659.003 audio_comm:000b2798:00:00: *** msleep(0xa)
32.668.908 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.668.953 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.668.995 livev_hipr:000ba500:00:00: *** msleep(0x64)
32.669.047 audio_comm:000b2798:00:00: *** msleep(0xa)
32.669.088 fps_task:000a2938:00:00: *** msleep(0x14)
32.678.908 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.678.985 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.679.273 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.679.392 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.679.468 audio_comm:000b2798:00:00: *** msleep(0xa)
32.679.527 clock_task:000a498c:00:00: *** msleep(0xc8)
32.679.580 cls_task:000b8c48:00:00: *** msleep(0x64)
32.688.913 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.688.981 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.689.658 audio_comm:000b2798:00:00: *** msleep(0xa)
32.692.452 notifybox_:000a0d78:00:00: *** msleep(0x32)
32.692.506 fps_task:000a2938:00:00: *** msleep(0x14)
32.692.551 console_ta:000c7e4c:00:00: *** msleep(0xc8)
32.692.621 debug_task:0008c228:00:00: *** msleep(0xc8)
32.692.670 focus_misc:000a08d4:00:00: *** msleep(0x64)
32.692.742 tweak_task:00094438:00:00: *** msleep(0x32)
32.692.866 livev_lopr:000b3174:00:00: *** msleep(0xc8)
32.698.913 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.698.962 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.699.003 audio_comm:000b2798:00:00: *** msleep(0xa)
32.708.907 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.708.981 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.709.269 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.709.391 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.709.467 audio_comm:000b2798:00:00: *** msleep(0xa)
32.709.518 fps_task:000a2938:00:00: *** msleep(0x14)
32.718.911 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.718.958 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.719.001 audio_comm:000b2798:00:00: *** msleep(0xa)
32.728.908 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.728.956 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.728.999 audio_comm:000b2798:00:00: *** msleep(0xa)
32.729.116 fps_task:000a2938:00:00: *** msleep(0x14)
32.738.912 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.738.995 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.739.286 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.739.404 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.739.555 audio_comm:000b2798:00:00: *** msleep(0xa)
32.742.349 notifybox_:000a0d78:00:00: *** msleep(0x32)
32.742.434 tweak_task:00094438:00:00: *** msleep(0x32)
32.748.914 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.748.966 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.749.012 audio_comm:000b2798:00:00: *** msleep(0xa)
32.749.066 fps_task:000a2938:00:00: *** msleep(0x14)
32.758.908 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.758.954 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.758.994 audio_comm:000b2798:00:00: *** msleep(0xa)
32.768.908 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.768.978 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.769.272 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.769.389 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.769.464 livev_hipr:000ba500:00:00: *** msleep(0x64)
32.769.523 audio_comm:000b2798:00:00: *** msleep(0xa)
32.769.568 fps_task:000a2938:00:00: *** msleep(0x14)
32.778.913 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.778.964 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.779.005 audio_comm:000b2798:00:00: *** msleep(0xa)
32.779.065 cls_task:000b8c48:00:00: *** msleep(0x64)
32.788.913 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.788.970 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.789.644 audio_comm:000b2798:00:00: *** msleep(0xa)
32.792.434 notifybox_:000a0d78:00:00: *** msleep(0x32)
32.792.488 fps_task:000a2938:00:00: *** msleep(0x14)
32.792.534 focus_misc:000a08d4:00:00: *** msleep(0x64)
32.792.606 tweak_task:00094438:00:00: *** msleep(0x32)
32.798.912 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.798.993 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.799.290 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.799.407 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.799.490 audio_comm:000b2798:00:00: *** msleep(0xa)
32.808.913 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.808.960 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.809.000 audio_comm:000b2798:00:00: *** msleep(0xa)
32.809.054 fps_task:000a2938:00:00: *** msleep(0x14)
32.818.907 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.818.946 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.818.987 audio_comm:000b2798:00:00: *** msleep(0xa)
32.828.907 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.828.984 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.829.267 TouchMgr:ff334164:c1:02: [TCH] G:0 F:0 O:0 B:0 Cnt0 #0 X0 Y0 0 0 ID(0,0)
32.829.386 TouchMgr:ff3352c0:00:00: *** SetTimerAfter(0x14, 0xff333700, 0xff333700, 0x92a484)
32.829.460 audio_comm:000b2798:00:00: *** msleep(0xa)
32.829.582 fps_task:000a2938:00:00: *** msleep(0x14)
32.838.912 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.838.959 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.839.083 audio_comm:000b2798:00:00: *** msleep(0xa)
32.840.076 notifybox_:0008f9d8:00:00: >>> INT-50h MREQ FF31AB78(00000000)
32.840.132 **INT-50h*:ff138e04:00:01: [PM] DisablePowerSave (Counter = 2)
32.840.156 **INT-50h*:ff138e74:00:01: [PM] EnablePowerSave (Counter = 1)
32.840.177 notifybox_:0008f9d8:00:00: <<< INT-50h done
32.840.206 notifybox_:0008f9d4:00:00: >>> INT-36h SIO3 FF31ABFC(00000000)
32.840.231 notifybox_:0008f9d4:00:00: <<< INT-36h done
32.840.255 notifybox_:0008f9d4:00:00: >>> INT-36h SIO3 FF31ABFC(00000000)
32.840.266 notifybox_:0008f9d4:00:00: <<< INT-36h done
32.840.289 notifybox_:0008f9e0:00:00: >>> INT-36h SIO3 FF31ABFC(00000000)
32.840.324 **INT-36h*:ff31af1c:00:00: *** mpu_recv(06 05 03 38 9d 00)
32.840.397 notifybox_:0008f9e0:00:00: <<< INT-36h done
32.840.716 Gmt:ff181a78:9a:01: gmtProperty ID=0x80030035(0x9d)
32.840.805 Gmt:ff0d5a9c:9a:01: Event 19 Result State 9->9 ID 0x80030035(157)
32.842.690 notifybox_:000a0d78:00:00: *** msleep(0x32)
32.842.774 tweak_task:00094438:00:00: *** msleep(0x32)
32.848.914 PowerMgr:ff0c1118:00:00: >>> INT-0Ah Timer FF0C15AC(00000000)
32.848.968 PowerMgr:ff0c1118:00:00: <<< INT-0Ah done
32.849.013 audio_comm:000b2798:00:00: *** msleep(0xa)
32.849.054 run_test:0008b5b4:00:00: Pause LiveView Done?
In this LOG we can also see what EDMACs channels are related to which functions which is cool. so I tried to call each function which shut down a LiveView process, I avoided functions which are related to Preview (YUV paths) and RAW data, I started to call them one by one, the interesting ones are:
32.311.895 AeWb:ff261f58:98:03: [AEWB] aewbSuspend
32.312.193 LVFACE:ff17d650:aa:03: lvfaceEnd
32.312.547 LVFACE:ff2c6edc:00:00: *** SetEDmac(0xc, 0x0, 0x0, 0x0)
32.313.647 Evf:ff19d588:ad:01: Cartridge Cancel[0]
1-
aewbSuspend:
Calling this will disable
aewb function (driver?),
Side Effects:
-White Balance and Exposure settings will be
locked, you will not able to change them, in our case only during RAW video recording. This alone gains ~
7 MB/s .
-Shutter fine-tuning won't work properly, since this feature based on
aewb task. Not sure if there is a workaround for that, didn't dig into it.
2-
lvfaceEnd:
I am not sure what LVFACE task is for, it's related to to EDMAC channel #12, from what I understand LVFACE is for face/subject tracking feature?
Calling it gains ~
3MB/s, didn't notice any side effects during my tests, I didn't make tests with autofocus enabled.
3-
Cartridge Cancel:
I have no idea about this, it gains ~
3MB/s by calling it.
Side Effect: in some resolutions I had only the first frame corrupted in RAW video recording.
-
Notes:
1-Managed to record more than ~128 GB of MLV files in different modes, I didn't have any crash, *no corrupted frames.
(*in some cases only the first frame when Cartridge Cancel hack is enabled, not always, all other thousands of frames were fine).
2-These hacks are being enabled only when you record RAW video (once you hit the record button), once RAW video recording stops, by default mlv_lite will pause LiveView during buffer flush, then it will resume LiveView which means all hacks would be disabled/reset.
3-It should work on all DIGIC 5 modes, DIGIC 4 cameras have these functions too, I can expect an improvment on 5D2 (DIGIC 4 models with CF interface).
4-Use it at your own risk.
5- Tested on 700D and 5D3.123, both works as explained above, 5D3 got also ~
13 MB/s improvement

-
Using the hacks:
You can see them in RAW video submenu (mlv_lite), lvfaceEnd hack is enabled by default.

-You need to enable aewbSuspend and CartridgeCancel manually as this photo showing:

-More hacks: includes lvfaceEnd and aewbSuspend.
-One more hack: includes CartridgeCancel.
-feel free to play with them and make your own tests (disable one of them.. etc).
-
Downloads:
-
650D/700D:
In my
650D / 700D (T4i / T5i) thread-
5D3 (113/123)Danne builds. (Updated)
-
EOSM:
Danne builds. (Updated)
-
6DLevas's custom build for 6D with this
mlv_lite.mo.
-I already found the stubs for these cameras and decided to port these hacks immediately, EOSM and 5D3 builds are based on latest Danne builds.
-
Source code:
Download my repository for 650D/700D, and open it with SourceTree so you can see the commit:
magic-lantern-bilal (7-4-2022).7z (crop_rec_4k branch)
-
Stubs:
0xff261f34 700D.115 aewbSuspend
0xff17d63c 700D.115 lvfaceEnd
0xff19d558 700D.115 CartridgeCancel
0xff23ff10 5D3.123 aewbSuspend
0xff16e318 5D3.123 lvfaceEnd
0xff181340 5D3.123 CartridgeCancel
0xff23bc60 5D3.113 aewbSuspend
0xff16d77c 5D3.113 lvfaceEnd
0xff17fd68 5D3.113 CartridgeCancel
0xff2606f4 EOSM.202 aewbSuspend
0xff177ff8 EOSM.202 lvfaceEnd
0xffa7e7d8 EOSM.202 CartridgeCancel
0xff25fb90 650D.104 aewbSuspend
0xff17c564 650D.104 lvfaceEnd
0xff19b9b4 650D.104 CartridgeCancel
0xff24c5e4 6D.116 aewbSuspend
0xff170d08 6D.116 lvfaceEnd
0xffceffdc 6D.116 CartridgeCancel
0xff258818 70D.112 aewbSuspend
0xff1702d8 70D.112 lvfaceEnd
0xffd6b71c 70D.112 CartridgeCancel
0xff253f98 100D.101 aewbSuspend
0xff16f49c 100D.101 lvfaceEnd
0xffab6bcc 100D.101 CartridgeCancel
0xff10fa28 60D.111 aewbSuspend
0xff0fb9d4 60D.111 lvfaceEnd
0xff263cd8 60D.111 CartridgeCancel
0xff1134ac 600D.102 aewbSuspend
0xff0fc424 600D.102 lvfaceEnd
0xff281278 600D.102 CartridgeCancel
0xff1c60fc 1200D.102 aewbSuspend
0xff1ae510 1200D.102 lvfaceEnd
0xff345fdc 1200D.102 CartridgeCancel
0xfe1a6fdc 1300D.110 aewbSuspend
0xfe1a6fdc 1300D.110 lvfaceEnd
0xfe34bd1c 1300D.110 CartridgeCancel
Have fun!