Home
last modified time | relevance | path

Searched refs:GST_AUDIO_ENCODER (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavaudenc.c168 gst_audio_encoder_set_drainable (GST_AUDIO_ENCODER (ffmpegaudenc), TRUE); in gst_ffmpegaudenc_init()
330 if (!gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
343 gst_audio_encoder_set_frame_samples_min (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
345 gst_audio_encoder_set_frame_samples_max (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
347 gst_audio_encoder_set_frame_max (GST_AUDIO_ENCODER (ffmpegaudenc), 1); in gst_ffmpegaudenc_set_format()
349 gst_audio_encoder_set_frame_samples_min (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
351 gst_audio_encoder_set_frame_samples_max (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
353 gst_audio_encoder_set_frame_max (GST_AUDIO_ENCODER (ffmpegaudenc), 0); in gst_ffmpegaudenc_set_format()
422 enc = GST_AUDIO_ENCODER (ffmpegaudenc); in gst_ffmpegaudenc_send_frame()
577 enc = GST_AUDIO_ENCODER (ffmpegaudenc); in gst_ffmpegaudenc_receive_packet()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.h34 #define GST_AUDIO_ENCODER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO_ENCODER,GstAudi… macro
86 #define GST_AUDIO_ENCODER_STREAM_LOCK(enc) g_rec_mutex_lock (&GST_AUDIO_ENCODER (enc)->stream_loc…
87 #define GST_AUDIO_ENCODER_STREAM_UNLOCK(enc) g_rec_mutex_unlock (&GST_AUDIO_ENCODER (enc)->stream_l…
Dgstaudioencoder.c525 GstAudioEncoder *enc = GST_AUDIO_ENCODER (object); in gst_audio_encoder_finalize()
538 GstAudioEncoder *enc = GST_AUDIO_ENCODER (element); in gst_audio_encoder_change_state()
1224 enc = GST_AUDIO_ENCODER (parent); in gst_audio_encoder_chain()
1735 enc = GST_AUDIO_ENCODER (parent); in gst_audio_encoder_sink_event()
1824 encoder = GST_AUDIO_ENCODER (parent); in gst_audio_encoder_sink_query()
1856 enc = GST_AUDIO_ENCODER (parent); in gst_audio_encoder_src_event()
2043 encoder = GST_AUDIO_ENCODER (parent); in gst_audio_encoder_src_query()
2062 enc = GST_AUDIO_ENCODER (object); in gst_audio_encoder_set_property()
2090 enc = GST_AUDIO_ENCODER (object); in gst_audio_encoder_get_property()
2153 enc = GST_AUDIO_ENCODER (parent); in gst_audio_encoder_sink_activate_mode()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfaudioenc.cpp69 gst_audio_encoder_set_drainable (GST_AUDIO_ENCODER (self), TRUE); in gst_mf_audio_enc_init()
274 buffer = gst_audio_encoder_allocate_output_buffer (GST_AUDIO_ENCODER (self), in gst_mf_audio_enc_process_output()
279 return gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER (self), buffer, in gst_mf_audio_enc_process_output()
Dgstmfaacenc.cpp492 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (self), src_caps); in gst_mf_aac_enc_set_src_caps()
Dgstmfmp3enc.cpp448 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (self), src_caps); in gst_mf_mp3_enc_set_src_caps()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisenc.c191 GstAudioEncoder *enc = GST_AUDIO_ENCODER (vorbisenc); in gst_vorbis_enc_init()
746 gst_audio_encoder_allocate_output_buffer (GST_AUDIO_ENCODER (vorbisenc), in gst_vorbis_enc_buffer_from_header_packet()
898 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (vorbisenc), caps); in gst_vorbis_enc_handle_frame()
978 gst_audio_encoder_allocate_output_buffer (GST_AUDIO_ENCODER in gst_vorbis_enc_output_buffers()
997 gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER in gst_vorbis_enc_output_buffers()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c375 GstAudioEncoder *enc = GST_AUDIO_ENCODER (flacenc); in gst_flac_enc_init()
938 gst_audio_encoder_get_audio_info (GST_AUDIO_ENCODER (flacenc)); in gst_flac_enc_update_quality()
1076 gst_audio_encoder_get_audio_info (GST_AUDIO_ENCODER (enc)); in gst_flac_enc_process_stream_headers()
1166 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), caps); in gst_flac_enc_process_stream_headers()
1168 gst_audio_encoder_set_headers (GST_AUDIO_ENCODER (enc), enc->headers); in gst_flac_enc_process_stream_headers()
1245 ret = gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER (flacenc), in gst_flac_enc_write_callback()
1377 gst_audio_encoder_get_audio_info (GST_AUDIO_ENCODER (enc)); in gst_flac_enc_handle_frame()
1470 GstAudioEncoder *enc = GST_AUDIO_ENCODER (object); in gst_flac_enc_set_property()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c261 gst_audio_encoder_merge_tags (GST_AUDIO_ENCODER (enc), taglist, in gst_opus_enc_set_tags()
778 ret = gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), caps); in gst_opus_enc_setup()
1034 gst_audio_encoder_allocate_output_buffer (GST_AUDIO_ENCODER (enc), in gst_opus_enc_encode()
1076 gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER (enc), outbuf, in gst_opus_enc_encode()
1187 gst_opus_enc_setup_base_class (enc, GST_AUDIO_ENCODER (enc)); in gst_opus_enc_set_property()
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c357 gst_audio_encoder_merge_tags (GST_AUDIO_ENCODER (faac), taglist, in gst_faac_set_tags()
622 ret = gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (faac), srccaps); in gst_faac_configure_source_pad()
651 gst_audio_encoder_get_audio_info (GST_AUDIO_ENCODER (faac)); in gst_faac_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/gsm/
Dgstgsmenc.c139 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (benc), srccaps); in gst_gsmenc_set_format()
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexenc.c242 GstAudioEncoder *benc = GST_AUDIO_ENCODER (enc); in gst_speex_enc_init()
635 ret = gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER (enc), in gst_speex_enc_encode()
742 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), caps); in gst_speex_enc_handle_frame()
/third_party/gstreamer/gstplugins_good/gst/law/
Dmulaw-encode.c115 gst_audio_encoder_merge_tags (GST_AUDIO_ENCODER (mulawenc), in gst_mulawenc_set_tags()
/third_party/gstreamer/gstplugins_bad/ext/voamrwbenc/
Dgstvoamrwbenc.c259 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (amrwbenc), copy); in gst_voamrwbenc_set_format()
/third_party/gstreamer/gstplugins_good/ext/lame/
Dgstlamemp3enc.c379 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), othercaps); in gst_lamemp3enc_set_format()
704 result = gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER (lame), in gst_lamemp3enc_finish_frames()
/third_party/gstreamer/gstplugins_good/ext/twolame/
Dgsttwolamemp2enc.c395 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (twolame), othercaps); in gst_two_lame_set_format()
639 result = gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER (lame), buf, -1); in gst_two_lame_flush_full()
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackenc.c329 GstAudioEncoder *benc = GST_AUDIO_ENCODER (enc); in gst_wavpack_enc_init()
649 *flow = gst_audio_encoder_finish_frame (GST_AUDIO_ENCODER (enc), buffer, in gst_wavpack_enc_push_block()
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/
Dadpcmenc.c172 ret = gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), caps); in adpcmenc_setup()
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c358 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (voaacenc), in gst_voaacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c551 gst_audio_encoder_set_drainable (GST_AUDIO_ENCODER (self), TRUE); in gst_fdkaacenc_init()