HomeSort by relevance Sort by last modified time
    Searched refs:cmdPipe (Results 1 - 25 of 71) sorted by null

1 2 3

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 78 fdmax = pComponentPrivate->cmdPipe[0];
86 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
140 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 99 fdmax = pComponentPrivate->cmdPipe[0];
106 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
162 else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_CompThread.c 104 fdmax = pComponentPrivate->cmdPipe[0];
113 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
163 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 95 fdmax = pComponentPrivate->cmdPipe[0];
103 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
133 } else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_CompThread.c 112 fdmax = pComponentPrivate->cmdPipe[0];
121 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
179 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
182 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 122 fdmax = pComponentPrivate->cmdPipe[0];
136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
169 if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
170 nRet = read(pComponentPrivate->cmdPipe[0], &eCmd, sizeof(eCmd));
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 124 fdmax = pComponentPrivate->cmdPipe[0];
133 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
169 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_ComponentThread.c 121 fdmax = pComponentPrivate->cmdPipe[0];
129 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
202 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_ComponentThread.c 122 fdmax = pComponentPrivate->cmdPipe[0];
132 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
199 else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds))
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_CompThread.c 125 fdmax = pComponentPrivate->cmdPipe[0];
133 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
194 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_ComponentThread.c 86 fdmax = pComponentPrivate->cmdPipe[0];
94 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
171 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 115 fdmax = pComponentPrivate->cmdPipe[0];
123 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
185 else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_ComponentThread.c 110 fdmax = pComponentPrivate->cmdPipe[0];
118 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
188 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_ComponentThread.c 100 fdmax = pComponentPrivate->cmdPipe[0];
108 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
173 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 98 fdmax = pComponentPrivate->cmdPipe[0];
106 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
191 else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds))
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 138 fdmax = pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ];
158 FD_SET(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &rfds);
197 if (FD_ISSET(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &rfds)) {
203 read(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &eCmd, sizeof(eCmd));
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 475 int cmdPipe[2];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 408 int cmdPipe[2];
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 518 int cmdPipe[2];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 565 int cmdPipe[2];
OMX_G711Decoder.h 491 int cmdPipe[2];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 416 int cmdPipe[2];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 441 int cmdPipe[2];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 533 int cmdPipe[2];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 602 int cmdPipe[2];

Completed in 251 milliseconds

1 2 3