Searched refs:vp9enc (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvp9enc.c | 143 GstMsdkVP9Enc *vp9enc = GST_MSDKVP9ENC (encoder); in gst_msdkvp9enc_configure() local 192 memset (&vp9enc->ext_vp9, 0, sizeof (vp9enc->ext_vp9)); in gst_msdkvp9enc_configure() 193 vp9enc->ext_vp9.Header.BufferId = MFX_EXTBUFF_VP9_PARAM; in gst_msdkvp9enc_configure() 194 vp9enc->ext_vp9.Header.BufferSz = sizeof (vp9enc->ext_vp9); in gst_msdkvp9enc_configure() 195 vp9enc->ext_vp9.WriteIVFHeaders = MFX_CODINGOPTION_OFF; in gst_msdkvp9enc_configure() 197 gst_msdkenc_add_extra_param (encoder, (mfxExtBuffer *) & vp9enc->ext_vp9); in gst_msdkvp9enc_configure()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvp9enc.c | 109 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (vp9enc, "vp9enc", GST_RANK_PRIMARY, 452 GstVP9Enc *vp9enc = GST_VP9_ENC (encoder); in gst_vp9_enc_configure_encoder() local 473 vp9enc->tile_columns); in gst_vp9_enc_configure_encoder() 481 vp9enc->tile_rows); in gst_vp9_enc_configure_encoder() 488 vp9enc->row_mt ? 1 : 0); in gst_vp9_enc_configure_encoder() 494 vpx_codec_control (&encoder->encoder, VP9E_SET_AQ_MODE, vp9enc->aq_mode); in gst_vp9_enc_configure_encoder() 501 vp9enc->frame_parallel_decoding ? 1 : 0); in gst_vp9_enc_configure_encoder()
|
D | gstvpxelements.h | 32 GST_ELEMENT_REGISTER_DECLARE (vp9enc);
|
D | plugin.c | 48 ret |= GST_ELEMENT_REGISTER (vp9enc, plugin); in plugin_init()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | vp9enc.c | 124 GST_CHECK_MAIN (vp9enc);
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 143 [ 'elements/vp9enc', not vpx_dep.found() or not have_vp9_encoder ],
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 916 - vp9enc: new properties to tweak encoder performance: 929 - vp9dec, vp9enc: add support for 10-bit 4:2:0 and 4:2:2 YUV, as well 932 - vp8enc, vp9enc now default to “good quality” for the deadline 1762 - vp8enc and vp9enc now default to “good quality” for the "deadline"
|
D | ChangeLog | 3214 docs: update plugins cache for vp9enc 3230 vp9enc: expose frame-parallel-decoding property 3237 vp9enc: expose aq-mode property 3586 vp9enc: Add color range support 3596 vp9enc: Move colorspace configuration in VP9 enc 7294 vp9enc: expose row-mt property 7317 vp9enc: expose tile-columns and tile-rows properties 7379 vp9enc: support GST_VIDEO_FORMAT_Y444 9259 * tests/check/elements/vp9enc.c: 9260 tests: vp9enc: enforce I420 format [all …]
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 916 - vp9enc: new properties to tweak encoder performance: 929 - vp9dec, vp9enc: add support for 10-bit 4:2:0 and 4:2:2 YUV, as well 932 - vp8enc, vp9enc now default to “good quality” for the deadline 1762 - vp8enc and vp9enc now default to “good quality” for the "deadline"
|
D | ChangeLog | 806 gst-launch-1.0 videotestsrc ! vp9enc ! avmux_ivf ! fakesink
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 916 - vp9enc: new properties to tweak encoder performance: 929 - vp9dec, vp9enc: add support for 10-bit 4:2:0 and 4:2:2 YUV, as well 932 - vp8enc, vp9enc now default to “good quality” for the deadline 1762 - vp8enc and vp9enc now default to “good quality” for the "deadline"
|
D | ChangeLog | 4011 msdkenc: fix vp9enc initialization fail 4013 MFX_EXTBUFF_VIDEO_SIGNAL_INFO for mjpegenc and vp9enc. Hence, need to 7922 msdk: fix qp range for vp9enc
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 916 - vp9enc: new properties to tweak encoder performance: 929 - vp9dec, vp9enc: add support for 10-bit 4:2:0 and 4:2:2 YUV, as well 932 - vp8enc, vp9enc now default to “good quality” for the deadline 1762 - vp8enc and vp9enc now default to “good quality” for the "deadline"
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 916 - vp9enc: new properties to tweak encoder performance: 929 - vp9dec, vp9enc: add support for 10-bit 4:2:0 and 4:2:2 YUV, as well 932 - vp8enc, vp9enc now default to “good quality” for the deadline 1762 - vp8enc and vp9enc now default to “good quality” for the "deadline"
|