Searched refs:pCurrent (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/utils/
H A DList.h246 _Node* pCurrent = mpMiddle->getNext(); local
249 while (pCurrent != mpMiddle) {
250 pNext = pCurrent->getNext();
251 delete pCurrent;
252 pCurrent = pNext;
/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h102 M4OSA_Void* pCurrent; /**< Current M4xVSS_FramingStruct used by member in struct:__anon270
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp539 currentFraming = (M4xVSS_FramingStruct *)Framing->pCurrent;
616 Framing->pCurrent = currentFraming->pNext;
617 currentFraming = (M4xVSS_FramingStruct*)Framing->pCurrent;
989 framingCtx->pCurrent = framingCtx;
1054 framingCtx->pCurrent = framingCtx;
3120 framingCtx->pCurrent = framingCtx;
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c3331 framingCtx->aFramingCtx->pCurrent =
3411 framingCtx->aFramingCtx->pCurrent = framingCtx->aFramingCtx;
3547 framingCtx->aFramingCtx->pCurrent = framingCtx->aFramingCtx;
H A DM4xVSS_internal.c1820 framingCtx->pCurrent = framingCtx;
2106 framingCtx->pCurrent = framingCtx;
3839 currentFraming = (M4xVSS_FramingStruct *)Framing->pCurrent;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1736 aFramingCtx->pCurrent = M4OSA_NULL; /* Only used by the first element of the chain */

Completed in 170 milliseconds