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()
404 ivdext_create_op_t s_create_op; in createDecoder() local413 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()
410 ivdext_create_op_t s_create_op; in createDecoder() local419 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()