Searched refs:dst_type (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst.c348 if (state->dst_type == DST_TYPE_IS_SAT) {
360 } else if (state->dst_type == DST_TYPE_IS_TERR) {
367 } else if (state->dst_type == DST_TYPE_IS_CABLE) {
372 } else if (state->dst_type == DST_TYPE_IS_ATSC) {
393 if (state->dst_type != DST_TYPE_IS_TERR)
462 if (state->dst_type == DST_TYPE_IS_TERR) {
467 if (state->dst_type == DST_TYPE_IS_SAT) {
487 } else if (state->dst_type == DST_TYPE_IS_CABLE) {
504 if (state->dst_type != DST_TYPE_IS_CABLE)
772 .dst_type
[all...]
H A Ddst_common.h113 u8 dst_type; member in struct:dst_state
155 u8 dst_type; member in struct:dst_types
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddst.c348 if (state->dst_type == DST_TYPE_IS_SAT) {
360 } else if (state->dst_type == DST_TYPE_IS_TERR) {
367 } else if (state->dst_type == DST_TYPE_IS_CABLE) {
372 } else if (state->dst_type == DST_TYPE_IS_ATSC) {
393 if (state->dst_type != DST_TYPE_IS_TERR)
462 if (state->dst_type == DST_TYPE_IS_TERR) {
467 if (state->dst_type == DST_TYPE_IS_SAT) {
487 } else if (state->dst_type == DST_TYPE_IS_CABLE) {
504 if (state->dst_type != DST_TYPE_IS_CABLE)
772 .dst_type
[all...]
H A Ddst_common.h113 u8 dst_type; member in struct:dst_state
155 u8 dst_type; member in struct:dst_types
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libswscale/
H A Dyuv2rgb.c102 #define YUV2RGBFUNC(func_name, dst_type, alpha) \
113 dst_type *dst_1 = (dst_type*)(dst[0] + (y+srcSliceY )*dstStride[0]);\
114 dst_type *dst_2 = (dst_type*)(dst[0] + (y+srcSliceY+1)*dstStride[0]);\
115 dst_type av_unused *r, *b;\
116 dst_type *g;\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libswscale/
H A Dyuv2rgb.c102 #define YUV2RGBFUNC(func_name, dst_type, alpha) \
113 dst_type *dst_1 = (dst_type*)(dst[0] + (y+srcSliceY )*dstStride[0]);\
114 dst_type *dst_2 = (dst_type*)(dst[0] + (y+srcSliceY+1)*dstStride[0]);\
115 dst_type av_unused *r, *b;\
116 dst_type *g;\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libswscale/
H A Dyuv2rgb.c102 #define YUV2RGBFUNC(func_name, dst_type, alpha) \
113 dst_type *dst_1 = (dst_type*)(dst[0] + (y+srcSliceY )*dstStride[0]);\
114 dst_type *dst_2 = (dst_type*)(dst[0] + (y+srcSliceY+1)*dstStride[0]);\
115 dst_type av_unused *r, *b;\
116 dst_type *g;\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c1128 int dst_type; local
1130 dst_type = __ipv6_addr_type(daddr);
1133 dst.scope = __ipv6_addr_src_scope(dst_type);
1134 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex);
1157 if (((dst_type & IPV6_ADDR_MULTICAST) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Daddrconf.c1128 int dst_type; local
1130 dst_type = __ipv6_addr_type(daddr);
1133 dst.scope = __ipv6_addr_src_scope(dst_type);
1134 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex);
1157 if (((dst_type & IPV6_ADDR_MULTICAST) ||

Completed in 106 milliseconds