/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_CompThread.c | 108 OMX_U32 nRet; 171 nRet = AACDEC_HandleCommand (pComponentPrivate); 172 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_CompThread.c | 82 OMX_U32 nRet; 196 nRet = AACENCHandleCommand (pComponentPrivate); 197 if (nRet == EXIT_COMPONENT_THRD)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_ComponentThread.c | 69 OMX_U32 nRet = 0; 143 nRet = G711DECHandleCommand (pComponentPrivate); 144 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_ComponentThread.c | 93 OMX_U32 nRet = 0; 164 nRet = G711ENC_HandleCommand(pComponentPrivate); 165 if (nRet == G711ENC_EXIT_COMPONENT_THRD) {
|
OMX_G711Encoder.c | 557 int nRet = 0; 631 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); 632 if (nRet == -1) { 639 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR)); 641 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam,sizeof(OMX_U32)); 643 if (nRet == -1) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_CompThread.c | 97 OMX_U32 nRet = 0; 166 nRet = G726DEC_HandleCommand (pComponentPrivate); 167 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Enc_ComponentThread.c | 90 OMX_U32 nRet = 0;
136 nRet = G726ENC_HandleCommand(pComponentPrivate);
137 if (nRet == G726ENC_EXIT_COMPONENT_THRD) {
|
OMX_G726Encoder.c | 523 int nRet = 0; 592 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); 593 if (nRet == -1) { 600 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, 603 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, 606 if (nRet == -1) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_ComponentThread.c | 108 OMX_U32 nRet = 0; 205 nRet = G729DECHandleCommand (pComponentPrivate); 206 if (nRet == EXIT_COMPONENT_THRD) {
|
OMX_G729Decoder.c | 577 ssize_t nRet = 0; 677 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); 678 if (nRet == -1) { 685 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, 689 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, 694 G729DEC_DPRINT ("%d:::nRet = %d\n",__LINE__,nRet); 695 if (nRet == -1) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Enc_ComponentThread.c | 111 OMX_U32 nRet = 0; 203 nRet = G729ENC_HandleCommand(pComponentPrivate); 204 if (nRet == G729ENC_EXIT_COMPONENT_THRD)
|
OMX_G729Encoder.c | 589 int nRet = 0; 678 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); 679 if (nRet == -1) 687 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, sizeof(OMX_PTR)); 691 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, sizeof(OMX_U32)); 693 if (nRet == -1) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_CompThread.c | 107 OMX_U32 nRet; 196 nRet = MP3DEC_HandleCommand (pComponentPrivate); 197 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_ComponentThread.c | 71 OMX_U32 nRet; 174 nRet = NBAMRDECHandleCommand (pComponentPrivate); 175 if (nRet == EXIT_COMPONENT_THRD) {
|
OMX_AmrDecoder.c | 622 ssize_t nRet; 730 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); 731 if (nRet == -1) { 738 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, 742 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, 747 OMX_PRINT2(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::nRet = %ld\n",__LINE__,nRet); 748 if (nRet == -1) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_ComponentThread.c | 103 OMX_U32 nRet; 188 nRet = NBAMRENC_HandleCommand(pComponentPrivate); 189 if (nRet == NBAMRENC_EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_ComponentThread.c | 90 OMX_U32 nRet; 191 nRet = WBAMR_DEC_HandleCommand (pComponentPrivate); 192 if (nRet == WBAMR_DEC_EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEnc_CompThread.c | 96 OMX_U32 nRet; 198 nRet = WBAMRENC_HandleCommand(pComponentPrivate, command, commandData); 200 if (nRet == WBAMRENC_EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_ComponentThread.c | 83 OMX_U32 nRet; 176 nRet = WMADECHandleCommand (pComponentPrivate); 177 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_CompThread.c | 106 int nRet = -1; 170 nRet = read(pComponentPrivate->cmdPipe[0], &eCmd, sizeof(eCmd)); 171 if (nRet == -1) { 191 nRet = read(pComponentPrivate->nCmdDataPipe[0], &pCmdData, sizeof(pCmdData)); 192 if (nRet == -1) { 199 nRet = read(pComponentPrivate->nCmdDataPipe[0], &nParam1, sizeof(nParam1)); 200 if (nRet == -1) {
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEnc_Thread.c | 119 int nRet = -1; 191 nRet = read(pComponentPrivate->nCmdPipe[0], 194 if (nRet == -1) 214 nRet = read(pComponentPrivate->nCmdDataPipe[0], 217 if (nRet == -1) 227 nRet = read(pComponentPrivate->nCmdDataPipe[0], 230 if (nRet == -1)
|
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Context.cpp | 58 int nRet = 0; 60 nRet = m_pRuntime->Execute(this, script.c_str(), &sErrorMessage); 63 if (nRet < 0) { 73 return nRet >= 0;
|
JS_Runtime.cpp | 241 int nRet = FXJS_Execute(m_isolate, cc, script, &error); 242 if (nRet < 0) { 246 return nRet;
|
/external/pdfium/testing/ |
embedder_test.cpp | 140 int32_t nRet = PDF_DATA_NOTAVAIL; 141 while (nRet == PDF_DATA_NOTAVAIL) { 142 nRet = FPDFAvail_IsDocAvail(avail_, &hints_); 144 if (nRet == PDF_DATA_ERROR) { 147 nRet = FPDFAvail_IsFormAvail(avail_, &hints_); 148 if (nRet == PDF_FORM_ERROR || nRet == PDF_FORM_NOTAVAIL) { 153 nRet = PDF_DATA_NOTAVAIL; 154 while (nRet == PDF_DATA_NOTAVAIL) { 155 nRet = FPDFAvail_IsPageAvail(avail_, i, &hints_) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Encoder.c | 647 int nRet = 0; 723 nRet = write (pCompPrivate->cmdPipe[1], &Cmd,sizeof(Cmd)); 724 if (nRet == -1) { 729 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR)); 732 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam, 736 G722ENC_DPRINT("%d :: G722ENC: SendCommand - nRet = %d\n",__LINE__,nRet); 738 if (nRet == -1) { [all...] |