Lines Matching refs:code
873 RK_U32 code; in m2vd_decode_ext_header() local
878 code = m2vd_search_header(bx); in m2vd_decode_ext_header()
881 mpp_log("[m2v]: decoder_ext_header : seach_header return code: %#03x", code); in m2vd_decode_ext_header()
883 while (code == EXTENSION_START_CODE || code == USER_DATA_START_CODE) { in m2vd_decode_ext_header()
884 if (code == EXTENSION_START_CODE) { in m2vd_decode_ext_header()
932 code = m2vd_search_header(bx); in m2vd_decode_ext_header()
1048 RK_U32 code; in m2vd_decode_head() local
1054 code = m2vd_search_header(bx); in m2vd_decode_head()
1056 mpp_log("[m2v]: decoder_header : seach_header return code: 0x%3x", code); in m2vd_decode_head()
1058 if (code == NO_MORE_STREAM) in m2vd_decode_head()
1060 code = m2vd_read_bits(bx, 32); in m2vd_decode_head()
1062 switch (code) { in m2vd_decode_head()
1086 mpp_log("code=%x,leftbit=%d", code, m2vd_get_leftbits(bx)); in m2vd_decode_head()