Searched refs:layer (Results 26 - 50 of 120) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dassenc.c69 long int layer; local
80 * will be "Marked=N" instead of the layer num, so we will
81 * have layer=0, which is fine. */
82 layer = strtol(ass, &p, 10);
90 SKIP_ENTRY(p); // skip layer or marked
93 snprintf(ass_line, sizeof(ass_line), "%d,%ld,%s", ++s->id, layer, p);
H A Dmpegaudiodecheader.h37 int layer; \
66 /* layer check */
H A Dass.c88 long int layer = 0; local
98 layer = strtol(dialog, (char**)&dialog, 10);
103 av_bprintf(buf, "Dialogue: %ld,", layer);
H A Dmss12.c206 int layer = 0, sub; local
244 layer = 0;
249 layer = 1;
251 layer = 2;
253 layer = 3;
256 layer = 4;
258 layer = 5;
260 layer = 6;
262 layer = 7;
267 layer
[all...]
H A Dass_split.h57 int layer; /**< higher numbered layers are drawn over lower numbered */ member in struct:__anon3085
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dlmgr.c49 st->ma.layer = hisax_manager;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dencoders.cpp94 StreamEncoder(Layer layer): FLAC::Encoder::Stream(), layer_(layer), file_(0) { } argument
162 FileEncoder(Layer layer): FLAC::Encoder::File(), layer_(layer) { } argument
174 static FLAC::Encoder::Stream *new_by_layer(Layer layer) argument
176 if(layer < LAYER_FILE)
177 return new StreamEncoder(layer);
179 return new FileEncoder(layer);
182 static bool test_stream_encoder(Layer layer, bool is_ogg) argument
191 printf("\n+++ libFLAC++ unit test: FLAC::Encoder::%s (layer
[all...]
H A Ddecoders.cpp131 DecoderCommon(Layer layer): layer_(layer), current_metadata_number_(0), ignore_errors_(false), error_occurred_(false) { } argument
186 StreamDecoder(Layer layer): FLAC::Decoder::Stream(), DecoderCommon(layer), file_(0) { } argument
347 FileDecoder(Layer layer): FLAC::Decoder::File(), DecoderCommon(layer) { } argument
432 static FLAC::Decoder::Stream *new_by_layer(Layer layer) argument
434 if(layer < LAYER_FILE)
435 return new StreamDecoder(layer);
437 return new FileDecoder(layer);
440 test_stream_decoder(Layer layer, bool is_ogg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/caif/
H A Dcfctrl.h43 void (*linksetup_rsp)(struct cflayer *layer, u8 linkid,
46 void (*linkdestroy_rsp)(struct cflayer *layer, u8 linkid);
53 void (*reject_rsp)(struct cflayer *layer, u8 linkid,
130 struct cfctrl_rsp *cfctrl_get_respfuncs(struct cflayer *layer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodecheader.h37 int layer; \
64 /* layer check */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dassenc.c68 long int layer; local
76 layer = strtol(p, &p, 10);
86 layer, hh1, mm1, ss1, ms1, hh2, mm2, ss2, ms2, p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Ddxfrenderer.cpp364 int DXFRenderer::GetLayerColour(const wxString& layer) const
369 if (current->name == layer)
402 DXFLayer layer; local
408 // flush layer
409 if (!layer.name.IsEmpty() && layer.colour != -1)
412 p->name = layer.name;
413 p->colour = layer.colour;
416 layer = DXFLayer();
425 if (line1 == wxT("2")) // layer nam
446 wxString layer; local
[all...]
H A Ddxfrenderer.h71 int GetLayerColour(const wxString& layer) const;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib8000.c1241 switch (state->fe.dtv_property_cache.layer[i].modulation) {
1257 switch (state->fe.dtv_property_cache.layer[i].fec) {
1276 if ((state->fe.dtv_property_cache.layer[i].interleaving > 0) &&
1277 ((state->fe.dtv_property_cache.layer[i].interleaving <= 3) ||
1278 (state->fe.dtv_property_cache.layer[i].interleaving == 4 && state->fe.dtv_property_cache.isdbt_sb_mode == 1))
1280 timeI = state->fe.dtv_property_cache.layer[i].interleaving;
1283 dib8000_write_word(state, 2 + i, (constellation << 10) | ((state->fe.dtv_property_cache.layer[i].segment_count & 0xf) << 6) |
1285 if (state->fe.dtv_property_cache.layer[i].segment_count > 0) {
1289 if (state->fe.dtv_property_cache.layer[i].modulation == QAM_16 ||
1290 state->fe.dtv_property_cache.layer[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A DMakefile1 gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp547 // First, find which layer we should be adding to.
555 // right-hand edge of the layer.
561 // Start another layer (row).
575 int layer = m_layers.GetCount() - 1; local
581 tabControl->SetColPosition(layer);
588 int verticalOffset = (- GetTopMargin()) - ((layer+1)*GetTabHeight());
592 horizontalOffset = layer*GetHorizontalTabOffset();
614 wxTabLayer *layer = (wxTabLayer *)layerNode->GetData(); local
615 wxList::compatibility_iterator tabNode = layer->GetFirst();
624 layer
665 wxTabLayer *layer = (wxTabLayer *)layerNode->GetData(); local
687 wxTabLayer *layer = (wxTabLayer *)layerNode->GetData(); local
717 wxTabLayer *layer = (wxTabLayer *)layerNode->GetData(); local
759 int layer = m_layers.GetCount() - 1; local
815 wxTabLayer *layer = (wxTabLayer *)node->GetData(); local
889 wxTabLayer *layer = (wxTabLayer *)node->GetData(); local
1073 wxTabLayer *layer = (wxTabLayer *)node1->GetData(); local
1088 FindTabControlForPosition(int layer, int position) const argument
1106 wxTabLayer *layer = (wxTabLayer *)node1->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-mp3.c284 pfi->layer = 4 - ((frame[1] & 0x6) >> 1);
293 if(pfi->layer == 1)
295 if((pfi->layer == 2) || (pfi->layer == 3))
301 if(pfi->layer == 1)
303 if((pfi->layer == 2) || (pfi->layer == 3))
309 if(pfi->layer == 1)
311 if(pfi->layer == 2)
313 if(pfi->layer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-mp3.c281 pfi->layer = 4 - ((frame[1] & 0x6) >> 1);
290 if(pfi->layer == 1)
292 if((pfi->layer == 2) || (pfi->layer == 3))
298 if(pfi->layer == 1)
300 if((pfi->layer == 2) || (pfi->layer == 3))
306 if(pfi->layer == 1)
308 if(pfi->layer == 2)
310 if(pfi->layer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/pcie/aer/
H A Daerdrv_errprint.c191 int layer, agent; local
193 layer = AER_GET_LAYER_ERROR(info->severity, info->status);
199 aer_error_layer[layer], id, aer_agent_string[agent]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Ddecoders.c55 Layer layer; member in struct:__anon3882
321 if(dcd->layer == LAYER_FILE) {
331 switch(dcd->layer) {
367 if(dcd->layer < LAYER_FILE && fseeko(dcd->file, 0, SEEK_SET) < 0) {
385 static FLAC__bool test_stream_decoder(Layer layer, FLAC__bool is_ogg) argument
393 decoder_client_data.layer = layer;
395 printf("\n+++ libFLAC unit test: FLAC__StreamDecoder (layer: %s, format: %s)\n\n", LayerString[layer], is_ogg? "Ogg FLAC" : "FLAC");
417 switch(layer) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dem_cmp.c29 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer) + cmp->off;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Didr.c57 struct idr_layer *layer; local
59 layer = container_of(head, struct idr_layer, rcu_head);
60 kmem_cache_free(idr_layer_cache, layer);
95 * If this layer is full mark the bit in the layer above to
97 * complete the layer above and require walking up the radix
153 /* no space available go back to previous layer. */
158 /* if already at the top layer, we need to grow */
166 /* If we need to go up one layer, continue the
184 * Create the layer belo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfcnfg.c25 #define container_obj(layr) container_of(layr, struct cfcnfg, layer)
32 /* Pointer to the layer below the MUX (framing layer) */
34 /* Pointer to the lowest actual physical layer */
58 struct cflayer layer; member in struct:cfcnfg
65 static void cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id,
68 static void cfcnfg_linkdestroy_rsp(struct cflayer *layer, u8 channel_id);
69 static void cfcnfg_reject_rsp(struct cflayer *layer, u8 channel_id,
78 /* Initiate this layer */
258 static void cfcnfg_linkdestroy_rsp(struct cflayer *layer, u argument
314 cfcnfg_reject_rsp(struct cflayer *layer, u8 channel_id, struct cflayer *adapt_layer) argument
323 cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id, enum cfctrl_srv serv, u8 phyid, struct cflayer *adapt_layer) argument
[all...]
H A Dcaif_socket.c73 struct cflayer layer; member in struct:caifsock
142 if (cf_sk->layer.dn && cf_sk->layer.dn->modemcmd)
143 cf_sk->layer.dn->modemcmd(cf_sk->layer.dn, mode);
207 cf_sk = container_of(layr, struct caifsock, layer);
223 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
251 cfcnfg_release_adap_layer(&cf_sk->layer);
544 if (cf_sk->layer.dn != NULL)
545 ret = cf_sk->layer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtabview.tex48 A new layer (row) is started when the current layer has been filled up with tabs.
55 of the number of tabs per layer (row) which will fit the view area, which
86 \func{wxTabControl *}{FindTabControlForPosition}{\param{int}{ layer}, \param{int}{ position}}
88 Finds the wxTabControl at layer {\it layer}, position in layer {\it position}, both starting from
89 zero. Note that tabs change layer as they are selected or deselected.
130 Returns the horizontal spacing by which each tab layer is offset from the one below.
232 Recalculates the positions of the tabs, and adjusts the layer o
[all...]

Completed in 488 milliseconds

12345