Home | History | Annotate | Download | only in src

Lines Matching refs:buff

1192     G711ENC_DPRINT("%d :: Comp Sending Filled ip buff = %p to CompThread\n",__LINE__,pBuffer);
1239 G711ENC_DPRINT("%d :: Comp Sending Emptied op buff = %p to CompThread\n",__LINE__,pBuffer);
1546 OMX_BUFFERHEADERTYPE* buff = NULL;
1560 buff = pComponentPrivate->pInputBufferList->pBufHdr[i];
1561 if (buff == pBuffer) {
1563 G711ENC_DPRINT("%d :: buff = %p\n",__LINE__,buff);
1570 G711ENC_DPRINT("%d :: buff = %p\n",__LINE__,buff);
1576 buff = pComponentPrivate->pOutputBufferList->pBufHdr[i];
1577 if (buff == pBuffer) {
1579 G711ENC_DPRINT("%d :: buff = %p\n",__LINE__,buff);
1586 G711ENC_DPRINT("%d :: buff = %p\n",__LINE__,buff);