Searched refs:GstVideoCodecState (Results 1 – 25 of 129) sorted by relevance
123456
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoutils.c | 151 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,
|
D | gstvideoutils.h | 40 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)
|
D | gstvideodecoder.h | 303 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);
|
D | gstvideoencoder.h | 258 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/ |
D | gstmfvideoenc.h | 101 GstVideoCodecState *input_state; 131 GstVideoCodecState * state, 135 GstVideoCodecState * state,
|
D | gstmfvp9enc.cpp | 152 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/ |
D | gstpngdec.h | 39 GstVideoCodecState *input_state; 40 GstVideoCodecState *output_state;
|
D | gstpngenc.c | 88 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/ |
D | gstnvbaseenc.h | 121 GstVideoCodecState *input_state; 176 GstVideoCodecState * state); 181 GstVideoCodecState * state,
|
D | gstnvdecoder.h | 94 GstVideoCodecState * input_state, 95 GstVideoCodecState ** output_state);
|
D | gstnvdec.h | 91 GstVideoCodecState *input_state; 92 GstVideoCodecState *output_state;
|
D | gstnvh264enc.c | 87 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/ |
D | gstopenexrdec.h | 50 GstVideoCodecState *input_state; 51 GstVideoCodecState *output_state;
|
/third_party/gstreamer/gstplugins_bad/ext/libde265/ |
D | libde265-dec.h | 56 GstVideoCodecState *input_state; 57 GstVideoCodecState *output_state;
|
/third_party/gstreamer/gstplugins_bad/ext/webp/ |
D | gstwebpdec.h | 52 GstVideoCodecState *input_state; 53 GstVideoCodecState *output_state;
|
D | gstwebpenc.c | 55 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/ |
D | gstav1dec.h | 58 GstVideoCodecState *input_state; 59 GstVideoCodecState *output_state;
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoradec.h | 70 GstVideoCodecState *input_state; 71 GstVideoCodecState *output_state;
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegenc.h | 51 GstVideoCodecState *input_state; 52 GstVideoCodecState *output_state;
|
D | gstopenjpegdec.h | 52 GstVideoCodecState *input_state; 53 GstVideoCodecState *output_state;
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.h | 33 GstVideoCodecState *input_state; 34 GstVideoCodecState *output_state;
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxdec.h | 78 GstVideoCodecState *input_state; 79 GstVideoCodecState *output_state;
|
D | gstvpxenc.h | 119 GstVideoCodecState *input_state; 130 gboolean (*configure_encoder) (GstVPXEnc *enc, GstVideoCodecState *state);
|
/third_party/gstreamer/gstplugins_good/gst/y4m/ |
D | gsty4mencode.c | 83 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/ |
D | gstopenh264dec.cpp | 55 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