Searched refs:nPosition (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/media/mm-core/inc/
H A DOMX_Audio.h959 OMX_U32 nPosition; /**< Current Position of the MIDI resource being played member in struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE
990 OMX_U32 nPosition; /**< Position of the meta-event in milliseconds */ member in struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Audio.h958 OMX_U32 nPosition; /**< Current Position of the MIDI resource being played member in struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE
989 OMX_U32 nPosition; /**< Position of the meta-event in milliseconds */ member in struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Audio.h958 OMX_U32 nPosition; /**< Current Position of the MIDI resource being played member in struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE
989 OMX_U32 nPosition; /**< Position of the meta-event in milliseconds */ member in struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Audio.h958 OMX_U32 nPosition; /**< Current Position of the MIDI resource being played member in struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE
989 OMX_U32 nPosition; /**< Position of the meta-event in milliseconds */ member in struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Audio.h958 OMX_U32 nPosition; /**< Current Position of the MIDI resource being played member in struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE
989 OMX_U32 nPosition; /**< Position of the meta-event in milliseconds */ member in struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h1310 OMX_U32 AACDEC_GetBits(OMX_U32* nPosition, OMX_U8 nBits, OMX_U8* pBuffer, OMX_BOOL bIcreasePosition);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c3224 OMX_U32 nPosition = 0; local
3233 //nBytePosition = nPosition / 8; //add this back if we need to handle more than 4 bytes (U32).
3234 //nBitPosition = nPosition % 8;
3238 nPosition += nBits;
3242 tempData = AACENC_OBJ_TYP_LC << (16-nPosition);
3247 tempData = AACENC_OBJ_TYP_HEAAC << (16-nPosition);
3251 tempData = AACENC_OBJ_TYP_PS << (16-nPosition);
3256 nPosition += nBits;
3258 tempData = rateIndex << (16-nPosition);
3263 nPosition
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h1075 OMX_U32 MP3DEC_GetBits(OMX_U32* nPosition, OMX_U8 nBits, OMX_U8* pBuffer, OMX_BOOL bIcreasePosition);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h1281 OMX_U32 WMADEC_GetBits(OMX_U32* nPosition, OMX_U8 nBits, OMX_U8* pBuffer, OMX_BOOL bIcreasePosition);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h1441 OMX_U32 VIDDEC_GetBits(OMX_U32* nPosition, OMX_U8 nBits, OMX_U8* pBuffer, OMX_BOOL bIcreasePosition);
1442 OMX_S32 VIDDEC_UVLC_dec(OMX_U32 *nPosition, OMX_U8* pBuffer);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c3713 OMX_U32 AACDEC_GetBits(OMX_U32* nPosition, OMX_U8 nBits, OMX_U8* pBuffer, OMX_BOOL bIcreasePosition) argument
3719 nBytePosition = *nPosition / 8;
3720 nBitPosition = *nPosition % 8;
3723 *nPosition += nBits;
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c3454 OMX_U32 MP3DEC_GetBits(OMX_U32* nPosition, OMX_U8 nBits, OMX_U8* pBuffer, OMX_BOOL bIcreasePosition) argument
3460 nBytePosition = *nPosition / 8;
3461 nBitPosition = *nPosition % 8;
3464 *nPosition += nBits;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c3791 OMX_U32 WMADEC_GetBits(OMX_U32* nPosition, OMX_U8 nBits, OMX_U8* pBuffer, OMX_BOOL bIcreasePosition) argument
3798 nBytePosition = *nPosition / 8;
3799 nBitPosition = *nPosition % 8;
3802 *nPosition += nBits;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c4913 OMX_U32 VIDDEC_GetBits(OMX_U32* nPosition, OMX_U8 nBits, OMX_U8* pBuffer, OMX_BOOL bIcreasePosition) argument
4919 nBytePosition = *nPosition / 8;
4920 nBitPosition = *nPosition % 8;
4923 *nPosition += nBits;
4946 OMX_S32 VIDDEC_UVLC_dec(OMX_U32 *nPosition, OMX_U8* pBuffer) argument
4949 OMX_U32 nBytePosition = (*nPosition) / 8;
4950 OMX_U8 cBitPosition = (*nPosition) % 8;
4961 (*nPosition)++;
4972 (*nPosition)++;
4983 (*nPosition)
[all...]

Completed in 354 milliseconds