Lines Matching defs:streaminfo
94 struct hva_streaminfo *streaminfo = &ctx->streaminfo;
107 streaminfo->streamformat = V4L2_PIX_FMT_H264;
108 streaminfo->width = HVA_DEFAULT_WIDTH;
109 streaminfo->height = HVA_DEFAULT_HEIGHT;
116 ctx->max_stream_size = estimated_stream_size(streaminfo->width,
117 streaminfo->height);
231 struct hva_streaminfo *stream = &ctx->streaminfo;
299 struct hva_streaminfo *streaminfo = &ctx->streaminfo;
301 f->fmt.pix.width = streaminfo->width;
302 f->fmt.pix.height = streaminfo->height;
308 f->fmt.pix.pixelformat = streaminfo->streamformat;
409 enc = hva_find_encoder(ctx, pixelformat, ctx->streaminfo.streamformat);
472 ctx->streaminfo.width = f->fmt.pix.width;
473 ctx->streaminfo.height = f->fmt.pix.height;
474 ctx->streaminfo.streamformat = f->fmt.pix.pixelformat;
637 snprintf(ctx->streaminfo.profile,
638 sizeof(ctx->streaminfo.profile),
644 snprintf(ctx->streaminfo.level,
645 sizeof(ctx->streaminfo.level),
1034 ctx->streaminfo.streamformat,