Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c601 return M2VD_DEC_OK; in m2vd_decode_seq_ext_header()
619 return M2VD_DEC_OK; in m2vd_decode_seqdisp_ext_header()
650 return M2VD_DEC_OK; in m2vd_decode_matrix_ext_header()
699 return M2VD_DEC_OK; in m2vd_decode_scalable_ext_header()
739 return M2VD_DEC_OK; in m2vd_decode_picdisp_ext_header()
772 return M2VD_DEC_OK; in m2vd_decode_spatial_ext_header()
823 return M2VD_DEC_OK; in m2vd_decode_pic_ext_header()
864 return M2VD_DEC_OK; in m2vd_decode_copyright_ext_header()
995 return M2VD_DEC_OK; in m2vd_extra_bit_information()
1491 if (rev < M2VD_DEC_OK) { in m2vd_parser_parse()
H A Dm2vd_parser.h38 #define M2VD_DEC_OK 0 macro