OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SsbSipMfcDecGetConfig
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h
308
SSBSIP_MFC_ERROR_CODE
SsbSipMfcDecGetConfig
(void *openHandle, SSBSIP_MFC_DEC_CONF conf_type, void *value);
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c
453
SSBSIP_MFC_ERROR_CODE
SsbSipMfcDecGetConfig
(void *openHandle, SSBSIP_MFC_DEC_CONF conf_type, void *value)
464
LOGE("
SsbSipMfcDecGetConfig
: openHandle is NULL\n");
469
LOGE("
SsbSipMfcDecGetConfig
: value is NULL\n");
501
LOGE("
SsbSipMfcDecGetConfig
: IOCTL_MFC_GET_CONFIG failed(ret : %d, conf_type: %d)\n", DecArg.ret_code, conf_type);
513
LOGE("
SsbSipMfcDecGetConfig
: No such conf_type is supported.\n");
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c
[
all
...]
Completed in 340 milliseconds