Searched refs:nOutput (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c3715 OMX_U32 nOutput; local
3724 nOutput = ((OMX_U32)pBuffer[nBytePosition] << (24+nBitPosition) );
3728 nOutput = nOutput | ( pBuffer[nBytePosition + 1] << (16+nBitPosition));
3733 nOutput = nOutput | ( pBuffer[nBytePosition + 2] << (8+nBitPosition));
3738 nOutput = nOutput | ( pBuffer[nBytePosition + 3] << (nBitPosition));
3741 nOutput = nOutput >> (3
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c3456 OMX_U32 nOutput; local
3465 nOutput = ((OMX_U32)pBuffer[nBytePosition] << (24+nBitPosition) );
3469 nOutput = nOutput | ( pBuffer[nBytePosition + 1] << (16+nBitPosition));
3474 nOutput = nOutput | ( pBuffer[nBytePosition + 2] << (8+nBitPosition));
3479 nOutput = nOutput | ( pBuffer[nBytePosition + 3] << (nBitPosition));
3482 nOutput = nOutput >> (3
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c3794 OMX_U32 nOutput; local
3803 nOutput = ((OMX_U32)pBuffer[nBytePosition] << (24+nBitPosition) );
3807 nOutput = nOutput | ( pBuffer[nBytePosition + 1] << (16+nBitPosition));
3812 nOutput = nOutput | ( pBuffer[nBytePosition + 2] << (8+nBitPosition));
3817 nOutput = nOutput | ( pBuffer[nBytePosition + 3] << (nBitPosition));
3820 nOutput = nOutput >> (3
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c4915 OMX_U32 nOutput; local
4924 nOutput = ((OMX_U32)pBuffer[nBytePosition] << (24+nBitPosition) );
4928 nOutput = nOutput | ( pBuffer[nBytePosition + 1] << (16+nBitPosition));
4933 nOutput = nOutput | ( pBuffer[nBytePosition + 2] << (8+nBitPosition));
4938 nOutput = nOutput | ( pBuffer[nBytePosition + 3] << (nBitPosition));
4941 nOutput = nOutput >> (3
[all...]

Completed in 241 milliseconds