Lines Matching refs:out

20 	out("Basic BBufferProducer, BBufferConsumer, BMediaRoster test\n");
21 out("for Haiku by Marcus Overhagen <Marcus@Overhagen.de>\n\n");
22 out("Creating BApplication now\n");
25 out("Creating MediaRoster\n");
29 out("Creating ProducerNode\n");
33 out("Creating ConsumerNode\n");
37 out("Registering ProducerNode\n");
41 out("Registering ConsumerNode\n");
48 out("Calling producer->Node()\n");
51 out("Calling consumer->Node()\n");
62 out("Calling GetLiveNodes(), has_input = B_MEDIA_RAW_AUDIO\n");
66 out("Found %ld\n",live_count);
68 out("Calling GetLiveNodes(), has_output = B_MEDIA_RAW_AUDIO\n");
72 out("Found %ld\n",live_count);
74 out("Calling GetLiveNodes(), has_input = has_output = B_MEDIA_RAW_AUDIO\n");
78 out("Found %ld\n",live_count);
82 out("Calling GetLiveNodes(), has_input = B_MEDIA_RAW_VIDEO\n");
86 out("Found %ld\n",live_count);
88 out("Calling GetLiveNodes(), has_output = B_MEDIA_RAW_VIDEO\n");
92 out("Found %ld\n",live_count);
94 out("Calling GetLiveNodes(), has_input = has_output = B_MEDIA_RAW_VIDEO\n");
98 out("Found %ld\n",live_count);
107 out("Calling GetAllOutputsFor(source)\n");
110 out("Found %ld\n",count);
114 out("Calling GetAllInputsFor(destination)\n");
117 out("Found %ld\n",count);
121 out("Calling GetAllInputsFor(source) (should fail)\n");
124 out("Found %ld\n",count);
126 out("Calling GetAllOutputsFor(destination) (should fail)\n");
129 out("Found %ld\n",count);
131 out("Calling GetConnectedOutputsFor(source)\n");
134 out("Found %ld\n",count);
138 out("Calling GetConnectedInputsFor(destination)\n");
141 out("Found %ld\n",count);
145 out("Calling GetConnectedInputsFor(source) (should fail)\n");
148 out("Found %ld\n",count);
150 out("Calling GetConnectedOutputsFor(destination) (should fail)\n");
153 out("Found %ld\n",count);
155 out("Calling GetFreeOutputsFor(source)\n");
158 out("Found %ld\n",count);
162 out("Calling GetFreeInputsFor(destination)\n");
165 out("Found %ld\n",count);
169 out("Calling GetFreeOutputsFor(destination) (should fail)\n");
172 out("Found %ld\n",count);
174 out("Calling GetFreeInputsFor(source) (should fail)\n");
177 out("Found %ld\n",count);
179 out("Calling GetAttNodeAttributesFor(source)\n");
183 out("Found %" B_PRIdSSIZE "\n", size);
189 out("Connecting nodes\n");
193 out("Prerolling Producer()\n");
197 out("Prerolling Consumer\n");
205 out("Getting Producer startlatency\n");
209 out("Getting Consumer startlatency\n");
215 out("Starting Consumer in 2 sec\n");
219 out("Starting Producer in 2 sec\n");
223 out("Testing SyncToNode performance time set is 5 sec\n");
229 out("########################## PRESS ENTER TO QUIT ##########################\n");
235 out("Calling producer->ID()\n");
238 out("Calling consumer->ID()\n");
241 out("Stopping Producer()\n");
245 out("Stopping Consumer\n");
249 out("Disconnecting nodes\n");
253 out("Unregistering ProducerNode\n");
257 out("Unregistering ConsumerNode\n");
261 out("Releasing ProducerNode\n");
265 out("Releasing ConsumerNode\n");