Searched refs:ch_id (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dswfdec.c94 int ch_id = get_le16(pb); local
100 vst = av_new_stream(s, ch_id);
114 ast = av_new_stream(s, -1); /* -1 to avoid clash with video stream ch_id */
129 int ch_id = get_le16(pb); local
133 if (st->codec->codec_type == CODEC_TYPE_VIDEO && st->id == ch_id) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmaintidi.c862 dword ch_id; local
863 if (!diva_trace_read_variable (pVar, &ch_id)) {
869 } else if (ch_id && ch_id <= pLib->Channels) {
870 return (diva_line_event(pLib, (int)ch_id));
878 dword ch_id; local
879 if (!diva_trace_read_variable (pVar, &ch_id)) {
885 } else if (ch_id && ch_id <= pLib->Channels) {
886 return (diva_fax_event(pLib, (int)ch_id));
894 dword ch_id; local
[all...]

Completed in 92 milliseconds