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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.h 37 OMX_HANDLETYPE hMFCHandle;
SEC_OMX_H264dec.c 664 OMX_PTR hMFCHandle = NULL;
674 hMFCHandle = (OMX_PTR)SsbSipMfcDecOpen();
675 if (hMFCHandle == NULL) {
679 pH264Dec->hMFCH264Handle.hMFCHandle = hMFCHandle;
682 pStreamBuffer = SsbSipMfcDecGetInBuf(hMFCHandle, &pStreamPhyBuffer, DEFAULT_MFC_INPUT_BUFFER_SIZE);
707 OMX_PTR hMFCHandle = NULL;
712 hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle;
719 if (hMFCHandle != NULL)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.h 46 OMX_HANDLETYPE hMFCHandle;
SEC_OMX_H264enc.c 610 OMX_PTR hMFCHandle = NULL;
621 hMFCHandle = (OMX_PTR)SsbSipMfcEncOpen();
622 if (hMFCHandle == NULL) {
626 pH264Enc->hMFCH264Handle.hMFCHandle = hMFCHandle;
630 returnCodec = SsbSipMfcEncInit(hMFCHandle, &(pH264Enc->hMFCH264Handle.mfcVideoAvc));
637 returnCodec = SsbSipMfcEncGetInBuf(hMFCHandle, &(pH264Enc->hMFCH264Handle.inputInfo));
669 OMX_PTR hMFCHandle = NULL;
674 hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.h 43 OMX_HANDLETYPE hMFCHandle;
SEC_OMX_Mpeg4enc.c 748 OMX_HANDLETYPE hMFCHandle = NULL;
759 hMFCHandle = SsbSipMfcEncOpen();
760 if (hMFCHandle == NULL) {
764 pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle = hMFCHandle;
769 returnCodec = SsbSipMfcEncInit(hMFCHandle, &(pMpeg4Enc->hMFCMpeg4Handle.mpeg4MFCParam));
772 returnCodec = SsbSipMfcEncInit(hMFCHandle, &(pMpeg4Enc->hMFCMpeg4Handle.h263MFCParam));
780 returnCodec = SsbSipMfcEncGetInBuf(hMFCHandle, &(pMpeg4Enc->hMFCMpeg4Handle.inputInfo));
809 OMX_HANDLETYPE hMFCHandle = NULL;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.h 60 OMX_HANDLETYPE hMFCHandle;
SEC_OMX_Mpeg4dec.c 836 OMX_HANDLETYPE hMFCHandle = NULL;
848 hMFCHandle = SsbSipMfcDecOpen();
849 if (hMFCHandle == NULL) {
853 ghMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle = hMFCHandle;
856 pStreamBuffer = SsbSipMfcDecGetInBuf(hMFCHandle, &pStreamPhyBuffer, DEFAULT_MFC_INPUT_BUFFER_SIZE);
    [all...]

Completed in 67 milliseconds