Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp41 #define ivdext_create_op_t ihevcd_cxa_create_op_t macro
301 ivdext_create_op_t s_create_op; in initDecoder()
308 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in initDecoder()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp41 #define ivdext_create_op_t ih264d_create_op_t macro
262 ivdext_create_op_t s_create_op; in initDecoder()
269 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in initDecoder()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h33 #define ivdext_create_op_t ihevcd_cxa_create_op_t macro
DC2SoftHevcDec.cpp404 ivdext_create_op_t s_create_op; in createDecoder()
413 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h35 #define ivdext_create_op_t ih264d_create_op_t macro
DC2SoftAvcDec.cpp411 ivdext_create_op_t s_create_op; in createDecoder()
420 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()