Home | History | Annotate | Download | only in h264dec

Lines Matching refs:indexTimestamp

694     pH264Dec->hMFCH264Handle.indexTimestamp = 0;
832 pSECComponent->timeStamp[pH264Dec->hMFCH264Handle.indexTimestamp] = pInputData->timeStamp;
833 pSECComponent->nFlags[pH264Dec->hMFCH264Handle.indexTimestamp] = pInputData->nFlags;
834 SsbSipMfcDecSetConfig(pH264Dec->hMFCH264Handle.hMFCHandle, MFC_DEC_SETCONF_FRAME_TAG, &(pH264Dec->hMFCH264Handle.indexTimestamp));
835 pH264Dec->hMFCH264Handle.indexTimestamp++;
836 if (pH264Dec->hMFCH264Handle.indexTimestamp >= MAX_TIMESTAMP)
837 pH264Dec->hMFCH264Handle.indexTimestamp = 0;
850 OMX_S32 indexTimestamp = 0;
856 if ((SsbSipMfcDecGetConfig(pH264Dec->hMFCH264Handle.hMFCHandle, MFC_DEC_GETCONF_FRAME_TAG, &indexTimestamp) != MFC_RET_OK) ||
857 (((indexTimestamp < 0) || (indexTimestamp > MAX_TIMESTAMP)))) {
861 pOutputData->timeStamp = pSECComponent->timeStamp[indexTimestamp];
862 pOutputData->nFlags = pSECComponent->nFlags[indexTimestamp];