Home | History | Annotate | Download | only in decoder

Lines Matching defs:i_status

1064     WORD32 i_status = OK;
1116 i_status = ih264d_parse_decode_slice(
1128 if(i_status != OK)
1130 return i_status;
1145 i_status = ih264d_parse_sei_message(ps_dec, ps_bitstrm);
1146 if(i_status != OK)
1147 return i_status;
1154 i_status = ih264d_parse_sps(ps_dec, ps_bitstrm);
1155 if(i_status == ERROR_INV_SPS_PPS_T)
1156 return i_status;
1157 if(!i_status)
1164 i_status = ih264d_parse_pps(ps_dec, ps_bitstrm);
1165 if(i_status == ERROR_INV_SPS_PPS_T)
1166 return i_status;
1167 if(!i_status)
1198 return i_status;