Home
last modified time | relevance | path

Searched refs:TD (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_element.cpp139 const clang::TypedefNameDecl *TD = TT->getDecl(); in CreateFromDecl() local
140 EI = GetElementInfo(TD->getName()); in CreateFromDecl()
144 T = TD->getUnderlyingType().getTypePtr(); in CreateFromDecl()
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_EditAudio.c1281 const M4OSA_Int32 TD = pC->pTransitionList[pC-> in M4VSS3GPP_intCheckAudioMode() local
1292 if( ( TD > 0) && ((M4OSA_Int32)(pC->ewc.dATo - pC->pC1->iAoffset in M4VSS3GPP_intCheckAudioMode()
1293 / pC->pC1->scale_audio + 0.5) >= (pC->pC1->iEndTime - TD)) ) in M4VSS3GPP_intCheckAudioMode()
DM4VSS3GPP_EditVideo.c730 const M4OSA_Int32 TD = pC->pTransitionList[pC->uiCurrentClip].uiTransitionDuration; in M4VSS3GPP_intCheckVideoMode() local
742 if( ( TD > 0) && (( t - pC->pC1->iVoffset) >= (pC->pC1->iEndTime - TD)) ) in M4VSS3GPP_intCheckVideoMode()
779 - (pC->pC1->iEndTime - TD + pC->pC1->iVoffset); in M4VSS3GPP_intCheckVideoMode()