Searched refs:s_create_op (Results 1 – 4 of 4) sorted by relevance
262 ivdext_create_op_t s_create_op; in initDecoder() local269 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()
301 ivdext_create_op_t s_create_op; in initDecoder() local308 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()
416 ivdext_create_op_t s_create_op = {}; in createDecoder() local425 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()428 &s_create_op); in createDecoder()431 s_create_op.s_ivd_create_op_t.u4_error_code); in createDecoder()434 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()
405 ivdext_create_op_t s_create_op = {}; in createDecoder() local414 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()417 &s_create_op); in createDecoder()420 s_create_op.s_ivd_create_op_t.u4_error_code); in createDecoder()423 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()