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

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

Completed in 65 milliseconds