Searched refs:item (Results 101 - 125 of 1050) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsizer.cpp124 // window item
155 // sizer item
178 // spacer item
379 wxFAIL_MSG( _T("can't set size of uninitialized sizer item") );
436 wxFAIL_MSG( _T("can't show uninitialized sizer item") );
554 wxSizerItem* wxSizer::Insert( size_t index, wxSizerItem *item )
556 m_children.Insert( index, item );
558 if ( item->GetWindow() )
559 item->GetWindow()->SetContainingSizer( this );
561 if ( item
580 wxSizerItem *const item = node->GetData(); local
604 wxSizerItem *item = node->GetData(); local
629 wxSizerItem *item = node->GetData(); local
646 wxSizerItem *item = node->GetData(); local
668 wxSizerItem *item = node->GetData(); local
693 wxSizerItem *item = node->GetData(); local
713 wxSizerItem *item = node->GetData(); local
742 wxSizerItem *item = node->GetData(); local
789 wxSizerItem *item = node->GetData(); local
809 wxSizerItem *item = node->GetData(); local
1006 wxSizerItem *item = node->GetData(); local
1021 wxSizerItem *item = node->GetData(); local
1044 wxSizerItem *item = node->GetData(); local
1059 wxSizerItem *item = node->GetData(); local
1079 wxSizerItem *item = node->GetData(); local
1102 wxSizerItem *item = node->GetData(); local
1128 wxSizerItem *item = node->GetData(); local
1158 wxSizerItem *item = GetItem( window, recursive ); local
1171 wxSizerItem *item = GetItem( sizer, recursive ); local
1184 wxSizerItem *item = GetItem( index ); local
1210 wxSizerItem *item = node->GetData(); local
1229 wxSizerItem *item = node->GetData(); local
1345 wxSizerItem *item = node->GetData(); local
1358 SetItemBounds( wxSizerItem *item, int x, int y, int w, int h ) argument
1481 wxSizerItem *item = node->GetData(); local
1725 wxSizerItem *item = node->GetData(); local
1818 wxSizerItem *item = node->GetData(); local
1836 wxSizerItem *item = node->GetData(); local
1862 wxSizerItem *item = node->GetData(); local
2231 wxWindow *item = node->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dmenuce.cpp99 wxMenuItem *item = node->GetData(); local
100 if (item)
104 if(item->IsSubMenu())
105 submenu = DuplicateMenu( item->GetSubMenu() );
109 wxMenuItem *new_item = wxMenuItem::New(duplication, item->GetId(), item->GetLabel(), item->GetHelp(), item->GetKind(), submenu);
111 if( item->IsCheckable() )
112 new_item->Check(item
135 wxMenuItem *item = node->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dsymlink.c38 static int item_depth(struct config_item * item) argument
40 struct config_item * p = item;
46 static int item_path_length(struct config_item * item) argument
48 struct config_item * p = item;
57 static void fill_item_path(struct config_item * item, char * buffer, int length) argument
62 for (p = item; p && !configfs_is_root(p); p = p->ci_parent) {
73 struct config_item *item,
76 struct configfs_dirent *target_sd = item->ci_dentry->d_fsdata;
86 sl->sl_target = config_item_get(item);
90 config_item_put(item);
72 create_link(struct config_item *parent_item, struct config_item *item, struct dentry *dentry) argument
241 configfs_get_target_path(struct config_item * item, struct config_item * target, char *path) argument
265 struct config_item *item, *target_item; local
[all...]
H A Dfile.c55 * fill_read_buffer - allocate and fill buffer from item.
67 struct config_item * item = to_item(dentry->d_parent); local
77 count = ops->show_attribute(item,attr,buffer->page);
95 * is in the file's ->d_fsdata. The target item is in the directory's
99 * item's show() method exactly once (if the read is happening from
101 * all the data the item has to offer for that attribute.
173 struct config_item * item = to_item(dentry->d_parent); local
176 return ops->store_attribute(item,attr,buffer->page,count);
215 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); local
221 if (!item || !att
289 struct config_item * item = to_item(filp->f_path.dentry->d_parent); local
337 configfs_create_file(struct config_item * item, const struct configfs_attribute * attr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc105 ConfigItem* item; local
111 while ((item = parent->firstChild()))
112 delete item;
120 item = last ? last->nextSibling() : parent->firstChild();
138 if (!item || item->menu != child)
139 item = new ConfigItem(parent, last, child, visible);
141 item->testUpdateMenu(visible);
144 updateMenuList(item, child);
146 updateMenuList(item,
449 ConfigItem* item = (ConfigItem*)selectedItem(); local
463 updateList(ConfigItem* item) argument
502 setValue(ConfigItem* item, tristate val) argument
527 changeValue(ConfigItem* item) argument
588 ConfigItem* item; local
609 ConfigItem* item; local
670 ConfigItem* item = (ConfigItem*)itemAt(p); local
732 ConfigItem* item = (ConfigItem*)itemAt(p); local
760 QListViewItem* item = currentItem(); local
794 updateList(ConfigItem* item) argument
1019 setHelp(QListViewItem* item) argument
1169 ConfigItem* item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
H A Dcombobox.cpp85 void ComboBox::Insert(const wxString& item, int pos) argument
87 m_ListBox->Insert(item,pos);
90 void ComboBox::Insert(const wxString& item, int pos, void *clientData) argument
92 m_ListBox->Insert(item, pos, clientData);
95 void ComboBox::Insert(const wxString& item, int pos, wxClientData *clientData) argument
97 m_ListBox->Insert(item, pos, clientData);
139 void ComboBox::Append(const wxString &item) argument
141 m_ListBox->Append(item);
145 void ComboBox::Append(const wxString& item, void *clientData) argument
147 m_ListBox->Append(item, clientDat
151 Append(const wxString& item, wxClientData *clientData) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/
H A Dftrace.h8 * <type> <item>;
13 * The <type> <item> is created by the __field(type, item) macro or
15 * We simply do "type item;", and that will create the fields
42 #define __field(type, item) type item;
45 #define __field_ext(type, item, filter_type) type item;
48 #define __array(type, item, len) type item[le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dbmpcboxg.cpp165 wxCHECK_RET( n < GetCount(), wxT("invalid item index") );
175 wxCHECK_MSG( n < GetCount(), wxNullBitmap, wxT("invalid item index") );
179 int wxBitmapComboBox::Insert(const wxString& item, const wxBitmap& bitmap,
182 int n = DoInsertWithImage(item, bitmap, pos);
189 int wxBitmapComboBox::Insert(const wxString& item, const wxBitmap& bitmap,
192 int n = DoInsertWithImage(item, bitmap, pos);
243 int wxBitmapComboBox::DoAppendWithImage(const wxString& item, const wxBitmap& image)
250 int index = wxOwnerDrawnComboBox::DoAppend(item);
266 int wxBitmapComboBox::DoInsertWithImage(const wxString& item,
270 wxCHECK_MSG( IsValidInsert(pos), wxNOT_FOUND, wxT("invalid item inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dfile.c210 int set_port (char *word, char *value, int context, void *item) argument
219 set_int (word, value, &(((struct global *) item)->port));
229 int set_rtimeout (char *word, char *value, int context, void *item) argument
244 set_int (word, value, &(((struct lac *) item)->rtimeout));
254 int set_rws (char *word, char *value, int context, void *item) argument
266 set_int (word, value, &(((struct lac *) item)->call_rws));
269 set_int (word, value, &(((struct lac *) item)->tun_rws));
270 if (((struct lac *) item)->tun_rws < 1)
280 set_int (word, value, &(((struct lns *) item)->call_rws));
283 set_int (word, value, &(((struct lns *) item)
300 set_rmax(char *word, char *value, int context, void *item) argument
323 set_authfile(char *word, char *value, int context, void *item) argument
349 set_autodial(char *word, char *value, int context, void *item) argument
365 set_flow(char *word, char *value, int context, void *item) argument
403 set_defaultroute(char *word, char *value, int context, void *item) argument
419 set_authname(char *word, char *value, int context, void *item) argument
441 set_hostname(char *word, char *value, int context, void *item) argument
463 set_passwdauth(char *word, char *value, int context, void *item) argument
479 set_hbit(char *word, char *value, int context, void *item) argument
499 set_challenge(char *word, char *value, int context, void *item) argument
519 set_lbit(char *word, char *value, int context, void *item) argument
540 set_debug(char *word, char *value, int context, void *item) argument
560 set_pppoptfile(char *word, char *value, int context, void *item) argument
582 set_papchap(char *word, char *value, int context, void *item) argument
634 set_redial(char *word, char *value, int context, void *item) argument
650 set_accesscontrol(char *word, char *value, int context, void *item) argument
667 set_userspace(char *word, char *value, int context, void *item) argument
750 set_iprange(char *word, char *value, int context, void *item) argument
772 set_lac(char *word, char *value, int context, void *item) argument
794 set_exclusive(char *word, char *value, int context, void *item) argument
824 set_localaddr(char *word, char *value, int context, void *item) argument
844 set_remoteaddr(char *word, char *value, int context, void *item) argument
860 set_lns(char *word, char *value, int context, void *item) argument
933 set_rand_source(char *word, char *value, int context, void *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/
H A DMakefile.am29 for item in $(EXTRA_DIST); do \
30 if test -d $$item; then \
31 echo -n "cleaning $$item dir for distribution..."; \
32 rm -rf `find $(distdir)/$$item -name .svn`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dbugs.tex8 \item No bugs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvlbox.h83 // get the currently selected item or wxNOT_FOUND if there is no selection
94 // is this item the current one?
95 bool IsCurrent(size_t item) const { return item == (size_t)m_current; }
100 // is this item selected?
101 bool IsSelected(size_t item) const;
108 // get the first selected item, returns wxNOT_FOUND if none
116 // get next selection item, return wxNOT_FOUND if no more
124 // get the margins around each item
142 // set the selection to the specified item, i
168 Toggle(size_t item) argument
[all...]
H A Dlistbox.h47 void Insert(const wxString& item, unsigned int pos) argument
48 { /* return*/ wxControlWithItems::Insert(item,pos); }
49 void Insert(const wxString& item, unsigned int pos, void *clientData) argument
50 { /* return*/ wxControlWithItems::Insert(item,pos,clientData); }
51 void Insert(const wxString& item, unsigned int pos, wxClientData *clientData) argument
52 { /* return*/ wxControlWithItems::Insert(item,pos,clientData); }
79 // set the specified item at the first visible item or scroll to max
84 // ensures that the given item is visible scrolling the listbox if
88 // a combination of Append() and EnsureVisible(): appends the item t
118 DoInsert(const wxString& item, unsigned int pos) argument
[all...]
H A Dodcombo.h30 // Double-clicking cycles item if wxCB_READONLY is also used.
45 // when set, we are painting the selected item in control,
50 // when set, we are painting an item which should have
64 // wxGenericComboControl, then remember that vast majority of item manipulation
96 void SetSelection( int item );
97 void Insert( const wxString& item, int pos );
98 int Append(const wxString& item);
100 void Delete( unsigned int item );
103 void SetString( int item, const wxString& str );
104 wxString GetString( int item ) cons
130 ItemWidthChanged(unsigned int item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c481 char item[MAXPATHLEN]; local
488 strlcpy (item, vol->v_path, sizeof(item));
489 strlcat (item, "/.AppleDesktop/", sizeof(item));
490 strlcat (item, VOLINFOFILE, sizeof(item));
499 if ((fd = open(item, O_RDWR | O_CREAT , 0666)) <0 ) {
500 LOG(log_debug, logtype_default,"Error opening %s: %s", item, strerror(errno));
536 snprintf(item, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/
H A Dtree.c35 guint32 type; /* Type of tree item, an SMBC_TYPE */
76 char *get_path(GtkWidget *item) argument
78 GtkWidget *p = item;
85 level = GTK_TREE(item->parent)->level;
87 /* Pick up this item's component info */
89 pd = (struct tree_data *)gtk_object_get_user_data(GTK_OBJECT(item));
103 level = GTK_TREE(item->parent)->level;
147 /* Note that this is called every time the user clicks on an item,
316 static void cb_itemsignal( GtkWidget *item, argument
326 label = GTK_LABEL (GTK_BIN (item)
469 GtkWidget *item; local
484 cb_wholenet(GtkWidget *item, gchar *signame) argument
615 GtkWidget *subtree, *item, *main_hbox, *r_pane, *l_pane; local
733 gtk_tree_append (GTK_TREE(tree), item); local
783 gtk_tree_append (GTK_TREE(tree), item); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dtree.c34 guint32 type; /* Type of tree item, an SMBC_TYPE */
74 char *get_path(GtkWidget *item) argument
76 GtkWidget *p = item;
83 level = GTK_TREE(item->parent)->level;
85 /* Pick up this item's component info */
87 pd = (struct tree_data *)gtk_object_get_user_data(GTK_OBJECT(item));
101 level = GTK_TREE(item->parent)->level;
145 /* Note that this is called every time the user clicks on an item,
314 static void cb_itemsignal( GtkWidget *item, argument
324 label = GTK_LABEL (GTK_BIN (item)
467 GtkWidget *item; local
482 cb_wholenet(GtkWidget *item, gchar *signame) argument
613 GtkWidget *subtree, *item, *main_hbox, *r_pane, *l_pane; local
731 gtk_tree_append (GTK_TREE(tree), item); local
781 gtk_tree_append (GTK_TREE(tree), item); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp104 // function appends a new item or submenu to the menu
105 // append a new item or submenu to the menu
108 wxASSERT_MSG( pItem != NULL, wxT("can't append NULL item to the menu") );
178 wxMenuItem* wxMenu::DoAppend(wxMenuItem *item) argument
180 wxCHECK_MSG( item, NULL, _T("NULL item in wxMenu::DoAppend") );
184 if ( item->GetKind() == wxITEM_RADIO )
194 item->SetAsRadioGroupStart();
195 item->SetRadioGroupEnd(m_startRadioGroup);
197 // ensure that we have a checked item i
235 DoInsert(size_t pos, wxMenuItem *item) argument
243 DoRemove(wxMenuItem *item) argument
364 wxMenuItem *item; local
407 wxMenuItem *item; local
539 wxMenuItem *item = FindItem( wxApp::s_macPreferencesMenuItemId , NULL ) ; local
549 wxMenuItem *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_hashtab.c105 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) argument
111 unsigned long key = item->key;
125 hlist_add_after(parent, &item->head);
127 hlist_add_head(&item->head, h_list);
134 * Just insert an item and return any "bits" bit key that hasn't been
137 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, argument
148 item->key = (unshifted_key << shift) + add;
149 ret = drm_ht_insert_item(ht, item);
163 struct drm_hash_item **item)
171 *item
162 drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item) argument
189 drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dlistctrl.h53 which item. Each image in an image list can contain a mask, and can be made out
71 // State flags for indicating the state of an item
81 #define wxLIST_HITTEST_NOWHERE 0x0004 // In the client area but below the last item.
82 #define wxLIST_HITTEST_ONITEMICON 0x0020 // On the bitmap associated with an item.
83 #define wxLIST_HITTEST_ONITEMLABEL 0x0080 // On the label (string) associated with an item.
84 #define wxLIST_HITTEST_ONITEMRIGHT 0x0100 // In the area to the right of an item.
85 #define wxLIST_HITTEST_ONITEMSTATEICON 0x0200 // On the state icon for a tree view item that is in a user-defined state.
93 wxLIST_NEXT_ABOVE, // Searches for an item above the specified item
94 wxLIST_NEXT_ALL, // Searches for subsequent item b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgbsizeritem.tex27 Construct a sizer item for tracking a spacer.
31 Construct a sizer item for tracking a window.
35 Construct a sizer item for tracking a subsizer.
41 Get the row and column of the endpoint of this item
49 Get the grid position of the item.
57 Get the row and column spanning of the item.
63 Returns true if this item and the other item instersect
67 Returns true if the given pos/span would intersect with this item.
73 If the item i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtabctrl.cpp174 // Delete an item
175 bool wxTabCtrl::DeleteItem(int item) argument
177 return ( TabCtrl_DeleteItem( (HWND) GetHWND(), item) != FALSE );
205 bool wxTabCtrl::GetItemRect(int item, wxRect& wxrect) const argument
208 if ( !TabCtrl_GetItemRect( (HWND) GetHWND(), item, & rect) )
225 // Get the item text
226 wxString wxTabCtrl::GetItemText(int item) const
235 if (TabCtrl_GetItem( (HWND) GetHWND(), item, & tcItem) )
241 // Get the item image
242 int wxTabCtrl::GetItemImage(int item) cons
271 int item = TabCtrl_HitTest( (HWND) GetHWND(), & hitTestInfo ) ; local
285 InsertItem(int item, const wxString& text, int imageId, void* data) argument
308 SetSelection(int item) argument
321 SetItemText(int item, const wxString& text) argument
334 SetItemImage(int item, int image) argument
344 SetItemData(int item, void* data) argument
[all...]
H A Dlistctrl.cpp82 const wxListItem& item,
115 void Init(LV_ITEM_NATIVE& item) argument
119 m_pItem = &item;
123 void Init(const LV_ITEM_OTHER& item) argument
132 memcpy(&m_item, &item, sizeof(LV_ITEM_NATIVE));
135 if ( (item.mask & LVIF_TEXT) && item.pszText )
137 m_buf = new LV_CONV_BUF(wxConvLocal.LV_CONV_TO_WX(item.pszText));
143 wxLV_ITEM(LV_ITEM_NATIVE& item) : m_buf(NULL), m_pItem(&item) { } argument
146 wxLV_ITEM(LV_ITEM_OTHER& item) argument
654 SetColumn(int col, const wxListItem& item) argument
657 wxConvertToMSWListCol(GetHwnd(), col, item, lvCol); local
773 LV_ITEM item; local
866 GetItemState(long item, long stateMask) const argument
881 SetItemState(long item, long state, long stateMask) argument
929 SetItemImage(long item, int image, int WXUNUSED(selImage)) argument
935 SetItemColumnImage(long item, long column, int image) argument
961 SetItemText(long item, const wxString& str) argument
986 SetItemPtrData(long item, wxUIntPtr data) argument
997 SetItemData(long item, long data) argument
1022 GetItemRect(long item, wxRect& rect, int code) const argument
1040 GetSubItemRect(long item, long subItem, wxRect& rect, int code) const argument
1084 GetItemPosition(long item, wxPoint& pos) const argument
1095 SetItemPosition(long item, const wxPoint& pos) argument
1122 SetItemTextColour( long item, const wxColour &col ) argument
1140 SetItemBackgroundColour( long item, const wxColour &col ) argument
1158 SetItemFont( long item, const wxFont &f ) argument
1211 GetNextItem(long item, int geom, int state) const argument
1315 DeleteItem(long item) argument
1409 EditLabel(long item, wxClassInfo* textControlClass) argument
1464 EnsureVisible(long item) argument
1540 long item; local
1596 LV_ITEM item; local
1665 InsertColumn(long col, const wxListItem& item) argument
1668 wxConvertToMSWListCol(GetHwnd(), col, item, lvCol); local
1697 wxListItem item; local
2017 wxLV_ITEM item; local
2028 wxConvertFromMSWListItem(GetHwnd(), event.m_item, item); local
2036 wxLV_ITEM item; local
2371 long item = lvi.iItem; local
2506 const DWORD item = nmcd.dwItemSpec; local
2616 const int item = nmcd.dwItemSpec; local
2748 const int item = nmcd.dwItemSpec; local
2889 OnGetItemColumnImage(long item, long column) const argument
2926 RefreshItem(long item) argument
2989 LV_ITEM item; local
3159 wxConvertToMSWListCol(HWND hwndList, int col, const wxListItem& item, LV_COLUMN& lvCol) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmenu.cpp46 // Find an item given the Macintosh Menu Reference
87 wxMenuItem *item; local
93 item = (wxMenuItem *)node->GetData();
94 subMenu = item->GetSubMenu() ;
99 if ( item->IsSeparator() )
110 entry = wxAcceleratorEntry::Create( item->GetText() ) ;
114 wxIdToMacCommand ( item->GetId() ), 1, NULL, &winListPos);
122 UMAInsertMenuItem(wm, wxStripMenuCodes(item->GetText()) , wxFont::GetDefaultEncoding(), insertAfter, entry);
123 SetMenuItemCommandID( wm , insertAfter+1 , wxIdToMacCommand ( item->GetId() ) ) ;
124 SetMenuItemRefCon( wm , insertAfter+1 , (URefCon) item ) ;
280 DoAppend(wxMenuItem *item) argument
333 DoInsert(size_t pos, wxMenuItem *item) argument
341 DoRemove(wxMenuItem *item) argument
459 wxMenuItem *item; local
543 wxMenuItem *item; local
560 MacHandleCommandProcess( wxMenuItem* item, int id, wxWindow* targetWindow ) argument
583 MacHandleCommandUpdateStatus( wxMenuItem* item, int id, wxWindow* targetWindow ) argument
763 wxMenuItem *item = FindItem( wxApp::s_macPreferencesMenuItemId , NULL ) ; local
776 wxMenuItem *item = FindItem( wxApp::s_macExitMenuItemId , NULL ) ; local
793 wxMenuItem *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex75 \item All three fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
76 \item Only nominal set implies a VBR or ABR stream that averages the nominal bitrate
77 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
78 \item None set indicates the encoder does not care to speculate.
110 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one
111 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined
126 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one
127 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
138 \item \varname{[vorbis_floor_count]} = read 6 bits as unsigned integer and add one
139 \item Fo
[all...]

Completed in 407 milliseconds

1234567891011>>