Lines Matching refs:result
875 int result; in m2vd_decode_ext_header() local
892 result = m2vd_decode_seq_ext_header(ctx); in m2vd_decode_ext_header()
895 result = m2vd_decode_seqdisp_ext_header(ctx); in m2vd_decode_ext_header()
898 result = m2vd_decode_matrix_ext_header(ctx); in m2vd_decode_ext_header()
901 result = m2vd_decode_scalable_ext_header(ctx); in m2vd_decode_ext_header()
904 result = m2vd_decode_picdisp_ext_header(ctx); in m2vd_decode_ext_header()
907 result = m2vd_decode_pic_ext_header(ctx); in m2vd_decode_ext_header()
910 result = m2vd_decode_spatial_ext_header(ctx); in m2vd_decode_ext_header()
913 result = m2vd_decode_temp_ext_header(); in m2vd_decode_ext_header()
916 result = m2vd_decode_copyright_ext_header(ctx); in m2vd_decode_ext_header()
925 mpp_log("[m2v]: decoder_ext_header result: %d", result); in m2vd_decode_ext_header()
927 if (result) in m2vd_decode_ext_header()
928 return result; in m2vd_decode_ext_header()