Home | History | Annotate | Download | only in parser

Lines Matching refs:sc_seen

27     //DEB("entering is_wkld_done: next_sc: 0x%x, sc_seen: %d\n", next_sc, parser->sc_seen);
49 if (!((parser->sc_seen & MP4_SC_SEEN_VOL) && (parser->sc_seen & MP4_SC_SEEN_VOP)) && !(parser->sc_seen & MP4_SC_SEEN_SVH))
78 parser->sc_seen &= MP4_SC_SEEN_VOL;
81 //DEB("exiting is_wkld_done: next_sc: 0x%x, sc_seen: %d, err: %d, fr_bnd:%d, force:%d\n",
82 // next_sc, parser->sc_seen, *codec_specific_errors, frame_boundary, force_frame_complete);
102 parser->sc_seen &= MP4_SC_SEEN_VOL;
111 parser->sc_seen = MP4_SC_SEEN_INVALID;
202 cxt->sc_seen |= MP4_SC_SEEN_VOP;
216 cxt->sc_seen = MP4_SC_SEEN_VOL;
231 cxt->sc_seen = MP4_SC_SEEN_SVH;
252 cxt->sc_seen = MP4_SC_SEEN_SVH;