Searched refs:reconfigOutputPort (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h941 OMX_BOOL reconfigOutputPort; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c1612 pComponentPrivate->reconfigOutputPort = 0;
1647 pComponentPrivate->reconfigOutputPort = 0;
1797 if(pComponentPrivate->num_Op_Issued && !pComponentPrivate->reconfigOutputPort ){ //no buffers sent to DSP yet
1898 pComponentPrivate->reconfigOutputPort = OMX_TRUE;
2070 if(pComponentPrivate->reconfigInputPort || pComponentPrivate->reconfigOutputPort){
2071 if(pComponentPrivate->reconfigInputPort && pComponentPrivate->reconfigOutputPort){
2101 pComponentPrivate->reconfigOutputPort ? AACDEC_OUTPUT_PORT : AACDEC_INPUT_PORT,
2382 if(!pComponentPrivate->reconfigOutputPort){
2738 if(pComponentPrivate->reconfigOutputPort){
H A DOMX_AacDecoder.c317 pComponentPrivate->reconfigOutputPort = 0;
2070 pComponentPrivate->reconfigOutputPort);
2073 !pComponentPrivate->reconfigOutputPort &&
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h775 OMX_BOOL reconfigOutputPort; member in struct:MP3DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h865 OMX_BOOL reconfigOutputPort; member in struct:WMADEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c1549 OMX_PRINT2(pComponentPrivate->dbg, "reconfigOut = %d!, but should be true!\n",pComponentPrivate->reconfigOutputPort);
1550 if(pComponentPrivate->reconfigOutputPort){
1604 pComponentPrivate->reconfigOutputPort = 0;
1750 if (pComponentPrivate->num_Op_Issued && !pComponentPrivate->reconfigOutputPort){ //if no buffers have been sent yet, no need to flush SN
1983 pComponentPrivate->reconfigOutputPort = OMX_TRUE;
2026 if(pComponentPrivate->reconfigOutputPort){
2079 if(!(pComponentPrivate->reconfigInputPort || pComponentPrivate->reconfigOutputPort)){
2191 if(!(pComponentPrivate->reconfigInputPort || pComponentPrivate->reconfigOutputPort)){
H A DOMX_Mp3Decoder.c337 pComponentPrivate->reconfigOutputPort = 1; //set the initial value to true if you expect to do port config...
2149 !pComponentPrivate->reconfigOutputPort &&
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c1094 if(pComponentPrivate->reconfigOutputPort){
1095 pComponentPrivate->reconfigOutputPort = 0;
1170 pComponentPrivate->reconfigOutputPort = 0;
1397 pComponentPrivate->reconfigOutputPort=1;
1403 pComponentPrivate->reconfigOutputPort=1;
1406 if(pComponentPrivate->reconfigOutputPort){
1509 if(!pComponentPrivate->reconfigOutputPort){
1627 if(!(pComponentPrivate->reconfigInputPort || pComponentPrivate->reconfigOutputPort)){
H A DOMX_WmaDecoder.c301 pComponentPrivate->reconfigOutputPort = 0;
1895 !pComponentPrivate->reconfigOutputPort &&

Completed in 165 milliseconds