Searched refs:s_create_op (Results 1 – 4 of 4) sorted by relevance
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()
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()
419 ivdext_create_op_t s_create_op = {}; in createDecoder() local429 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()432 &s_create_op); in createDecoder()435 s_create_op.s_ivd_create_op_t.u4_error_code); in createDecoder()438 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() local420 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()423 &s_create_op); in createDecoder()426 s_create_op.s_ivd_create_op_t.u4_error_code); in createDecoder()429 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()