Searched defs:i4_status (Results 1 - 4 of 4) sorted by relevance
/external/libavc/decoder/ |
H A D | ih264d_sei.c | 276 WORD32 i4_status = 0; local 282 i4_status = ih264d_parse_buffering_period(&ps_sei->s_buf_period, 284 /*if(i4_status != OK) 285 return i4_status;*/ 302 return (i4_status); 332 WORD32 i4_status = 0; local 355 i4_status = ih264d_parse_sei_payload(ps_bitstrm, ui4_payload_type, 357 if(i4_status == -1) 359 i4_status = 0; 363 if(i4_status ! [all...] |
H A D | ih264d_dpb_mgr.c | 585 WORD32 i4_status; local 588 u1_fld_pic_flag, ps_unmark_node, &i4_status); 1172 WORD32 i4_status; local 1177 0, &i4_status); 1180 if(i4_status)
|
/external/libmpeg2/decoder/ |
H A D | impeg2d_dec_hdr.c | 1295 WORD32 i4_status; local 1317 i4_status = impeg2d_init_thread_dec_ctxt(ps_dec, ps_dec_thd, i4_min_mb_y); 1320 if(i4_status == 0)
|
/external/libavc/test/decoder/ |
H A D | main.c | 485 /* Returns : Control call return i4_status */ 540 /* Returns : Control call return i4_status */ 590 /* Returns : Control call return i4_status */ 641 /* Returns : Control call return i4_status */ 691 /* Returns : Control call return i4_status */ 791 /* Returns : Control call return i4_status */ 807 IV_API_CALL_STATUS_T i4_status; local 815 i4_status = ivd_api_function((iv_obj_t *)codec_obj, 819 if(i4_status != IV_SUCCESS) 822 i4_status, ps_ctl_o [all...] |
Completed in 64 milliseconds