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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c8228 uiSsrcInRoom; /**< Nb of bytes available in the ssrc IN buffer */ local
8347 uiSsrcInRoom = ( pC->pSsrcBufferIn + uiSsrcInSize) - pC->pPosInSsrcBufferIn;
8353 (uiSsrcInRoom < uiBytesDec) ? uiSsrcInRoom : uiBytesDec;

Completed in 18 milliseconds