Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp262 ivdext_create_op_t s_create_op; in initDecoder() local
269 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in initDecoder()
275 status = ivdec_api_function(mCodecCtx, (void *)&s_create_ip, (void *)&s_create_op); in initDecoder()
279 s_create_op.s_ivd_create_op_t.u4_error_code); in initDecoder()
285 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in initDecoder()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp301 ivdext_create_op_t s_create_op; in initDecoder() local
308 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in initDecoder()
314 status = ivdec_api_function(mCodecCtx, (void *)&s_create_ip, (void *)&s_create_op); in initDecoder()
318 s_create_op.s_ivd_create_op_t.u4_error_code); in initDecoder()
324 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in initDecoder()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp404 ivdext_create_op_t s_create_op; in createDecoder() local
413 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()
416 &s_create_op); in createDecoder()
419 s_create_op.s_ivd_create_op_t.u4_error_code); in createDecoder()
422 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp410 ivdext_create_op_t s_create_op; in createDecoder() local
419 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()
422 &s_create_op); in createDecoder()
425 s_create_op.s_ivd_create_op_t.u4_error_code); in createDecoder()
428 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()