Home
last modified time | relevance | path

Searched refs:ivdec_api_function (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp375 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in onFlush_sm()
398 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getNumMemRecords()
434 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in fillMemRecords()
473 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
476 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in createDecoder()
497 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
520 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
542 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
632 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getSeqInfo()
680 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
[all …]
DC2SoftMpeg2Dec.h30 #define ivdec_api_function impeg2d_api_function macro
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp382 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in onFlush_sm()
409 IV_API_CALL_STATUS_T status = ivdec_api_function(nullptr, in createDecoder()
418 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
433 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
456 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
478 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
558 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVuiParams()
606 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
625 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in resetDecoder()
654 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in deleteDecoder()
[all …]
DC2SoftAvcDec.h32 #define ivdec_api_function ih264d_api_function macro
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp378 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in onFlush_sm()
405 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in createDecoder()
414 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
429 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
452 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
474 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
557 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVuiParams()
605 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
624 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in resetDecoder()
652 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in deleteDecoder()
[all …]
DC2SoftHevcDec.h30 #define ivdec_api_function ihevcd_cxa_api_function macro