Lines Matching refs:start_code
148 uint32_t start_code = -1;
152 &start_code);
153 if (start_code >> 8 != 0x000001) {
159 CodedBitstreamUnitType unit_type = start_code & 0xff;
163 // Reset start_code to ensure that avpriv_find_start_code()
167 start_code = UINT32_MAX;
169 &start_code);
175 if (start_code >> 8 == 0x000001) {
192 } while ((start_code >> 8) == 0x000001);
235 #define START(start_code, type, read_func, free_func) \
236 case start_code: \
272 #define START(start_code, type, func) \
273 case start_code: \