HomeSort by relevance Sort by last modified time
    Searched refs:assignedBufferNum (Results 1 - 5 of 5) sorted by null

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h 56 OMX_U32 assignedBufferNum;
SEC_OMX_Baseport.c 113 while (SEC_OSAL_GetElemNum(&pSECPort->bufferQ) < pSECPort->assignedBufferNum) {
116 if (SEC_OSAL_GetElemNum(&pSECPort->bufferQ) != pSECPort->assignedBufferNum)
117 SEC_OSAL_SetElemNum(&pSECPort->bufferQ, pSECPort->assignedBufferNum);
789 pSECInputPort->assignedBufferNum = 0;
881 pSECOutputPort->assignedBufferNum = 0;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 278 pSECPort->assignedBufferNum++;
279 if (pSECPort->assignedBufferNum == pSECPort->portDefinition.nBufferCountActual) {
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 151 pSECPort->assignedBufferNum++;
152 if (pSECPort->assignedBufferNum == pSECPort->portDefinition.nBufferCountActual) {
249 pSECPort->assignedBufferNum++;
250 if (pSECPort->assignedBufferNum == pSECPort->portDefinition.nBufferCountActual) {
327 pSECPort->assignedBufferNum--;
342 if ( pSECPort->assignedBufferNum == 0 ) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 149 pSECPort->assignedBufferNum++;
150 if (pSECPort->assignedBufferNum == pSECPort->portDefinition.nBufferCountActual) {
247 pSECPort->assignedBufferNum++;
248 if (pSECPort->assignedBufferNum == pSECPort->portDefinition.nBufferCountActual) {
325 pSECPort->assignedBufferNum--;
340 if (pSECPort->assignedBufferNum == 0 ) {
    [all...]

Completed in 27 milliseconds