Home
last modified time | relevance | path

Searched defs:openHandle (Results 1 – 2 of 2) sorted by relevance

/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
DSsbSipMfcEncAPI.c81 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncInit(void *openHandle, void *param) in SsbSipMfcEncInit()
367 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncExe(void *openHandle) in SsbSipMfcEncExe()
414 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncClose(void *openHandle) in SsbSipMfcEncClose()
448 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncSetSize(void *openHandle, SSBSIP_MFC_CODEC_TYPE codecType, int nW… in SsbSipMfcEncSetSize()
469 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncGetInBuf(void *openHandle, SSBSIP_MFC_ENC_INPUT_INFO *input_info) in SsbSipMfcEncGetInBuf()
520 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncSetInBuf(void *openHandle, SSBSIP_MFC_ENC_INPUT_INFO *input_info) in SsbSipMfcEncSetInBuf()
544 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncGetOutBuf(void *openHandle, SSBSIP_MFC_ENC_OUTPUT_INFO *output_in… in SsbSipMfcEncGetOutBuf()
590 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncSetOutBuf(void *openHandle, void *phyOutbuf, void *virOutbuf, int… in SsbSipMfcEncSetOutBuf()
608 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncSetConfig(void *openHandle, SSBSIP_MFC_ENC_CONF conf_type, void *… in SsbSipMfcEncSetConfig()
655 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncGetConfig(void *openHandle, SSBSIP_MFC_ENC_CONF conf_type, void *… in SsbSipMfcEncGetConfig()
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
DSsbSipMfcDecAPI.c133 SSBSIP_MFC_ERROR_CODE SsbSipMfcDecInit(void *openHandle, SSBSIP_MFC_CODEC_TYPE codec_type, int Fram… in SsbSipMfcDecInit()
212 SSBSIP_MFC_ERROR_CODE SsbSipMfcDecExe(void *openHandle, int lengthBufFill) in SsbSipMfcDecExe()
270 SSBSIP_MFC_ERROR_CODE SsbSipMfcDecClose(void *openHandle) in SsbSipMfcDecClose()
304 void *SsbSipMfcDecGetInBuf(void *openHandle, void **phyInBuf, int inputBufferSize) in SsbSipMfcDecGetInBuf()
340 SSBSIP_MFC_ERROR_CODE SsbSipMfcDecSetInBuf(void *openHandle, void *phyInBuf, void *virInBuf, int in… in SsbSipMfcDecSetInBuf()
357 SSBSIP_MFC_DEC_OUTBUF_STATUS SsbSipMfcDecGetOutBuf(void *openHandle, SSBSIP_MFC_DEC_OUTPUT_INFO *ou… in SsbSipMfcDecGetOutBuf()
396 SSBSIP_MFC_ERROR_CODE SsbSipMfcDecSetConfig(void *openHandle, SSBSIP_MFC_DEC_CONF conf_type, void *… in SsbSipMfcDecSetConfig()
453 SSBSIP_MFC_ERROR_CODE SsbSipMfcDecGetConfig(void *openHandle, SSBSIP_MFC_DEC_CONF conf_type, void *… in SsbSipMfcDecGetConfig()