Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.h62 } AudioCodecEntry; typedef
124 const AudioCodecEntry *entry;
Dgstdshowaudiodec.cpp110 static const AudioCodecEntry audio_dec_codecs[] = {
332 const AudioCodecEntry *tmp; in gst_dshowaudiodec_base_init()
339 tmp = audiodec_class->entry = (AudioCodecEntry *) qdata; in gst_dshowaudiodec_base_init()
706 const AudioCodecEntry *codec_entry = klass->entry; in dshowaudiodec_set_input_format()
832 const AudioCodecEntry *codec_entry = klass->entry; in dshowaudiodec_set_output_format()
879 const AudioCodecEntry *codec_entry = klass->entry; in gst_dshowaudiodec_setup_graph()
1169 for (i = 0; i < sizeof (audio_dec_codecs) / sizeof (AudioCodecEntry); i++) { in dshow_adec_register()