IS_MARKER          61 libavcodec/dca_parser.c             if (IS_MARKER(state, i, buf, buf_size)) {
IS_MARKER          77 libavcodec/dca_parser.c             if (IS_MARKER(state, i, buf, buf_size) && (state == pc1->lastmarker || pc1->lastmarker == DCA_SYNCWORD_SUBSTREAM)) {
IS_MARKER         267 libavcodec/dxva2_vc1.c         size >= 4 && IS_MARKER(AV_RB32(buffer))) {
IS_MARKER         322 libavcodec/vaapi_vc1.c     if (avctx->codec_id == AV_CODEC_ID_VC1 && IS_MARKER(AV_RB32(buffer))) {
IS_MARKER          64 libavcodec/vc1_common.h         if (IS_MARKER(mrk))
IS_MARKER         262 libavcodec/vc1_parser.c         } else if (charged && IS_MARKER(state))
IS_MARKER         657 libavcodec/vc1dec.c         if (IS_MARKER(AV_RB32(buf))) { /* frame starts with marker and needs to be parsed */