Home
last modified time | relevance | path

Searched refs:M2VD_DEC_OK (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c605 return M2VD_DEC_OK; in m2vd_decode_seq_ext_header()
623 return M2VD_DEC_OK; in m2vd_decode_seqdisp_ext_header()
654 return M2VD_DEC_OK; in m2vd_decode_matrix_ext_header()
703 return M2VD_DEC_OK; in m2vd_decode_scalable_ext_header()
743 return M2VD_DEC_OK; in m2vd_decode_picdisp_ext_header()
776 return M2VD_DEC_OK; in m2vd_decode_spatial_ext_header()
827 return M2VD_DEC_OK; in m2vd_decode_pic_ext_header()
868 return M2VD_DEC_OK; in m2vd_decode_copyright_ext_header()
1013 return M2VD_DEC_OK; in m2vd_extra_bit_information()
1515 if (rev < M2VD_DEC_OK) { in m2vd_parser_parse()
H A Dm2vd_parser.h38 #define M2VD_DEC_OK 0 macro