Lines Matching refs:start_code
149 uint32_t start_code = -1; in cbs_mpeg2_split_fragment() local
154 &start_code); in cbs_mpeg2_split_fragment()
155 if (start_code >> 8 != 0x000001) { in cbs_mpeg2_split_fragment()
161 unit_type = start_code & 0xff; in cbs_mpeg2_split_fragment()
168 start_code = 0; in cbs_mpeg2_split_fragment()
172 &start_code); in cbs_mpeg2_split_fragment()
178 if (start_code >> 8 == 0x000001) { in cbs_mpeg2_split_fragment()
240 #define START(start_code, type, read_func, free_func) \ in cbs_mpeg2_read_unit() argument
241 case start_code: \ in cbs_mpeg2_read_unit()
277 #define START(start_code, type, func) \ in cbs_mpeg2_write_header() argument
278 case start_code: \ in cbs_mpeg2_write_header()