Searched refs:next_display_order (Results 1 – 2 of 2) sorted by relevance
118 int next_display_order; member919 ctx->next_display_order = 0; in mpeg2enc_init()1353 int next_display_order) in encode_picture() argument1362 if (next_display_order >= ctx->num_pictures) in encode_picture()1363 next_display_order = ctx->num_pictures - 1; in encode_picture()1365 fseek(ctx->ifp, ctx->frame_size * next_display_order, SEEK_SET); in encode_picture()1410 ctx->next_display_order = curr_coded_order + 1; in update_next_frame_info()1419 ctx->next_display_order = curr_display_order + ctx->next_bframes + 1; in update_next_frame_info()1424 ctx->next_display_order = curr_display_order + 1; in update_next_frame_info()1427 ctx->next_display_order = curr_display_order - ctx->next_bframes; in update_next_frame_info()[all …]
118 int next_display_order; member919 ctx->next_display_order = 0; in mpeg2enc_init()1369 int next_display_order) in encode_picture() argument1378 if (next_display_order >= ctx->num_pictures) in encode_picture()1379 next_display_order = ctx->num_pictures - 1; in encode_picture()1381 fseek(ctx->ifp, ctx->frame_size * next_display_order, SEEK_SET); in encode_picture()1426 ctx->next_display_order = curr_coded_order + 1; in update_next_frame_info()1435 ctx->next_display_order = curr_display_order + ctx->next_bframes + 1; in update_next_frame_info()1440 ctx->next_display_order = curr_display_order + 1; in update_next_frame_info()1443 ctx->next_display_order = curr_display_order - ctx->next_bframes; in update_next_frame_info()[all …]