Lines Matching refs:stream_info
119 vpx_codec_stream_info_t * stream_info);
579 vpx_codec_stream_info_t stream_info; in gst_vpx_dec_open_codec() local
588 memset (&stream_info, 0, sizeof (stream_info)); in gst_vpx_dec_open_codec()
590 stream_info.sz = sizeof (stream_info); in gst_vpx_dec_open_codec()
598 minfo.data, minfo.size, &stream_info); in gst_vpx_dec_open_codec()
608 if (stream_info.w == 0 || stream_info.h == 0) { in gst_vpx_dec_open_codec()
612 GST_INFO_OBJECT (dec, "Invalid resolution %d x %d", stream_info.w, in gst_vpx_dec_open_codec()
613 stream_info.h); in gst_vpx_dec_open_codec()
617 gst_vpx_dec_set_stream_info (dec, &stream_info); in gst_vpx_dec_open_codec()
618 gst_vpx_dec_set_default_format (dec, GST_VIDEO_FORMAT_I420, stream_info.w, in gst_vpx_dec_open_codec()
619 stream_info.h); in gst_vpx_dec_open_codec()
621 cfg.w = stream_info.w; in gst_vpx_dec_open_codec()
622 cfg.h = stream_info.h; in gst_vpx_dec_open_codec()
814 vpx_codec_stream_info_t * stream_info) in gst_vpx_dec_set_stream_info() argument
818 vpxclass->set_stream_info (dec, stream_info); in gst_vpx_dec_set_stream_info()