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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.h 52 SEC_MFC_H264DEC_HANDLE hMFCH264Handle;
SEC_OMX_H264dec.c 563 pH264Dec->hMFCH264Handle.bThumbnailMode = *((OMX_BOOL *)pComponentConfigStructure);
669 pH264Dec->hMFCH264Handle.bConfiguredMFC = OMX_FALSE;
679 pH264Dec->hMFCH264Handle.hMFCHandle = hMFCHandle;
687 pH264Dec->hMFCH264Handle.pMFCStreamBuffer = pStreamBuffer;
688 pH264Dec->hMFCH264Handle.pMFCStreamPhyBuffer = pStreamPhyBuffer;
694 pH264Dec->hMFCH264Handle.indexTimestamp = 0;
712 hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle;
714 pH264Dec->hMFCH264Handle.pMFCStreamBuffer = NULL;
715 pH264Dec->hMFCH264Handle.pMFCStreamPhyBuffer = NULL;
721 hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle = NULL
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.h 62 SEC_MFC_H264ENC_HANDLE hMFCH264Handle;
SEC_OMX_H264enc.c 616 pH264Enc->hMFCH264Handle.bConfiguredMFC = OMX_FALSE;
626 pH264Enc->hMFCH264Handle.hMFCHandle = hMFCHandle;
628 Set_H264ENC_Param(&(pH264Enc->hMFCH264Handle.mfcVideoAvc), pSECComponent);
630 returnCodec = SsbSipMfcEncInit(hMFCHandle, &(pH264Enc->hMFCH264Handle.mfcVideoAvc));
637 returnCodec = SsbSipMfcEncGetInBuf(hMFCHandle, &(pH264Enc->hMFCH264Handle.inputInfo));
643 SEC_OSAL_Log(SEC_LOG_TRACE, "pH264Enc->hMFCH264Handle.inputInfo.YVirAddr : 0x%x", pH264Enc->hMFCH264Handle.inputInfo.YVirAddr);
644 SEC_OSAL_Log(SEC_LOG_TRACE, "pH264Enc->hMFCH264Handle.inputInfo.CVirAddr : 0x%x", pH264Enc->hMFCH264Handle.inputInfo.CVirAddr);
646 pSECComponent->processData[INPUT_PORT_INDEX].specificBufferHeader.YPhyAddr = pH264Enc->hMFCH264Handle.inputInfo.YPhyAddr
    [all...]

Completed in 3705 milliseconds