Home
last modified time | relevance | path

Searched refs:GST_AMC_AUDIO_DEC (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c241 GstAmcAudioDec *self = GST_AMC_AUDIO_DEC (decoder); in gst_amc_audio_dec_open()
263 GstAmcAudioDec *self = GST_AMC_AUDIO_DEC (decoder); in gst_amc_audio_dec_close()
289 GstAmcAudioDec *self = GST_AMC_AUDIO_DEC (object); in gst_amc_audio_dec_finalize()
310 self = GST_AMC_AUDIO_DEC (element); in gst_amc_audio_dec_change_state()
768 self = GST_AMC_AUDIO_DEC (decoder); in gst_amc_audio_dec_start()
784 self = GST_AMC_AUDIO_DEC (decoder); in gst_amc_audio_dec_stop()
831 self = GST_AMC_AUDIO_DEC (decoder); in gst_amc_audio_dec_set_format()
1019 self = GST_AMC_AUDIO_DEC (decoder); in gst_amc_audio_dec_flush()
1067 self = GST_AMC_AUDIO_DEC (decoder); in gst_amc_audio_dec_handle_frame()
Dgstamcaudiodec.h34 #define GST_AMC_AUDIO_DEC(obj) \ macro