Lines Matching refs:printf
77 printf("\n Invalid Number Of Cameras"); in hal3appGetUserEvent()
83 printf("\n Unsupported Parameter"); in hal3appGetUserEvent()
135 printf(" Cant set IR/SVHDR mode in preview mode only"); in hal3appGetUserEvent()
138 printf("\n Switching IR/SVHDR mode to %s",(irmode ? "On" : "Off")); in hal3appGetUserEvent()
149 printf(" Cant set IR/SVHDR mode in preview mode only"); in hal3appGetUserEvent()
152 printf("\n Switching IR/SVHDR mode to %s",(svhdrmode ? "On" : "Off")); in hal3appGetUserEvent()
166 printf(" Toggling to Binning mode :%d",mCamHal3Base->binning_mode ); in hal3appGetUserEvent()
180 printf("\n Option not in Menu\n"); in hal3appGetUserEvent()
190 printf("\n"); in hal3appDisplaySensorMenu()
191 printf("===========================================\n"); in hal3appDisplaySensorMenu()
192 printf(" Camera Sensor to be used: \n"); in hal3appDisplaySensorMenu()
193 printf("===========================================\n\n"); in hal3appDisplaySensorMenu()
197 printf("\n Press %d to select %s", (i), sensor_tbl[i].menu_name); in hal3appDisplaySensorMenu()
200 printf("\n Press %d to select Camera%d", (i), i); in hal3appDisplaySensorMenu()
203 printf("\n Enter your Choice:"); in hal3appDisplaySensorMenu()
210 printf("\n"); in hal3appDisplayCapabilityMenu()
211 printf("===========================================\n"); in hal3appDisplayCapabilityMenu()
212 printf(" Sensor Capabilty are dumped at location:\n"); in hal3appDisplayCapabilityMenu()
213 printf("===========================================\n\n"); in hal3appDisplayCapabilityMenu()
219 printf("\n"); in hal3appDisplayPreviewMenu()
220 printf("===========================================\n"); in hal3appDisplayPreviewMenu()
221 printf("Select Camera Preview Resolution:\n"); in hal3appDisplayPreviewMenu()
222 printf("===========================================\n\n"); in hal3appDisplayPreviewMenu()
223 printf("========Select Preview Resolutions================\n"); in hal3appDisplayPreviewMenu()
224 printf("\nPress 1 .Aspect Ratio(4:3) Resolution 1440 X 1080"); in hal3appDisplayPreviewMenu()
225 printf("\nPress 2 .Aspect Ratio(16:9) Resolution 1920 X 1080"); in hal3appDisplayPreviewMenu()
226 printf("\n Enter your Choice:"); in hal3appDisplayPreviewMenu()
234 printf("\n"); in hal3appDisplayVideoMenu()
235 printf("===========================================\n"); in hal3appDisplayVideoMenu()
236 printf("Testing Camera Recording on Different Resolution:\n"); in hal3appDisplayVideoMenu()
237 printf("===========================================\n\n"); in hal3appDisplayVideoMenu()
239 printf("========Select Video Resolutions================\n"); in hal3appDisplayVideoMenu()
240 printf("\nPress 1 .Aspect Ratio(4:3) Resolution 640 X 480"); in hal3appDisplayVideoMenu()
241 printf("\nPress 2 .Aspect Ratio(16:9) Resolution 1920 X 1080"); in hal3appDisplayVideoMenu()
242 printf("\nPress 3 .To select both"); in hal3appDisplayVideoMenu()
244 printf("\n Enter your Choice:"); in hal3appDisplayVideoMenu()
251 printf("\n"); in hal3appDisplayRawCaptureMenu()
252 printf("===========================================\n"); in hal3appDisplayRawCaptureMenu()
253 printf("Testing RAW Camera Capture on Different Resolution::\n"); in hal3appDisplayRawCaptureMenu()
254 printf("===========================================\n\n"); in hal3appDisplayRawCaptureMenu()
259 printf("\n"); in hal3appDisplaySnapshotMenu()
260 printf("===========================================\n"); in hal3appDisplaySnapshotMenu()
261 printf("Testing Normal Camera Capture on Resolution 5344 X 4008\n"); in hal3appDisplaySnapshotMenu()
262 printf("===========================================\n\n"); in hal3appDisplaySnapshotMenu()
268 printf("\n"); in hal3appDisplayExitMenu()
269 printf("===========================================\n"); in hal3appDisplayExitMenu()
270 printf(" Exiting HAL3 APP test \n"); in hal3appDisplayExitMenu()
271 printf("===========================================\n\n"); in hal3appDisplayExitMenu()
278 printf("\n"); in hal3appPrintMenu()
279 printf("===========================================\n"); in hal3appPrintMenu()
280 printf(" HAL3 MENU \n"); in hal3appPrintMenu()
281 printf("===========================================\n\n"); in hal3appPrintMenu()
283 printf("\n Press %d to select %s", (i+1), camera_main_menu_tbl[i].menu_name); in hal3appPrintMenu()
285 printf("\n Enter your Choice:"); in hal3appPrintMenu()
300 printf("Please Select Execution Mode:\n"); in main()
301 printf("0: Menu Based 1: Regression\n"); in main()
302 printf("\n Enter your choice:"); in main()
306 printf("\nStarting Menu based!!\n"); in main()
308 printf("\nPlease Enter 0 or 1\n"); in main()
309 printf("\nExisting the App!!\n"); in main()
313 printf("Exiting application\n"); in main()