Home
last modified time | relevance | path

Searched refs:mfenc (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfaacenc.cpp93 static gboolean gst_mf_aac_enc_get_output_type (GstMFAudioEnc * mfenc,
95 static gboolean gst_mf_aac_enc_get_input_type (GstMFAudioEnc * mfenc,
97 static gboolean gst_mf_aac_enc_set_src_caps (GstMFAudioEnc * mfenc,
208 gst_mf_aac_enc_get_output_type (GstMFAudioEnc * mfenc, GstAudioInfo * info, in gst_mf_aac_enc_get_output_type() argument
211 GstMFAacEnc *self = (GstMFAacEnc *) mfenc; in gst_mf_aac_enc_get_output_type()
212 GstMFTransform *transform = mfenc->transform; in gst_mf_aac_enc_get_output_type()
358 gst_mf_aac_enc_get_input_type (GstMFAudioEnc * mfenc, GstAudioInfo * info, in gst_mf_aac_enc_get_input_type() argument
361 GstMFAacEnc *self = (GstMFAacEnc *) mfenc; in gst_mf_aac_enc_get_input_type()
362 GstMFTransform *transform = mfenc->transform; in gst_mf_aac_enc_get_input_type()
435 gst_mf_aac_enc_set_src_caps (GstMFAudioEnc * mfenc, GstAudioInfo * info) in gst_mf_aac_enc_set_src_caps() argument
[all …]
Dgstmfmp3enc.cpp93 static gboolean gst_mf_mp3_enc_get_output_type (GstMFAudioEnc * mfenc,
95 static gboolean gst_mf_mp3_enc_get_input_type (GstMFAudioEnc * mfenc,
97 static gboolean gst_mf_mp3_enc_set_src_caps (GstMFAudioEnc * mfenc,
208 gst_mf_mp3_enc_get_output_type (GstMFAudioEnc * mfenc, GstAudioInfo * info, in gst_mf_mp3_enc_get_output_type() argument
211 GstMFMp3Enc *self = (GstMFMp3Enc *) mfenc; in gst_mf_mp3_enc_get_output_type()
212 GstMFTransform *transform = mfenc->transform; in gst_mf_mp3_enc_get_output_type()
342 gst_mf_mp3_enc_get_input_type (GstMFAudioEnc * mfenc, GstAudioInfo * info, in gst_mf_mp3_enc_get_input_type() argument
345 GstMFMp3Enc *self = (GstMFMp3Enc *) mfenc; in gst_mf_mp3_enc_get_input_type()
346 GstMFTransform *transform = mfenc->transform; in gst_mf_mp3_enc_get_input_type()
419 gst_mf_mp3_enc_set_src_caps (GstMFAudioEnc * mfenc, GstAudioInfo * info) in gst_mf_mp3_enc_set_src_caps() argument
[all …]
Dgstmfaudioenc.h58 gboolean (*get_output_type) (GstMFAudioEnc * mfenc,
62 gboolean (*get_input_type) (GstMFAudioEnc * mfenc,
66 gboolean (*set_src_caps) (GstMFAudioEnc * mfenc,
Dgstmfh265enc.cpp180 static gboolean gst_mf_h265_enc_set_option (GstMFVideoEnc * mfenc,
182 static gboolean gst_mf_h265_enc_set_src_caps (GstMFVideoEnc * mfenc,
611 gst_mf_h265_enc_set_option (GstMFVideoEnc * mfenc, GstVideoCodecState * state, in gst_mf_h265_enc_set_option() argument
614 GstMFH265Enc *self = (GstMFH265Enc *) mfenc; in gst_mf_h265_enc_set_option()
615 GstMFVideoEncClass *klass = GST_MF_VIDEO_ENC_GET_CLASS (mfenc); in gst_mf_h265_enc_set_option()
618 GstMFTransform *transform = mfenc->transform; in gst_mf_h265_enc_set_option()
624 if (GST_VIDEO_INFO_FORMAT (&mfenc->input_state->info) == in gst_mf_h265_enc_set_option()
670 mfenc->has_reorder_frame = FALSE; in gst_mf_h265_enc_set_option()
675 mfenc->has_reorder_frame = TRUE; in gst_mf_h265_enc_set_option()
764 gst_mf_h265_enc_set_src_caps (GstMFVideoEnc * mfenc, in gst_mf_h265_enc_set_src_caps() argument
[all …]
Dgstmfvp9enc.cpp151 static gboolean gst_mf_vp9_enc_set_option (GstMFVideoEnc * mfenc,
153 static gboolean gst_mf_vp9_enc_set_src_caps (GstMFVideoEnc * mfenc,
446 gst_mf_vp9_enc_set_option (GstMFVideoEnc * mfenc, GstVideoCodecState * state, in gst_mf_vp9_enc_set_option() argument
449 GstMFVP9Enc *self = (GstMFVP9Enc *) mfenc; in gst_mf_vp9_enc_set_option()
450 GstMFVideoEncClass *klass = GST_MF_VIDEO_ENC_GET_CLASS (mfenc); in gst_mf_vp9_enc_set_option()
453 GstMFTransform *transform = mfenc->transform; in gst_mf_vp9_enc_set_option()
539 gst_mf_vp9_enc_set_src_caps (GstMFVideoEnc * mfenc, in gst_mf_vp9_enc_set_src_caps() argument
542 GstMFVP9Enc *self = (GstMFVP9Enc *) mfenc; in gst_mf_vp9_enc_set_src_caps()
Dgstmfh264enc.cpp236 static gboolean gst_mf_h264_enc_set_option (GstMFVideoEnc * mfenc,
238 static gboolean gst_mf_h264_enc_set_src_caps (GstMFVideoEnc * mfenc,
785 gst_mf_h264_enc_set_option (GstMFVideoEnc * mfenc, GstVideoCodecState * state, in gst_mf_h264_enc_set_option() argument
788 GstMFH264Enc *self = (GstMFH264Enc *) mfenc; in gst_mf_h264_enc_set_option()
789 GstMFVideoEncClass *klass = GST_MF_VIDEO_ENC_GET_CLASS (mfenc); in gst_mf_h264_enc_set_option()
795 GstMFTransform *transform = mfenc->transform; in gst_mf_h264_enc_set_option()
931 mfenc->has_reorder_frame = FALSE; in gst_mf_h264_enc_set_option()
936 mfenc->has_reorder_frame = TRUE; in gst_mf_h264_enc_set_option()
1025 gst_mf_h264_enc_set_src_caps (GstMFVideoEnc * mfenc, in gst_mf_h264_enc_set_src_caps() argument
1028 GstMFH264Enc *self = (GstMFH264Enc *) mfenc; in gst_mf_h264_enc_set_src_caps()
Dgstmfvideoenc.h130 gboolean (*set_option) (GstMFVideoEnc * mfenc,
134 gboolean (*set_src_caps) (GstMFVideoEnc * mfenc,
/third_party/ffmpeg/libavcodec/
DMakefile178 OBJS-$(CONFIG_AAC_MF_ENCODER) += mfenc.o mf_utils.o
185 OBJS-$(CONFIG_AC3_MF_ENCODER) += mfenc.o mf_utils.o
376 OBJS-$(CONFIG_H264_MF_ENCODER) += mfenc.o mf_utils.o
399 OBJS-$(CONFIG_HEVC_MF_ENCODER) += mfenc.o mf_utils.o
479 OBJS-$(CONFIG_MP3_MF_ENCODER) += mfenc.o mf_utils.o