Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp386 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in onFlush_sm()
409 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getNumMemRecords()
446 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in fillMemRecords()
486 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
489 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in createDecoder()
510 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
533 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
555 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
656 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getSeqInfo()
704 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
[all …]
DC2SoftMpeg2Dec.h33 #define ivdec_api_function impeg2d_api_function macro
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp400 (void) ivdec_api_function(mDecHandle, ps_decode_ip, ps_decode_op); in onFlush_sm()
428 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in createDecoder()
437 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
452 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
479 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
501 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
594 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVuiParams()
642 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
661 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in resetDecoder()
691 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in deleteDecoder()
[all …]
DC2SoftHevcDec.h32 #define ivdec_api_function ihevcd_cxa_api_function macro
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp408 (void) ivdec_api_function(mDecHandle, &s_h264d_decode_ip, &s_h264d_decode_op); in onFlush_sm()
436 IV_API_CALL_STATUS_T status = ivdec_api_function(nullptr, in createDecoder()
445 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
460 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
487 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
509 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
599 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVuiParams()
647 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
666 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in resetDecoder()
697 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in deleteDecoder()
[all …]
DC2SoftAvcDec.h34 #define ivdec_api_function ih264d_api_function macro