Home | History | Annotate | Download | only in src

Lines Matching refs:VBP_DONE

258 		if (!((vbp_ret == VBP_OK) || (vbp_ret == VBP_DONE))) {
483 if (vbp_ret != VBP_DONE && vbp_ret != VBP_OK) {
491 if (vbp_ret == VBP_OK || vbp_ret == VBP_DONE) {
493 LOG_V("Now, parsing is done (VBP_DONE)!\n");
518 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_DONE = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp);
542 * The DHG parser checks for next_sc, if next_sc is a start code, it thinks the current parsing is done: VBP_DONE.