Home
last modified time | relevance | path

Searched refs:s_delete_op (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp311 ivdext_delete_op_t s_delete_op; in deInitDecoder() local
316 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in deInitDecoder()
318 status = ivdec_api_function(mCodecCtx, (void *)&s_delete_ip, (void *)&s_delete_op); in deInitDecoder()
321 s_delete_op.s_ivd_delete_op_t.u4_error_code); in deInitDecoder()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp351 ivdext_delete_op_t s_delete_op; in deInitDecoder() local
356 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in deInitDecoder()
358 status = ivdec_api_function(mCodecCtx, (void *)&s_delete_ip, (void *)&s_delete_op); in deInitDecoder()
361 s_delete_op.s_ivd_delete_op_t.u4_error_code); in deInitDecoder()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp666 ivdext_delete_op_t s_delete_op; in deleteDecoder() local
670 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in deleteDecoder()
673 &s_delete_op); in deleteDecoder()
676 s_delete_op.s_ivd_delete_op_t.u4_error_code); in deleteDecoder()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp670 ivdext_delete_op_t s_delete_op; in deleteDecoder() local
674 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in deleteDecoder()
677 &s_delete_op); in deleteDecoder()
680 s_delete_op.s_ivd_delete_op_t.u4_error_code); in deleteDecoder()