/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_ComponentThread.c | 137 if (pComponentPrivate->bIsThreadstop == 1) { 143 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: bIsThreadstop = %ld\n",__LINE__,pComponentPrivate->bIsThreadstop); 147 if (pComponentPrivate->bIsThreadstop == 1) { 149 pComponentPrivate->bIsThreadstop = 0;
|
OMX_AmrEnc_Utils.c | 366 pComponentPrivate->bIsThreadstop = 0; 591 pComponentPrivate->bIsThreadstop = 1; 592 write (pComponentPrivate->cmdPipe[1], &pComponentPrivate->bIsThreadstop, sizeof(OMX_U16)); [all...] |
OMX_AmrEncoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Enc_ComponentThread.c | 147 G729ENC_DPRINT("bIsThreadstop=%ld\n", pComponentPrivate->bIsThreadstop); 151 if (pComponentPrivate->bIsThreadstop == 1) 154 pComponentPrivate->bIsThreadstop = 0;
|
OMX_G729Enc_Utils.c | 356 pComponentPrivate->bIsThreadstop = 0; 585 pComponentPrivate->bIsThreadstop = 1; [all...] |
OMX_G729Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEnc_CompThread.c | 135 if (pComponentPrivate->bIsThreadstop == 1) { 141 if (pComponentPrivate->bIsThreadstop == 1) { 142 pComponentPrivate->bIsThreadstop = 0;
|
OMX_WbAmrEnc_Utils.c | 365 pComponentPrivate->bIsThreadstop = 0; 627 pComponentPrivate->bIsThreadstop = 1; 629 write (pComponentPrivate->cmdPipe[1], &pComponentPrivate->bIsThreadstop, sizeof(OMX_U16)); [all...] |
OMX_WbAmrEncoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_ComponentThread.c | 122 if (pComponentPrivate->bIsThreadstop == 1) { 123 pComponentPrivate->bIsThreadstop = 0;
|
OMX_G711Enc_Utils.c | 342 pComponentPrivate->bIsThreadstop = 0; 560 pComponentPrivate->bIsThreadstop = 1; [all...] |
OMX_G711Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_CompThread.c | 120 if (pComponentPrivate->bIsThreadstop == 1) { 132 if (pComponentPrivate->bIsThreadstop == 1) 136 pComponentPrivate->bIsThreadstop = 0;
|
OMX_AacEnc_Utils.c | 426 pComponentPrivate->bIsThreadstop = 0; 643 pComponentPrivate->bIsThreadstop = 1; 644 write (pComponentPrivate->cmdPipe[1], &pComponentPrivate->bIsThreadstop, sizeof(OMX_U16)); 645 OMX_PRSTATE1(pComponentPrivate->dbg, "UTIL: pComponentPrivate->bIsThreadstop = %ld \n",pComponentPrivate->bIsThreadstop); [all...] |
OMX_AacEncoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 393 OMX_U32 bIsThreadstop;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
OMX_G711Enc_Utils.h | 795 OMX_U32 bIsThreadstop; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
OMX_G729Enc_Utils.h | 709 OMX_U32 bIsThreadstop; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
OMX_AmrEnc_Utils.h | 762 OMX_U32 bIsThreadstop; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
OMX_WbAmrEnc_Utils.h | 604 OMX_U32 bIsThreadstop; [all...] |