Lines Matching defs:rotate_code
286 int rotate_code;
298 int seq_num, codec, rotate_code, rle_output_size;
482 static void rotate_bufs(SANMVideoContext *ctx, int rotate_code)
484 if (rotate_code == 2)
600 ctx->rotate_code = 0;
646 ctx->rotate_code = 0;
943 ctx->rotate_code = new_rot;
945 ctx->rotate_code = 0;
1341 hdr->rotate_code = bytestream2_get_byteu(&ctx->gb);
1488 ctx->rotate_code = header.rotate_code;
1511 if (ctx->rotate_code)
1512 rotate_bufs(ctx, ctx->rotate_code);