Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: ppapi/native_client/tests/ppapi_simple_tests/audio.stdout

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/tests/ppapi_simple_tests/audio.stdout
===================================================================
--- ppapi/native_client/tests/ppapi_simple_tests/audio.stdout (revision 0)
+++ ppapi/native_client/tests/ppapi_simple_tests/audio.stdout (revision 0)
@@ -0,0 +1,131 @@
+
+"*** REPLAY PROLOG"
+
+"*** REGISTER REPLAY METHODS"
+
+"*** CREATE UPCALL SERVICE"
+
+"*** INIT MODULE"
+rpc call intiated PPP_InitializeModule:iihs:ii
+input 0: i(0)
+input 1: i(4444)
+input 2: h(pepper_desc)
+input 3: @LENGTHY_SERVICE_STRING
+replaying PPB_GetInterface:s:i:
+input 0: s("PPB_Core;1.0")
+output 0: i(1)
+rpc call complete PPP_InitializeModule:iihs:ii
+
+
+"*** INIT INSTANCE"
+rpc call intiated PPP_Instance_DidCreate:iiCC:i
+input 0: i(5555)
+input 1: i(1)
+input 2: C(10,frequency\x00)
+input 3: C(4,800\x00)
+replaying PPB_GetInterface:s:i:
+input 0: s("PPB_AudioConfig;1.0")
+output 0: i(1)
+replaying PPB_AudioConfig_RecommendSampleFrameCount:ii:i:
+input 0: i(44100)
+input 1: i(4096)
+output 0: i(4096)
+replaying PPB_AudioConfig_CreateStereo16Bit:iii:i:
+input 0: i(5555)
+input 1: i(44100)
+input 2: i(4096)
+output 0: i(30)
+replaying PPB_Core_AddRefResource:i::
+input 0: i(30)
+replaying PPB_GetInterface:s:i:
+input 0: s("PPB_Audio;1.0")
+output 0: i(1)
+replaying PPB_Audio_Create:ii:i:
+input 0: i(5555)
+input 1: i(30)
+output 0: i(34)
+replaying PPB_Core_AddRefResource:i::
+input 0: i(30)
+replaying PPB_Core_ReleaseResource:i::
+input 0: i(30)
+replaying PPB_AudioConfig_IsAudioConfig:i:i:
+input 0: i(30)
+output 0: i(1)
+replaying PPB_Audio_IsAudio:i:i:
+input 0: i(34)
+output 0: i(1)
+replaying PPB_AudioConfig_IsAudioConfig:i:i:
+input 0: i(34)
+output 0: i(0)
+replaying PPB_Audio_IsAudio:i:i:
+input 0: i(30)
+output 0: i(0)
+replaying PPB_Audio_GetCurrentConfig:i:i:
+input 0: i(34)
+output 0: i(30)
+replaying PPB_Audio_GetCurrentConfig:i:i:
+input 0: i(30)
+output 0: i(0)
+replaying PPB_AudioConfig_GetSampleRate:i:i:
+input 0: i(30)
+output 0: i(44100)
+replaying PPB_AudioConfig_GetSampleFrameCount:i:i:
+input 0: i(30)
+output 0: i(4096)
+replaying PPB_Audio_StartPlayback:i:i:
+input 0: i(34)
+output 0: i(1)
+replaying PPB_Core_CallOnMainThread:iii::
+input 0: i(10000)
+input 1: i(1)
+input 2: i(0)
+replaying PPB_Core_ReleaseResource:i::
+input 0: i(30)
+rpc call complete PPP_Instance_DidCreate:iiCC:i
+output 0: i(1)
+
+
+"*** TRIGGER REPAINT"
+rpc call intiated PPP_Instance_DidChangeView:iII:
+input 0: i(5555)
+input 1: I(4,8,79,400,400)
+input 2: I(4,0,0,400,400)
+rpc call complete PPP_Instance_DidChangeView:iII:
+
+
+"*** SETTING UP AUDIO SHARED MEMORY"
+CHECKSUM: 0x00000000
+
+"*** SETTING UP AUDIO SYNC SOCKET"
+
+"*** AUDIO STREAM"
+rpc call intiated PPP_Audio_StreamCreated:ihih:
+input 0: i(34)
+input 1: h(audio_handle)
+input 2: i(16384)
+input 3: h(sync_out)
+rpc call complete PPP_Audio_StreamCreated:ihih:
+
+
+"*** AUDIO STREAM SYNC"
+CHECKSUM: 0xbbf21e00
+CHECKSUM: 0x00000000
+
+"*** AUDIO STREAM SYNC"
+CHECKSUM: 0xcbef91ac
+CHECKSUM: 0x00000000
+
+"*** AUDIO STREAM SYNC"
+CHECKSUM: 0xd0f22174
+CHECKSUM: 0x00000000
+
+"*** AUDIO STREAM SYNC"
+CHECKSUM: 0x23742c68
+CHECKSUM: 0x00000000
+
+"*** TERMINATE AUDIO STREAM"
+CHECKSUM: 0x23742c68
+CHECKSUM: 0x00000000
+rpc call intiated PPP_ShutdownModule::
+rpc call complete PPP_ShutdownModule::
+
« no previous file with comments | « ppapi/native_client/tests/ppapi_simple_tests/audio.stdin ('k') | ppapi/native_client/tests/ppapi_simple_tests/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698