Lines Matching refs:object_count
65 int object_count;
433 ctx->presentation.object_count = bytestream_get_byte(&buf);
434 if (ctx->presentation.object_count > MAX_OBJECT_REFS) {
437 ctx->presentation.object_count);
438 ctx->presentation.object_count = 2;
445 for (i = 0; i < ctx->presentation.object_count; i++)
451 ctx->presentation.object_count = i;
516 // Blank if last object_count was 0.
517 if (!ctx->presentation.object_count)
519 sub->rects = av_calloc(ctx->presentation.object_count, sizeof(*sub->rects));
531 for (i = 0; i < ctx->presentation.object_count; i++) {