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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.c 50 SEC_OMX_BASEPORT *pSECPort = NULL;
58 pSECPort = &pSECComponent->pSECPort[portIndex];
59 while (SEC_OSAL_GetElemNum(&pSECPort->bufferQ) > 0) {
60 SEC_OSAL_Get_SemaphoreCount(pSECComponent->pSECPort[portIndex].bufferSemID, &semValue);
62 SEC_OSAL_SemaphorePost(pSECComponent->pSECPort[portIndex].bufferSemID);
63 SEC_OSAL_SemaphoreWait(pSECComponent->pSECPort[portIndex].bufferSemID);
65 message = (SEC_OMX_MESSAGE *)SEC_OSAL_Dequeue(&pSECPort->bufferQ);
70 if (CHECK_PORT_TUNNELED(pSECPort) && !CHECK_PORT_BUFFER_SUPPLIER(pSECPort)) {
    [all...]
SEC_OMX_Basecomponent.c 197 SEC_OMX_BASEPORT *pSECPort = NULL;
241 SEC_OSAL_Get_SemaphoreCount(pSECComponent->pSECPort[i].bufferSemID, &countValue);
243 SEC_OSAL_SemaphorePost(pSECComponent->pSECPort[i].bufferSemID);
257 SEC_OSAL_SemaphoreTerminate(pSECComponent->pSECPort[i].bufferSemID);
258 pSECComponent->pSECPort[i].bufferSemID = NULL;
273 SEC_OSAL_Get_SemaphoreCount(pSECComponent->pSECPort[i].bufferSemID, &countValue);
275 SEC_OSAL_SemaphorePost(pSECComponent->pSECPort[i].bufferSemID);
289 SEC_OSAL_SemaphoreTerminate(pSECComponent->pSECPort[i].bufferSemID);
290 pSECComponent->pSECPort[i].bufferSemID = NULL;
296 pSECPort = (pSECComponent->pSECPort + i)
    [all...]
SEC_OMX_Basecomponent.h 122 SEC_OMX_BASEPORT *pSECPort;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 47 SEC_OMX_BASEPORT *secInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
48 SEC_OMX_BASEPORT *secOutputPort = &pSECComponent->pSECPort[OUTPUT_PORT_INDEX];
92 SEC_OMX_BASEPORT *pSECPort = NULL;
114 pSECPort = &pSECComponent->pSECPort[nPortIndex];
119 if (pSECPort->portState != OMX_StateIdle) {
124 if (CHECK_PORT_TUNNELED(pSECPort) && CHECK_PORT_BUFFER_SUPPLIER(pSECPort)) {
136 for (i = 0; i < pSECPort->portDefinition.nBufferCountActual; i++) {
137 if (pSECPort->bufferStateAllocate[i] == BUFFER_STATE_FREE)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 48 SEC_OMX_BASEPORT *secInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
49 SEC_OMX_BASEPORT *secOutputPort = &pSECComponent->pSECPort[OUTPUT_PORT_INDEX];
94 SEC_OMX_BASEPORT *pSECPort = NULL;
116 pSECPort = &pSECComponent->pSECPort[nPortIndex];
121 if (pSECPort->portState != OMX_StateIdle) {
126 if (CHECK_PORT_TUNNELED(pSECPort) && CHECK_PORT_BUFFER_SUPPLIER(pSECPort)) {
138 for (i = 0; i < pSECPort->portDefinition.nBufferCountActual; i++) {
139 if (pSECPort->bufferStateAllocate[i] == BUFFER_STATE_FREE)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 155 SEC_OMX_BASEPORT *pSECPort = NULL;
172 pSECPort = &pSECComponent->pSECPort[peanbp->nPortIndex];
176 pSECPort->bUseAndroidNativeBuffer = OMX_FALSE;
179 pSECPort->bUseAndroidNativeBuffer = OMX_TRUE;
180 pSECPort->portDefinition.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatANBYUV420SemiPlanar;
196 SEC_OMX_BASEPORT *pSECPort = NULL;
225 SEC_OMX_BASEPORT *pSECPort = NULL;
242 pSECPort = &pSECComponent->pSECPort[nPortIndex]
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 554 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
557 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263;
569 SEC_OMX_BASEPORT *pSECPort;
581 pSECPort = &pSECComponent->pSECPort[portIndex];
584 if (pSECPort->portDefinition.bEnabled == OMX_TRUE) {
589 if (pPortDefinition->nBufferCountActual < pSECPort->portDefinition.nBufferCountMin) {
594 SEC_OSAL_Memcpy(&pSECPort->portDefinition, pPortDefinition, pPortDefinition->nSize);
596 width = ((pSECPort->portDefinition.format.video.nFrameWidth + 15) & (~15));
597 height = ((pSECPort->portDefinition.format.video.nFrameHeight + 15) & (~15))
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 400 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
411 SEC_OMX_BASEPORT *pSECPort;
423 pSECPort = &pSECComponent->pSECPort[portIndex];
426 if (pSECPort->portDefinition.bEnabled == OMX_TRUE) {
431 if(pPortDefinition->nBufferCountActual < pSECPort->portDefinition.nBufferCountMin) {
436 SEC_OSAL_Memcpy(&pSECPort->portDefinition, pPortDefinition, pPortDefinition->nSize);
438 width = ((pSECPort->portDefinition.format.video.nFrameWidth + 15) & (~15));
439 height = ((pSECPort->portDefinition.format.video.nFrameHeight + 15) & (~15));
441 pSECPort->portDefinition.format.video.nStride = width
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c 188 pSECInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
189 pSECOutputPort = &pSECComponent->pSECPort[OUTPUT_PORT_INDEX];
239 SEC_OSAL_Log(SEC_LOG_TRACE, "pSECPort->eControlRate: 0x%x", pSECOutputPort->eControlRate);
272 pSECInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
273 pSECOutputPort = &pSECComponent->pSECPort[OUTPUT_PORT_INDEX];
316 SEC_OSAL_Log(SEC_LOG_TRACE, "pSECPort->eControlRate: 0x%x", pSECOutputPort->eControlRate);
629 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
632 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 193 pSECInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
194 pSECOutputPort = &pSECComponent->pSECPort[OUTPUT_PORT_INDEX];
255 SEC_OSAL_Log(SEC_LOG_TRACE, "pSECPort->eControlRate: 0x%x", pSECOutputPort->eControlRate);
503 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
776 SEC_OMX_BASEPORT *pSECInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
777 SEC_OMX_BASEPORT *pSECOutputPort = &pSECComponent->pSECPort[OUTPUT_PORT_INDEX];
    [all...]

Completed in 333 milliseconds