OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPP_DPRINT
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c
125
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
(":%lu:%lu:%u:%u:%u:%d:%d\n",
[
all
...]
OMX_VPP_CompThread.c
152
/*
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);
OMX_VPP.c
246
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
("VPP::Inside the AllocateBuffer ( nBufferCountActual =%ld nBufferCount =%ld "
[
all
...]
OMX_VPP_ImgConv.c
123
VPP_DPRINT
("CMMFVideoImageConv::Picture Size w = %d x h= %d", iWidth, iHeight);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
104
#include <oaf_debug.h> /* defines
VPP_DPRINT
*/
107
#define
VPP_DPRINT
(...) fprintf(stderr,__VA_ARGS__)
109
#define
VPP_DPRINT
(...)
Completed in 25 milliseconds