Lines Matching refs:width
39 RK_U32 width; member
154 cmdCxt->width = atoi(argv[optindex]); in parse_options()
260 if ((cmd->have_input == 0) || (cmd->width <= 0) || (cmd->height <= 0) in vpu_encode_demo()
267 cmd->width, cmd->height, cmd->coding, in vpu_encode_demo()
301 ctx->width = cmd->width; in vpu_encode_demo()
315 enc_out->data = (RK_U8 *)malloc(cmd->width * cmd->height); in vpu_encode_demo()
331 ctx->width = cmd->width; in vpu_encode_demo()
339 enc_param->width = cmd->width; in vpu_encode_demo()
389 w_align = ((ctx->width + 15) & (~15)); in vpu_encode_demo()
392 readOneFrameSize = ctx->width * ctx->height * 3 / 2; in vpu_encode_demo()
393 printf("%d %d %d %d %d", ctx->width, ctx->height, w_align, h_align, size); in vpu_encode_demo()
516 if ((cmd->have_input == 0) || (cmd->width <= 0) || (cmd->height <= 0) in vpu_decode_demo()
523 cmd->width, cmd->height, cmd->coding, in vpu_decode_demo()
592 ctx->width = cmd->width; in vpu_decode_demo()