Searched refs:av_bprint_channel_layout (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dchannel_layout.h161 void av_bprint_channel_layout(struct AVBPrint *bp, int nb_channels, uint64_t channel_layout);
H A Dchannel_layout.c189 void av_bprint_channel_layout(struct AVBPrint *bp, function
229 av_bprint_channel_layout(&bp, nb_channels, channel_layout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_amerge.c163 av_bprint_channel_layout(&bp, -1, ctx->inputs[i]->channel_layout);
166 av_bprint_channel_layout(&bp, -1, ctx->outputs[0]->channel_layout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c1778 av_bprint_channel_layout(&pbuf, av_frame_get_channels(frame),
2086 av_bprint_channel_layout(&pbuf, dec_ctx->channels, dec_ctx->channel_layout);

Completed in 41 milliseconds