OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G711ENC_DPRINT
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c
191
G711ENC_DPRINT
("%d :: Entering OMX_ComponentInit\n", __LINE__);
333
G711ENC_DPRINT
("%d :: Setting dasf & acdn and MultiFrame modes to 0\n",__LINE__);
410
G711ENC_DPRINT
("%d :: OMX_ComponentInit\n", __LINE__);
412
G711ENC_DPRINT
("%d :: Error returned from loading ResourceManagerProxy thread\n",__LINE__);
418
G711ENC_DPRINT
("%d :: OMX_ComponentInit\n", __LINE__);
425
G711ENC_DPRINT
("%d :: OMX_ComponentInit\n", __LINE__);
427
G711ENC_DPRINT
("%d :: [G711E Component] - failure to open WRITE pipe\n",__LINE__);
429
G711ENC_DPRINT
("%d :: OMX_ComponentInit\n", __LINE__);
431
G711ENC_DPRINT
("%d :: [G711E Component] - failure to open READ pipe\n",__LINE__);
433
G711ENC_DPRINT
("%d :: OMX_ComponentInit\n", __LINE__)
[
all
...]
OMX_G711Enc_ComponentThread.c
97
G711ENC_DPRINT
("%d :: Entering G711ENC_CompThread\n", __LINE__);
132
G711ENC_DPRINT
("%d :: pComponentPrivate->curState is not OMX_StateIdle\n",__LINE__);
136
G711ENC_DPRINT
("%d :: Component Time Out !!!!! \n",__LINE__);
138
G711ENC_DPRINT
("%d :: Error in Select\n", __LINE__);
150
G711ENC_DPRINT
("%d :: DATA pipe is set in Component Thread\n",__LINE__);
153
G711ENC_DPRINT
("%d :: Error while reading from the pipe\n",__LINE__);
158
G711ENC_DPRINT
("%d :: G711ENC_HandleDataBufFromApp returned error\n",__LINE__);
163
G711ENC_DPRINT
("%d :: CMD pipe is set in Component Thread\n",__LINE__);
189
G711ENC_DPRINT
("%d :: Exiting G711ENC_CompThread\n", __LINE__);
190
G711ENC_DPRINT
("%d :: Returning = 0x%x\n",__LINE__,eError)
[
all
...]
OMX_G711Enc_Utils.c
115
G711ENC_DPRINT
("%d :: Entering G711ENC_FillLCMLInitParams\n",__LINE__);
125
G711ENC_DPRINT
("%d :: ------ Buffer Details -----------\n",__LINE__);
126
G711ENC_DPRINT
("%d :: Input Buffer Count = %ld\n",__LINE__,nIpBuf);
127
G711ENC_DPRINT
("%d :: Input Buffer Size = %ld\n",__LINE__,nIpBufSize);
128
G711ENC_DPRINT
("%d :: Output Buffer Count = %ld\n",__LINE__,nOpBuf);
129
G711ENC_DPRINT
("%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize);
130
G711ENC_DPRINT
("%d :: ------ Buffer Details ------------\n",__LINE__);
159
G711ENC_DPRINT
("%d :: Codec is configuring to DASF mode\n",__LINE__);
237
G711ENC_DPRINT
("%d :: INPUT--------- Inside Ip Loop\n",__LINE__);
247
G711ENC_DPRINT
("%d :: pTemp_lcml->buffer->pBuffer = %p \n",__LINE__,pTemp_lcml->buffer->pBuffer)
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h
93
#define
G711ENC_DPRINT
(...) fprintf(stderr,__VA_ARGS__)
95
#define
G711ENC_DPRINT
(...)
126
#define
G711ENC_DPRINT
(STR, ARG...) printf()
144
#define
G711ENC_DPRINT
printf
147
#define
G711ENC_DPRINT
177
G711ENC_DPRINT
("%d :: CLOSING PIPE \n",__LINE__); \
[
all
...]
Completed in 18 milliseconds