Searched refs:streaminfo (Results 1 – 7 of 7) sorted by relevance
245 struct delta_streaminfo *streaminfo = &ctx->streaminfo; in set_default_params() local264 memset(streaminfo, 0, sizeof(*streaminfo)); in set_default_params()275 streaminfo->height); in set_default_params()430 struct delta_streaminfo *streaminfo = &ctx->streaminfo; in delta_g_fmt_stream() local440 pix->width = streaminfo->width; in delta_g_fmt_stream()441 pix->height = streaminfo->height; in delta_g_fmt_stream()442 pix->field = streaminfo->field; in delta_g_fmt_stream()459 struct delta_streaminfo *streaminfo = &ctx->streaminfo; in delta_g_fmt_frame() local1180 struct delta_streaminfo *streaminfo = &ctx->streaminfo; in delta_get_frameinfo_default() local1312 struct delta_streaminfo *streaminfo = &ctx->streaminfo; in delta_vb2_au_start_streaming() local[all …]
350 struct delta_streaminfo *streaminfo) in delta_mjpeg_get_streaminfo() argument357 streaminfo->streamformat = V4L2_PIX_FMT_MJPEG; in delta_mjpeg_get_streaminfo()358 streaminfo->width = ctx->header->frame_width; in delta_mjpeg_get_streaminfo()359 streaminfo->height = ctx->header->frame_height; in delta_mjpeg_get_streaminfo()362 streaminfo->field = V4L2_FIELD_NONE; in delta_mjpeg_get_streaminfo()364 streaminfo->dpb = 1; in delta_mjpeg_get_streaminfo()
293 struct delta_streaminfo *streaminfo);444 struct delta_streaminfo streaminfo; member
58 struct delta_streaminfo *s = &ctx->streaminfo; in delta_trace_summary()
94 struct hva_streaminfo *streaminfo = &ctx->streaminfo; in set_default_params() local108 streaminfo->width = HVA_DEFAULT_WIDTH; in set_default_params()109 streaminfo->height = HVA_DEFAULT_HEIGHT; in set_default_params()117 streaminfo->height); in set_default_params()299 struct hva_streaminfo *streaminfo = &ctx->streaminfo; in hva_g_fmt_stream() local301 f->fmt.pix.width = streaminfo->width; in hva_g_fmt_stream()302 f->fmt.pix.height = streaminfo->height; in hva_g_fmt_stream()640 snprintf(ctx->streaminfo.profile, in hva_s_ctrl()641 sizeof(ctx->streaminfo.profile), in hva_s_ctrl()647 snprintf(ctx->streaminfo.level, in hva_s_ctrl()[all …]
266 struct hva_streaminfo streaminfo; member
15 struct hva_streaminfo *stream = &ctx->streaminfo; in format_ctx()
Completed in 15 milliseconds