Searched refs:layer (Results 76 - 100 of 120) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dpatcheck178 check that the patch does not touch codec & (de)muxer layer at the same time ->split
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault.lua5 -- This default layer 1 functions provide the higher layer functionality.
H A Dlsyncd.lua1770 -- layer 1 scripts which want moves events have to
2913 -- Writes functions for the user for layer 3 configurations.
2918 -- All variables known to layer 3 configs.
3149 -- Writes a lua function for a layer 3 user script.
3960 -- translates layer 3 scripts
3963 -- checks if any user functions is a layer 3 string.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dpatcheck178 check that the patch does not touch codec & (de)muxer layer at the same time ->split
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapidrv.c799 u16 layer; local
806 layer = ((*(data-1)) << 8) | *(data-2);
807 if (layer & 0x300)
808 direction = (layer & 0x200) ? 0 : 1;
809 else direction = (layer & 0x800) ? 0 : 1;
810 if (layer & 0x0C00) {
811 if ((layer & 0xff) == 0x80) {
815 } else if ((layer & 0xff) < 0x80) {
819 printk(KERN_INFO "capidrv-%d: %s from controller 0x%x layer 0x%x, ignored\n",
822 cmsg->adr.adrController, layer);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauimanager.tex65 A layer is akin to an onion. Layer 0 is the very center of the
66 managed pane. Thus, if a pane is in layer 0, it will be closest to the
228 layer, the \arg{insert\_level} parameter is used to disambiguate this. The
H A Dthreadh.tex26 stored in the single object, eliminating a layer of indirection and the
H A Dlist.tex37 compatibility layer for the old wxList class.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dvfs.c174 DEBUG(5, ("Checking operation #%d (type %d, layer %d)\n", i, ops[i].type, ops[i].layer));
175 if(ops[i].layer == SMB_VFS_LAYER_OPAQUE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h185 // Find tab control for layer, position (starting from zero)
186 wxTabControl *FindTabControlForPosition(int layer, int position) const ;
207 // Move the selected tab to the bottom layer, if necessary,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront_synth.c752 if (prog.layer[l].mute) {
754 [prog.layer[l].patch_number] |=
816 if (header->hdr.pr.layer[i].mute) {
817 dev->patch_status[header->hdr.pr.layer[i].patch_number] |=
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c52 int layer= c->codec_id == CODEC_ID_MP3 ? 3 : 2; local
65 frame_size = avpriv_mpa_bitrate_tab[lsf][layer-1][bitrate_index>>1];
73 header |= (4-layer)<<17;
H A Dmatroskaenc.c995 int i, layer = 0, max_duration = 0, size, line_size, data_size = pkt->size; local
1011 sscanf(data, "Dialogue: %d,", &layer);
1013 s->streams[pkt->stream_index]->nb_frames, layer);
H A Dmatroskadec.c1033 char *line, *layer, *ptr = pkt->data, *end = ptr+pkt->size; local
1036 layer = ++ptr;
1054 layer, sh, sm, ss, sc, eh, em, es, ec, ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmp3dec.c279 if(c.layer != 3)
282 spf = c.lsf ? 576 : 1152; /* Samples per frame, layer 3 */
468 .long_name = NULL_IF_CONFIG_SMALL("MP2/3 (MPEG audio layer 2/3)"),
H A Dnutenc.c63 int layer = c->codec_id == AV_CODEC_ID_MP3 ? 3 : 2; local
77 avpriv_mpa_bitrate_tab[lsf][layer - 1][bitrate_index >> 1];
86 header |= (4 - layer) << 17;
H A Dmatroskaenc.c1404 int i, layer = 0, size, line_size, data_size = pkt->size - (*datap - pkt->data); local
1418 sscanf(data, "Dialogue: %d,", &layer);
1420 s->streams[pkt->stream_index]->nb_frames, layer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dwavefront.h341 struct wf_layer layer[WF_NUM_LAYERS]; member in struct:wf_program
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h266 wxAuiPaneInfo& Layer(int layer) { dock_layer = layer; return *this; } argument
406 int dock_layer; // layer number (0 = innermost layer)
758 int dock_layer; // layer number (0 = innermost layer)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dvfs.h495 Most modules will provide transparent layers. Opaque layer is for modules
499 Other layer types (audit, splitter, scanner) were designed to provide different
503 one layer is used per each operation.
511 SMB_VFS_LAYER_TRANSPARENT, /* - Normal operation, calls underlying layer after */
513 SMB_VFS_LAYER_LOGGER, /* - Logs data, calls underlying layer, logging may not */
515 SMB_VFS_LAYER_SPLITTER, /* - Splits operation, calls underlying layer _and_ own facility, */
531 vfs_op_layer layer; member in struct:vfs_op_tuple
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp.h657 uint32 height, int bpp, MDPIBUF *iBuf, int layer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass_split.c102 .fields = {{"Layer", ASS_INT, offsetof(ASSDialog, layer) },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex287 --- change the link layer broadcast address or the peer address when
292 For most devices (f.e.\ for Ethernet) changing the link layer
462 The second line contains information on the link layer addresses
742 It is natural to interpret link layer addresses
836 addresses and link layer addresses for hosts sharing the same link.
874 --- the link layer address of the neighbour. \verb|LLADDRESS| can also be
989 \verb|lladdr| is the link layer address of the neighbour.
1013 The link layer address is valid in all states except for \verb|none|,
2194 protocol identifier. The word \verb|link| denotes a link layer
2212 a static link layer multicas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodec.c45 /* layer 3 "granule" */
76 INTFLOAT mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */
114 /* vlc structure for decoding layer 3 huffman tables */
147 /* mult table for layer 2 group quantization */
222 /* layer 1 unscaling */
275 /* scale factors table for layer 1/2 */
284 /* scale factor multiply for layer 1 */
1560 switch(s->layer) {
1659 avctx->sub_id = s->layer;
1733 avctx->sub_id = s->layer;
[all...]

Completed in 319 milliseconds

12345