Home
last modified time | relevance | path

Searched refs:GstVideoCodecState (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutils.c151 GstVideoCodecState *
152 gst_video_codec_state_ref (GstVideoCodecState * state) in gst_video_codec_state_ref()
164 _gst_video_codec_state_free (GstVideoCodecState * state) in _gst_video_codec_state_free()
178 g_slice_free (GstVideoCodecState, state); in _gst_video_codec_state_free()
189 gst_video_codec_state_unref (GstVideoCodecState * state) in gst_video_codec_state_unref()
201 G_DEFINE_BOXED_TYPE (GstVideoCodecState, gst_video_codec_state,
Dgstvideoutils.h40 typedef struct _GstVideoCodecState GstVideoCodecState; typedef
310 GstVideoCodecState *gst_video_codec_state_ref (GstVideoCodecState * state);
313 void gst_video_codec_state_unref (GstVideoCodecState * state);
337 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoCodecState, gst_video_codec_state_unref)
Dgstvideodecoder.h303 GstVideoCodecState * state);
500 GstVideoCodecState *gst_video_decoder_set_output_state (GstVideoDecoder *decoder,
502 GstVideoCodecState *reference);
505 GstVideoCodecState *gst_video_decoder_set_interlaced_output_state (GstVideoDecoder *decoder,
507 … guint width, guint height, GstVideoCodecState *reference);
510 GstVideoCodecState *gst_video_decoder_get_output_state (GstVideoDecoder *decoder);
Dgstvideoencoder.h258 GstVideoCodecState *state);
306 GstVideoCodecState* gst_video_encoder_get_output_state (GstVideoEncoder *encoder);
309 GstVideoCodecState* gst_video_encoder_set_output_state (GstVideoEncoder * encoder,
311 GstVideoCodecState * reference);
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.h101 GstVideoCodecState *input_state;
131 GstVideoCodecState * state,
135 GstVideoCodecState * state,
Dgstmfvp9enc.cpp152 GstVideoCodecState * state, IMFMediaType * output_type);
154 GstVideoCodecState * state, IMFMediaType * output_type);
446 gst_mf_vp9_enc_set_option (GstMFVideoEnc * mfenc, GstVideoCodecState * state, in gst_mf_vp9_enc_set_option()
540 GstVideoCodecState * state, IMFMediaType * output_type) in gst_mf_vp9_enc_set_src_caps()
543 GstVideoCodecState *out_state; in gst_mf_vp9_enc_set_src_caps()
/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngdec.h39 GstVideoCodecState *input_state;
40 GstVideoCodecState *output_state;
Dgstpngenc.c88 GstVideoCodecState * state);
153 gst_pngenc_set_format (GstVideoEncoder * encoder, GstVideoCodecState * state) in gst_pngenc_set_format()
158 GstVideoCodecState *output_state; in gst_pngenc_set_format()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.h121 GstVideoCodecState *input_state;
176 GstVideoCodecState * state);
181 GstVideoCodecState * state,
Dgstnvdecoder.h94 GstVideoCodecState * input_state,
95 GstVideoCodecState ** output_state);
Dgstnvdec.h91 GstVideoCodecState *input_state;
92 GstVideoCodecState *output_state;
Dgstnvh264enc.c87 GstVideoCodecState * state);
89 GstVideoCodecState * state, NV_ENC_CONFIG * config);
411 gst_nv_h264_enc_set_src_caps (GstNvBaseEnc * nvenc, GstVideoCodecState * state) in gst_nv_h264_enc_set_src_caps()
414 GstVideoCodecState *out_state; in gst_nv_h264_enc_set_src_caps()
444 GstVideoCodecState * state, NV_ENC_CONFIG * config) in gst_nv_h264_enc_set_encoder_config()
/third_party/gstreamer/gstplugins_bad/ext/openexr/
Dgstopenexrdec.h50 GstVideoCodecState *input_state;
51 GstVideoCodecState *output_state;
/third_party/gstreamer/gstplugins_bad/ext/libde265/
Dlibde265-dec.h56 GstVideoCodecState *input_state;
57 GstVideoCodecState *output_state;
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.h52 GstVideoCodecState *input_state;
53 GstVideoCodecState *output_state;
Dgstwebpenc.c55 GstVideoCodecState * state);
181 gst_webp_enc_set_format (GstVideoEncoder * encoder, GstVideoCodecState * state) in gst_webp_enc_set_format()
184 GstVideoCodecState *output_state; in gst_webp_enc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1dec.h58 GstVideoCodecState *input_state;
59 GstVideoCodecState *output_state;
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.h70 GstVideoCodecState *input_state;
71 GstVideoCodecState *output_state;
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.h51 GstVideoCodecState *input_state;
52 GstVideoCodecState *output_state;
Dgstopenjpegdec.h52 GstVideoCodecState *input_state;
53 GstVideoCodecState *output_state;
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.h33 GstVideoCodecState *input_state;
34 GstVideoCodecState *output_state;
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.h78 GstVideoCodecState *input_state;
79 GstVideoCodecState *output_state;
Dgstvpxenc.h119 GstVideoCodecState *input_state;
130 gboolean (*configure_encoder) (GstVPXEnc *enc, GstVideoCodecState *state);
/third_party/gstreamer/gstplugins_good/gst/y4m/
Dgsty4mencode.c83 GstVideoCodecState * state);
129 GstVideoCodecState * state) in gst_y4m_encode_set_format()
133 GstVideoCodecState *output_state; in gst_y4m_encode_set_format()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp55 GstVideoCodecState * state);
218 GstVideoCodecState * state) in gst_openh264dec_set_format()
249 GstVideoCodecState *state; in gst_openh264dec_handle_frame()
426 GstVideoCodecState *state; in gst_openh264dec_decide_allocation()

123456