Searched refs:spsLen (Results 1 – 3 of 3) sorted by relevance
1334 pComponentPrivate->spsLen = 0; in OMX_VIDENC_HandleCommandStateSetIdle()2855 pComponentPrivate->spsLen = 4 + pBufHead->nFilledLen; in OMX_VIDENC_Process_FilledOutBuf()2865 pComponentPrivate->spsLen == 0) { in OMX_VIDENC_Process_FilledOutBuf()2868 memmove(pBufHead->pBuffer + pComponentPrivate->spsLen + 4, in OMX_VIDENC_Process_FilledOutBuf()2871 pComponentPrivate->sps, pComponentPrivate->spsLen); in OMX_VIDENC_Process_FilledOutBuf()2872 … memcpy(pBufHead->pBuffer + pComponentPrivate->spsLen, "\x00\x00\x00\x01", 4); in OMX_VIDENC_Process_FilledOutBuf()2873 pBufHead->nFilledLen += pComponentPrivate->spsLen + 4; in OMX_VIDENC_Process_FilledOutBuf()2877 pComponentPrivate->spsLen = 0; in OMX_VIDENC_Process_FilledOutBuf()
388 pComponentPrivate->spsLen = 0; in OMX_ComponentInit()
618 OMX_U32 spsLen; member