Lines Matching refs:state
235 uint32_t state = UINT32_MAX;
239 ptr = avpriv_find_start_code(ptr, end, &state);
240 if (state == VC1_CODE_SEQHDR || state == VC1_CODE_ENTRYPOINT) {
242 } else if (has_extradata && IS_MARKER(state)) {
269 uint32_t state = UINT32_MAX;
273 state = (state << 8) | pkt->data[i];
274 if (state == 0x1B3)
276 else if (found && state != 0x1B5 && state < 0x200 && state >= 0x100) {
299 uint32_t state = UINT32_MAX;
302 ptr = avpriv_find_start_code(ptr, end, &state);
303 if (state == 0x1B3 || state == 0x1B6) {