Searched refs:RawAudioDemuxerContext (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drawdec.h29 typedef struct RawAudioDemuxerContext { struct
33 } RawAudioDemuxerContext; typedef in typeref:struct:RawAudioDemuxerContext
H A Dpcmdec.c52 { "sample_rate", "", offsetof(RawAudioDemuxerContext, sample_rate), AV_OPT_TYPE_INT, {.dbl = 0}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
53 { "channels", "", offsetof(RawAudioDemuxerContext, channels), AV_OPT_TYPE_INT, {.dbl = 0}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
67 .priv_data_size = sizeof(RawAudioDemuxerContext), \
H A Drawdec.c51 RawAudioDemuxerContext *s1 = s->priv_data;

Completed in 182 milliseconds