Lines Matching refs:streamformat
265 streaminfo->streamformat = DELTA_DEFAULT_STREAMFORMAT; in set_default_params()
279 u32 streamformat, in delta_find_decoder() argument
289 (dec->streamformat == streamformat)) in delta_find_decoder()
317 register_format(delta->decoders[i]->streamformat, in register_formats()
342 static int delta_open_decoder(struct delta_ctx *ctx, u32 streamformat, in delta_open_decoder() argument
349 dec = delta_find_decoder(ctx, streamformat, ctx->frameinfo.pixelformat); in delta_open_decoder()
352 ctx->name, (char *)&streamformat, (char *)&pixelformat); in delta_open_decoder()
357 ctx->name, (char *)&streamformat, (char *)&pixelformat); in delta_open_decoder()
361 delta->instance_id, (char *)&streamformat); in delta_open_decoder()
439 pix->pixelformat = streaminfo->streamformat; in delta_g_fmt_stream()
497 u32 streamformat = pix->pixelformat; in delta_try_fmt_stream() local
502 dec = delta_find_decoder(ctx, streamformat, ctx->frameinfo.pixelformat); in delta_try_fmt_stream()
555 dec = delta_find_decoder(ctx, ctx->streaminfo.streamformat, in delta_try_fmt_frame()
632 ctx->streaminfo.streamformat = pix->pixelformat; in delta_s_fmt_stream()
1324 ctx->streaminfo.streamformat, in delta_vb2_au_start_streaming()