Lines Matching refs:streamformat
107 streaminfo->streamformat = V4L2_PIX_FMT_H264; in set_default_params()
122 u32 streamformat) in hva_find_encoder() argument
131 (enc->streamformat == streamformat)) in hva_find_encoder()
163 register_format(hva->encoders[i]->streamformat, in register_formats()
189 static int hva_open_encoder(struct hva_ctx *ctx, u32 streamformat, in hva_open_encoder() argument
199 streamformat); in hva_open_encoder()
202 ctx->name, (char *)&pixelformat, (char *)&streamformat); in hva_open_encoder()
207 ctx->name, (char *)&pixelformat, (char *)&streamformat); in hva_open_encoder()
211 hva->instance_id, (char *)&streamformat); in hva_open_encoder()
241 (char *)&stream->streamformat, in hva_dbg_summary()
308 f->fmt.pix.pixelformat = streaminfo->streamformat; in hva_g_fmt_stream()
341 u32 streamformat = pix->pixelformat; in hva_try_fmt_stream() local
346 enc = hva_find_encoder(ctx, ctx->frameinfo.pixelformat, streamformat); in hva_try_fmt_stream()
409 enc = hva_find_encoder(ctx, pixelformat, ctx->streaminfo.streamformat); in hva_try_fmt_frame()
474 ctx->streaminfo.streamformat = f->fmt.pix.pixelformat; in hva_s_fmt_stream()
1037 ctx->streaminfo.streamformat, in hva_start_streaming()