Searched defs:aFramingCtx (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h131 M4xVSS_FramingStruct* aFramingCtx; /**<Framing struct for the decoding member in struct:__anon271
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1724 M4xVSS_FramingStruct *aFramingCtx = M4OSA_NULL; local
1725 aFramingCtx
1728 if (aFramingCtx == M4OSA_NULL)
1736 aFramingCtx->pCurrent = M4OSA_NULL; /* Only used by the first element of the chain */
1737 aFramingCtx->previousClipTime = -1;
1738 aFramingCtx->FramingYuv = M4OSA_NULL;
1739 aFramingCtx->FramingRgb = M4OSA_NULL;
1740 aFramingCtx->topleft_x
1742 aFramingCtx->topleft_y
1753 aFramingCtx
[all...]

Completed in 123 milliseconds