Searched refs:temp_TS (Results 1 – 8 of 8) sorted by relevance
831 OMX_TICKS temp_TS; member
769 OMX_S64 temp_TS; member
936 OMX_TICKS temp_TS; member
2519 pComponentPrivate->temp_TS = pLcmlHdr->pBufHdr->nTimeStamp; in MP3DEC_LCML_Callback()2521 pComponentPrivate->temp_TS); in MP3DEC_LCML_Callback()2527 pComponentPrivate->temp_TS += time_stmp; in MP3DEC_LCML_Callback()2528 pLcmlHdr->pBufHdr->nTimeStamp = pComponentPrivate->temp_TS; in MP3DEC_LCML_Callback()2530 pComponentPrivate->temp_TS); in MP3DEC_LCML_Callback()
331 pComponentPrivate->temp_TS = 0; in OMX_ComponentInit()
2698 pComponentPrivate->temp_TS = pLcmlHdr->buffer->nTimeStamp; in NBAMRDECLCML_Callback()2702 pComponentPrivate->temp_TS += (OMX_U32)(time_stmp*1000); in NBAMRDECLCML_Callback()2703 pLcmlHdr->buffer->nTimeStamp = pComponentPrivate->temp_TS; in NBAMRDECLCML_Callback()
352 pComponentPrivate->temp_TS = 0; in OMX_ComponentInit()
2710 pComponentPrivate->temp_TS = pLcmlHdr->pBufHdr->nTimeStamp; in AACDEC_LCML_Callback()2719 pComponentPrivate->temp_TS += (OMX_U32)time_stmp; in AACDEC_LCML_Callback()2720 pLcmlHdr->pBufHdr->nTimeStamp = pComponentPrivate->temp_TS; in AACDEC_LCML_Callback()