Searched refs:VPP_DPRINT (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c125 VPP_DPRINT("Entering Valid buffer -- %lu\n ",pIndex);
135 VPP_DPRINT("Exiting Valid buffer -- %lu\n ",nCount);
199 VPP_DPRINT("VPP::%d :: Entered Fill_LCMLInitParams\n",__LINE__);
240 VPP_DPRINT("priority is %d\n", plcml_Init->Priority);
271 VPP_DPRINT("VPP:: INPPUT WIDTH= in Fill_LCMLInitParams %d\n ",Input_FrameWidth);
272 VPP_DPRINT("VPP:: OUTPUT WIDTH= in Fill_LCMLInitParams %d\n ",Output_FrameWidth);
392 VPP_DPRINT("%d :: NOT SUPPORTED INPUT FORMAT setting default as 420 planar",__LINE__);
428 VPP_DPRINT(":: Ports Available in Fill_LCMLInitParams %ld\n ",pComponentPrivate->NumofOutputPort);
434 VPP_DPRINT("VPP::OVERLAY ENABLED");
441 VPP_DPRINT("
[all...]
H A DOMX_VPP_CompThread.c152 /*VPP_DPRINT("\n\n\n%d ::!!!!! Component Time Out !!!!!!!!!!!! \n",__LINE__);*/
161 VPP_DPRINT ("%d :: Error in Select\n", __LINE__);
172 VPP_DPRINT ("Error while writing to the free_oPipe\n");
185 VPP_DPRINT ("VPP::%d: Exiting thread Cmd : \n",__LINE__);
193 VPP_DPRINT ("Error while writing to the free_oPipe\n");
201 VPP_DPRINT ("Error while writing to the free_oPipe\n");
234 VPP_DPRINT("return from StateSet %d\n", nParam1);
H A DOMX_VPP.c246 VPP_DPRINT("VPP::Inside the AllocateBuffer portindex =%ld\n",nPortIndex);
252 VPP_DPRINT("OMX_ErrorBadparameter AllocateBuffer!!\n");
273 VPP_DPRINT("VPP::%d :: --------- Inside Ip Loop\n",__LINE__);
274 VPP_DPRINT ("VPP::Inside the AllocateBuffer --.5 pBufferHdr =%p\n" , pBufferHdr);
284 VPP_DPRINT ("VPP::Inside the AllocateBuffer --1 pBufferHdr =%p\n" , pBufferHdr);
303 VPP_DPRINT ("VPP::Inside the AllocateBuffer --2 pBufferHdr =%p\n" , pBufferHdr);
319 VPP_DPRINT ("VPP::Inside the AllocateBuffer pBuffer =%p\n",pBufferHdr);
320 VPP_DPRINT ("VPP:: Inside the AllocateBuffer pBuffer->pBuffer =%p\n" , pBufferHdr->pBuffer);
321 VPP_DPRINT ("VPP::Inside the AllocateBuffer --3 pBuffer =%p\n",pBufferHdr);
335 VPP_DPRINT ("VP
[all...]
H A DOMX_VPP_ImgConv.c123 VPP_DPRINT("CMMFVideoImageConv::Picture Size w = %d x h= %d", iWidth, iHeight);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h104 #include <oaf_debug.h> /* defines VPP_DPRINT*/
107 #define VPP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
109 #define VPP_DPRINT(...) macro

Completed in 125 milliseconds