Home | History | Annotate | Download | only in test

Lines Matching defs:DEBUG_PRINT

30 #define DEBUG_PRINT printf
82 DEBUG_PRINT("\n File is not located ");
108 DEBUG_PRINT("\n File can't be created");
117 DEBUG_PRINT("\n MPEG4 codec selected");
122 DEBUG_PRINT("\n H.263");
127 DEBUG_PRINT("\n H.264");
132 DEBUG_PRINT("\n Wrong codec type");
156 DEBUG_PRINT("\n No Sink");
168 DEBUG_PRINT("\n Init decoder fails ");
171 DEBUG_PRINT("\n Decoder open successfull");
177 DEBUG_PRINT("\n Error in input Buffer allocation");
183 DEBUG_PRINT("\n Error in output Buffer allocation");
190 DEBUG_PRINT("\n Error in start decoding call");
196 DEBUG_PRINT("\n Error in stop decoding call");
200 DEBUG_PRINT("\n De-init the decoder");
218 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames);
219 DEBUG_PRINT("\n closing the driver");
235 DEBUG_PRINT("\n Before calling the open");
244 DEBUG_PRINT("\n Open failed");
265 DEBUG_PRINT("\n Set base config type failed");
270 DEBUG_PRINT ("\n Switch off rate control");
277 DEBUG_PRINT("\n Set rate control failed");
283 DEBUG_PRINT ("\n Set the VEN_IOCTL_SET_CODEC_PROFILE High");
290 DEBUG_PRINT("\n Set VEN_IOCTL_SET_CODEC_PROFILE failed");
294 DEBUG_PRINT ("\n Set the VEN_IOCTL_SET_CODEC_PROFILE High");
301 DEBUG_PRINT("\n Set VEN_IOCTL_SET_CODEC_PROFILE failed");
307 DEBUG_PRINT ("\n Set the VEN_IOCTL_SET_CODEC_PROFILE High");
314 DEBUG_PRINT("\n Set VEN_IOCTL_SET_CODEC_PROFILE failed");
318 DEBUG_PRINT ("\n Set the VEN_IOCTL_SET_CODEC_PROFILE High");
325 DEBUG_PRINT("\n Set VEN_IOCTL_SET_CODEC_PROFILE failed");
331 DEBUG_PRINT("\n Query Input bufffer requirements");
342 DEBUG_PRINT("\n Requesting for input buffer requirements failed");
346 DEBUG_PRINT("\n input Size=%d min count =%d actual count = %d", \
359 DEBUG_PRINT("\n Set Buffer Requirements Failed");
364 DEBUG_PRINT("\n Query output bufffer requirements");
371 DEBUG_PRINT("\n Requesting for output buffer requirements failed");
375 DEBUG_PRINT("\n output Size=%d min count =%d actual count = %d", \
391 DEBUG_PRINT("\n create Queues");
406 DEBUG_PRINT("\n create Threads");
496 DEBUG_PRINT ("\nallocate_buffer: context is NULL");
505 DEBUG_PRINT ("\nallocate_buffer: encoder_context->ptr_inputbuffer is set");
519 DEBUG_PRINT ("\nallocate_buffer: Double allcoate output");
531 DEBUG_PRINT ("\nallocate_buffer: Wrong buffer directions");
540 DEBUG_PRINT ("\nallocate_buffer: venc_bufferpayload failure");
547 DEBUG_PRINT ("\nallocate_buffer: OUT");
552 DEBUG_PRINT ("\nallocate_buffer: IN");
564 DEBUG_PRINT ("\nallocate_buffer: ptemp [i] calloc failure");
576 DEBUG_PRINT
582 DEBUG_PRINT ("\n pmem fd = %d virt addr = %p",ptemp [i]->fd,\
587 DEBUG_PRINT ("\nallocate_buffer: MMAP failed");
601 DEBUG_PRINT ("\nallocate_buffer: Set Output Buffer IOCTL failed");
610 DEBUG_PRINT ("\nallocate_buffer: Set input Buffer IOCTL failed");
616 DEBUG_PRINT ("\nallocate_buffer: Success");
638 DEBUG_PRINT("\n Start failed");
642 DEBUG_PRINT("\n Start Issued successfully waiting for Start Done");
658 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
665 DEBUG_PRINT("\n fill output frame failed");
676 DEBUG_PRINT("\n Read Frame from File");
693 DEBUG_PRINT("\n Length is zero error");
697 DEBUG_PRINT("\n Read Frame from File szie = %d",(int)data_len);
699 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
706 DEBUG_PRINT("\n Encode input frame failed");
712 DEBUG_PRINT ("\n Wait for EOS");
715 DEBUG_PRINT ("\n Reached EOS");
736 DEBUG_PRINT("\n Flush input failed");
750 DEBUG_PRINT("\n Flush output failed");
757 DEBUG_PRINT("\n Stop VEN_IOCTL_CMD_STOP");
760 DEBUG_PRINT("\n Stop failed");
815 DEBUG_PRINT("\n video thread recieved NULL context");
831 DEBUG_PRINT("\n recived start done command");
836 DEBUG_PRINT("\n recieved stop done");
845 DEBUG_PRINT("\n FATAL ERROR input buffer address is bad");
858 DEBUG_PRINT ("\n End of stream reached");
878 DEBUG_PRINT("\n Decoder frame failed");
881 DEBUG_PRINT("\n Input buffer done send next buffer current value = %d",\
890 DEBUG_PRINT("\n FATAL ERROR input buffer address is bad");
902 DEBUG_PRINT("\n recieved output buffer consume outbuffer");
903 DEBUG_PRINT("\nValues outputbuffer->bufferaddr = %p",\
919 DEBUG_PRINT("\n Decoder frame failed");
926 DEBUG_PRINT("\n Flush input complete");
931 DEBUG_PRINT("\n Flush output complete");
938 DEBUG_PRINT("\n Playback has ended thread will exit");
944 DEBUG_PRINT("\n Error condition recieved NULL from Queue");
961 DEBUG_PRINT("\n aynsc thread recieved NULL context");
965 DEBUG_PRINT("\n Entering the async thread");
971 DEBUG_PRINT ("\n Sizeof venc_msginfo = %d ",sizeof (venc_msg));
972 DEBUG_PRINT("\n Address of Venc msg in async thread %p",\
977 DEBUG_PRINT("\n Error in ioctl read next msg");
986 DEBUG_PRINT("\nSTOP/START Indiacation");
993 DEBUG_PRINT("\nINPUT buffer done Indiacation");
997 DEBUG_PRINT("\nInput Client data pointer is %p",queueitem.clientdata);
999 DEBUG_PRINT ("\n Input Address of tempbuffer %p",tempbuffer);
1001 DEBUG_PRINT ("\n Input value of tempbuffer tempbuffer->filled_len %d",(int)tempbuffer->filled_len);
1004 DEBUG_PRINT("\nOUPUT buffer done Indiacation");
1008 DEBUG_PRINT("\nOutput Client data pointer is %p",queueitem.clientdata);
1010 DEBUG_PRINT ("\n Output Address of tempbuffer %p",tempbuffer);
1012 DEBUG_PRINT ("\n Output value of tempbuffer tempbuffer->filled_len %d",(int)tempbuffer->filled_len);
1016 DEBUG_PRINT("\nIn Default of get next message %d",(int)venc_msg.msgcode);
1030 DEBUG_PRINT("\n FATAL ERROR WITH Queue");
1051 DEBUG_PRINT ("\n Inside the readframe");
1055 DEBUG_PRINT ("\n dataptr = %p length = %d",dataptr,(int)length);