Lines Matching refs:real_time
240 int real_time;
666 if (!ctx->real_time)
674 if (ctx->real_time)
688 if (!ctx->real_time)
695 if (ctx->real_time)
797 if (!ctx->real_time)
806 if (ctx->real_time) {
875 if (!ctx->real_time && ctx->mode == CCMODE_POPON)
880 if (ctx->buffer[bidx].str[0] || ctx->real_time) {
885 if (!ctx->real_time)
898 if (!bptr && !ctx->real_time && ctx->buffer[!ctx->buffer_index].str[0]) {
910 if (ctx->real_time && ctx->screen_touched &&
931 { "real_time", "emit subtitle events as they are decoded for real-time display", OFFSET(real_time), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, SD },