Home | History | Annotate | Download | only in test

Lines Matching refs:DEBUG_PRINT

30 #define DEBUG_PRINT printf
82 DEBUG_PRINT("\n File is not located ");
111 DEBUG_PRINT("\n File can't be created");
119 DEBUG_PRINT("\n MPEG4 codec selected");
124 DEBUG_PRINT("\n H.263");
129 DEBUG_PRINT("\n H.264");
134 DEBUG_PRINT("\n Wrong codec type");
158 DEBUG_PRINT("\n No Sink");
170 DEBUG_PRINT("\n Init decoder fails ");
173 DEBUG_PRINT("\n Decoder open successfull");
179 DEBUG_PRINT("\n Error in input Buffer allocation");
185 DEBUG_PRINT("\n Error in output Buffer allocation");
192 DEBUG_PRINT("\n Error in start decoding call");
198 DEBUG_PRINT("\n Error in stop decoding call");
202 DEBUG_PRINT("\n De-init the decoder");
220 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames);
221 DEBUG_PRINT("\n closing the driver");
237 DEBUG_PRINT("\n Before calling the open");
246 DEBUG_PRINT("\n Open failed");
267 DEBUG_PRINT("\n Set base config type failed");
272 DEBUG_PRINT ("\n Switch off rate control");
279 DEBUG_PRINT("\n Set rate control failed");
285 DEBUG_PRINT ("\n Set the VEN_IOCTL_SET_CODEC_PROFILE High");
292 DEBUG_PRINT("\n Set VEN_IOCTL_SET_CODEC_PROFILE failed");
296 DEBUG_PRINT ("\n Set the VEN_IOCTL_SET_CODEC_PROFILE High");
303 DEBUG_PRINT("\n Set VEN_IOCTL_SET_CODEC_PROFILE failed");
309 DEBUG_PRINT ("\n Set the VEN_IOCTL_SET_CODEC_PROFILE High");
316 DEBUG_PRINT("\n Set VEN_IOCTL_SET_CODEC_PROFILE failed");
320 DEBUG_PRINT ("\n Set the VEN_IOCTL_SET_CODEC_PROFILE High");
327 DEBUG_PRINT("\n Set VEN_IOCTL_SET_CODEC_PROFILE failed");
333 DEBUG_PRINT("\n Query Input bufffer requirements");
344 DEBUG_PRINT("\n Requesting for input buffer requirements failed");
348 DEBUG_PRINT("\n input Size=%d min count =%d actual count = %d", \
361 DEBUG_PRINT("\n Set Buffer Requirements Failed");
366 DEBUG_PRINT("\n Query output bufffer requirements");
373 DEBUG_PRINT("\n Requesting for output buffer requirements failed");
377 DEBUG_PRINT("\n output Size=%d min count =%d actual count = %d", \
393 DEBUG_PRINT("\n create Queues");
408 DEBUG_PRINT("\n create Threads");
498 DEBUG_PRINT ("\nallocate_buffer: context is NULL");
507 DEBUG_PRINT ("\nallocate_buffer: encoder_context->ptr_inputbuffer is set");
521 DEBUG_PRINT ("\nallocate_buffer: Double allcoate output");
533 DEBUG_PRINT ("\nallocate_buffer: Wrong buffer directions");
542 DEBUG_PRINT ("\nallocate_buffer: venc_bufferpayload failure");
549 DEBUG_PRINT ("\nallocate_buffer: OUT");
554 DEBUG_PRINT ("\nallocate_buffer: IN");
566 DEBUG_PRINT ("\nallocate_buffer: ptemp [i] calloc failure");
578 DEBUG_PRINT ("\nallocate_buffer: open pmem failed");
584 DEBUG_PRINT ("\n pmem fd = %d virt addr = %p",ptemp [i]->fd,\
589 DEBUG_PRINT ("\nallocate_buffer: MMAP failed");
603 DEBUG_PRINT ("\nallocate_buffer: Set Output Buffer IOCTL failed");
612 DEBUG_PRINT ("\nallocate_buffer: Set input Buffer IOCTL failed");
618 DEBUG_PRINT ("\nallocate_buffer: Success");
640 DEBUG_PRINT("\n Start failed");
644 DEBUG_PRINT("\n Start Issued successfully waiting for Start Done");
660 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
667 DEBUG_PRINT("\n fill output frame failed");
678 DEBUG_PRINT("\n Read Frame from File");
695 DEBUG_PRINT("\n Length is zero error");
699 DEBUG_PRINT("\n Read Frame from File szie = %d",(int)data_len);
701 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
708 DEBUG_PRINT("\n Encode input frame failed");
714 DEBUG_PRINT ("\n Wait for EOS");
717 DEBUG_PRINT ("\n Reached EOS");
738 DEBUG_PRINT("\n Flush input failed");
752 DEBUG_PRINT("\n Flush output failed");
759 DEBUG_PRINT("\n Stop VEN_IOCTL_CMD_STOP");
762 DEBUG_PRINT("\n Stop failed");
817 DEBUG_PRINT("\n video thread recieved NULL context");
833 DEBUG_PRINT("\n recived start done command");
838 DEBUG_PRINT("\n recieved stop done");
847 DEBUG_PRINT("\n FATAL ERROR input buffer address is bad");
860 DEBUG_PRINT ("\n End of stream reached");
880 DEBUG_PRINT("\n Decoder frame failed");
883 DEBUG_PRINT("\n Input buffer done send next buffer current value = %d",\
892 DEBUG_PRINT("\n FATAL ERROR input buffer address is bad");
904 DEBUG_PRINT("\n recieved output buffer consume outbuffer");
905 DEBUG_PRINT("\nValues outputbuffer->bufferaddr = %p",\
921 DEBUG_PRINT("\n Decoder frame failed");
928 DEBUG_PRINT("\n Flush input complete");
933 DEBUG_PRINT("\n Flush output complete");
940 DEBUG_PRINT("\n Error condition recieved NULL from Queue");
945 DEBUG_PRINT("\n Playback has ended thread will exit");
962 DEBUG_PRINT("\n aynsc thread recieved NULL context");
966 DEBUG_PRINT("\n Entering the async thread");
972 DEBUG_PRINT ("\n Sizeof venc_msginfo = %d ",sizeof (venc_msg));
973 DEBUG_PRINT("\n Address of Venc msg in async thread %p",\
978 DEBUG_PRINT("\n Error in ioctl read next msg");
987 DEBUG_PRINT("\nSTOP/START Indiacation");
994 DEBUG_PRINT("\nINPUT buffer done Indiacation");
998 DEBUG_PRINT("\nInput Client data pointer is %p",queueitem.clientdata);
1000 DEBUG_PRINT ("\n Input Address of tempbuffer %p",tempbuffer);
1002 DEBUG_PRINT ("\n Input value of tempbuffer tempbuffer->filled_len %d",(int)tempbuffer->filled_len);
1005 DEBUG_PRINT("\nOUPUT buffer done Indiacation");
1009 DEBUG_PRINT("\nOutput Client data pointer is %p",queueitem.clientdata);
1011 DEBUG_PRINT ("\n Output Address of tempbuffer %p",tempbuffer);
1013 DEBUG_PRINT ("\n Output value of tempbuffer tempbuffer->filled_len %d",(int)tempbuffer->filled_len);
1017 DEBUG_PRINT("\nIn Default of get next message %d",(int)venc_msg.msgcode);
1031 DEBUG_PRINT("\n FATAL ERROR WITH Queue");
1052 DEBUG_PRINT ("\n Inside the readframe");
1056 DEBUG_PRINT ("\n dataptr = %p length = %d",dataptr,(int)length);