HomeSort by relevance Sort by last modified time
    Searched refs:i4_status (Results 1 - 4 of 4) sorted by null

  /external/libavc/decoder/
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 != OK
    [all...]
ih264d_dpb_mgr.c 599 WORD32 i4_status; local
602 u1_fld_pic_flag, ps_unmark_node, &i4_status);
1197 WORD32 i4_status; local
    [all...]
  /external/libmpeg2/decoder/
impeg2d_dec_hdr.c 1395 WORD32 i4_status; local
    [all...]
  /external/libavc/test/decoder/
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 */
807 IV_API_CALL_STATUS_T i4_status; local
    [all...]

Completed in 144 milliseconds