Searched refs:ivdec_api_function (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 386 (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 …]
|
D | C2SoftMpeg2Dec.h | 33 #define ivdec_api_function impeg2d_api_function macro
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 400 (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 …]
|
D | C2SoftHevcDec.h | 32 #define ivdec_api_function ihevcd_cxa_api_function macro
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 408 (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 …]
|
D | C2SoftAvcDec.h | 34 #define ivdec_api_function ih264d_api_function macro
|