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

  /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];
144 if (nPortIndex == INPUT_PORT_INDEX)
145 temp_bufferHeader->nInputPortIndex = INPUT_PORT_INDEX;
243 if (nPortIndex == INPUT_PORT_INDEX)
244 temp_bufferHeader->nInputPortIndex = INPUT_PORT_INDEX;
399 (pSECComponent->pSECPort[INPUT_PORT_INDEX].portState == OMX_StateIdle) &&
412 SEC_OMX_BASEPORT *secOMXInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
414 SEC_OMX_DATABUFFER *dataBuffer = &pSECComponent->secDataBuffer[INPUT_PORT_INDEX];
473 SEC_OMX_DATABUFFER *inputUseBuffer = &pSECComponent->secDataBuffer[INPUT_PORT_INDEX];
477 pSECPort= &pSECComponent->pSECPort[INPUT_PORT_INDEX];
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h 44 #define INPUT_PORT_INDEX 0
SEC_OMX_Baseport.c 105 if (portIndex == INPUT_PORT_INDEX)
193 if (portIndex == INPUT_PORT_INDEX) {
265 if (portIndex == INPUT_PORT_INDEX) {
482 if (portIndex == INPUT_PORT_INDEX) {
562 if (pBuffer->nInputPortIndex != INPUT_PORT_INDEX) {
579 pSECPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
750 pSECComponent->portParam.nStartPortNumber = INPUT_PORT_INDEX;
762 pSECInputPort = &pSECPort[INPUT_PORT_INDEX];
823 pSECInputPort->portDefinition.nPortIndex = INPUT_PORT_INDEX;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 273 if (nPortIndex == INPUT_PORT_INDEX)
274 temp_bufferHeader->nInputPortIndex = INPUT_PORT_INDEX;
398 pSECPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
411 pVirAddrs[0] = pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.YVirAddr;
412 pVirAddrs[1] = pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.CVirAddr;
437 pInputInfo->YPhyAddr = pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.YPhyAddr;
438 pInputInfo->CPhyAddr = pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.CPhyAddr;
  /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];
146 if ( nPortIndex == INPUT_PORT_INDEX)
147 temp_bufferHeader->nInputPortIndex = INPUT_PORT_INDEX;
245 if ( nPortIndex == INPUT_PORT_INDEX)
246 temp_bufferHeader->nInputPortIndex = INPUT_PORT_INDEX;
400 (pSECComponent->pSECPort[INPUT_PORT_INDEX].portState == OMX_StateIdle) &&
414 SEC_OMX_BASEPORT *secOMXInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
416 SEC_OMX_DATABUFFER *dataBuffer = &pSECComponent->secDataBuffer[INPUT_PORT_INDEX];
475 SEC_OMX_DATABUFFER *inputUseBuffer = &pSECComponent->secDataBuffer[INPUT_PORT_INDEX];
479 pSECPort= &pSECComponent->pSECPort[INPUT_PORT_INDEX];
    [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];
230 SEC_OMX_DATA *pInputData = &pSECComponent->processData[INPUT_PORT_INDEX];
272 pSECInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
307 SEC_OMX_DATA *pInputData = &pSECComponent->processData[INPUT_PORT_INDEX];
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 306 if (pDstErrorCorrectionType->nPortIndex != INPUT_PORT_INDEX) {
312 pSrcErrorCorrectionType = &pH264Dec->errorCorrectionType[INPUT_PORT_INDEX];
400 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
445 if (portIndex == INPUT_PORT_INDEX) {
500 if (pSrcErrorCorrectionType->nPortIndex != INPUT_PORT_INDEX) {
506 pDstErrorCorrectionType = &pH264Dec->errorCorrectionType[INPUT_PORT_INDEX];
576 if ((pDstRectType->nPortIndex != INPUT_PORT_INDEX) &&
836 pSECComponent->processData[INPUT_PORT_INDEX].dataBuffer = pH264Dec->MFCDecInputBuffer[0].VirAddr;
837 pSECComponent->processData[INPUT_PORT_INDEX].allocSize = pH264Dec->MFCDecInputBuffer[0].bufferSize;
863 pSECComponent->processData[INPUT_PORT_INDEX].dataBuffer = NULL
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 438 if (pDstErrorCorrectionType->nPortIndex != INPUT_PORT_INDEX) {
444 pSrcErrorCorrectionType = &pMpeg4Dec->errorCorrectionType[INPUT_PORT_INDEX];
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;
603 if (portIndex == INPUT_PORT_INDEX) {
674 if (pSrcErrorCorrectionType->nPortIndex != INPUT_PORT_INDEX) {
680 pDstErrorCorrectionType = &pMpeg4Dec->errorCorrectionType[INPUT_PORT_INDEX];
    [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];
246 SEC_OMX_DATA *pInputData = &pSECComponent->processData[INPUT_PORT_INDEX];
776 SEC_OMX_BASEPORT *pSECInputPort = &pSECComponent->pSECPort[INPUT_PORT_INDEX];
835 pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.YPhyAddr = pH264Enc->MFCEncInputBuffer[0].YPhyAddr;
836 pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.CPhyAddr = pH264Enc->MFCEncInputBuffer[0].CPhyAddr;
837 pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.YVirAddr = pH264Enc->MFCEncInputBuffer[0].YVirAddr;
838 pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.CVirAddr = pH264Enc->MFCEncInputBuffer[0].CVirAddr;
839 pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.YSize = pH264Enc->MFCEncInputBuffer[0].YBufferSize;
840 pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.CSize = pH264Enc->MFCEncInputBuffer[0].CBufferSize;
    [all...]

Completed in 82 milliseconds