Lines Matching defs:height
69 int height;
259 int32_t height = available_configs.data.i32[i * 4 + 2];
262 if ((ctx->requested_width == width && ctx->requested_height == height) ||
263 (ctx->requested_width == height && ctx->requested_height == width)) {
265 ctx->height = height;
272 if (!found || ctx->width == 0 || ctx->height == 0) {
274 ctx->height = available_configs.data.i32[2];
278 ctx->requested_width, ctx->requested_height, ctx->width, ctx->height);
421 pkt_buffer_size = av_image_get_buffer_size(ctx->image_format, ctx->width, ctx->height, 32);
460 ctx->width, ctx->height, 32);
491 ret = AImageReader_new(ctx->width, ctx->height, IMAGE_FORMAT_ANDROID,
686 codecpar->height = ctx->height;