Lines Matching defs:restart_frame
998 int restart_frame,
1005 int substr_restart_frame = restart_frame;
1089 int restart_frame,
1102 substr_hdr |= (!restart_frame << 14); /* !restart_frame */
1126 int buf_size, int restart_frame)
1136 if (restart_frame) {
1150 buf = write_substr(ctx, buf, buf_size, restart_frame, &substream_data_len[0]);
1154 write_frame_headers(ctx, buf0, buf1, total_length / 2, restart_frame, substream_data_len);
2071 int restart_frame, ret;
2106 restart_frame = !ctx->frame_index;
2108 if (restart_frame) {
2118 bytes_written = write_access_unit(ctx, avpkt->data, avpkt->size, restart_frame);
2133 restart_frame = (ctx->frame_index + 1) % ctx->min_restart_interval;
2135 if (!restart_frame) {