Lines Matching defs:num_play
56 uint32_t num_play;
192 if (acTL_found && ctx->num_play != 1) {
201 ctx->num_play = 1;
204 if ((ctx->num_play == 1 || !acTL_found) &&
220 ctx->num_play = AV_RB32(st->codecpar->extradata + ret + 12);
221 av_log(s, AV_LOG_DEBUG, "num_frames: %"PRIu32", num_play: %"PRIu32"\n",
222 ctx->num_frames, ctx->num_play);
327 /* if num_play is not 1, then the seekback is already guaranteed */
328 if (ctx->num_play == 1 && (ret = ffio_ensure_seekback(pb, 46)) < 0)
361 if (ctx->num_play == 1 && (ret = ffio_ensure_seekback(pb, 8)) < 0)
374 if (ctx->num_play == 1 && (ret = ffio_ensure_seekback(pb, 8)) < 0)
389 if (ctx->ignore_loop || ctx->num_play >= 1 && ctx->cur_loop == ctx->num_play) {