Searched refs:nb_pages (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibzvbi-teletextdec.c64 int nb_pages; member in struct:TeletextContext
328 if (ctx->nb_pages < MAX_BUFFERED_PAGES) {
329 if ((new_pages = av_realloc_array(ctx->pages, ctx->nb_pages + 1, sizeof(TeletextPage)))) {
330 TeletextPage *cur_page = new_pages + ctx->nb_pages;
344 ctx->pages[ctx->nb_pages++] = *cur_page;
451 if (ctx->nb_pages) {
474 for (i = 0; i < ctx->nb_pages - 1; i++)
476 ctx->nb_pages--;
520 while (ctx->nb_pages)
521 subtitle_rect_free(&ctx->pages[--ctx->nb_pages]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Danm.c38 unsigned int nb_pages; /**< total pages in file */ member in struct:__anon3449
92 anm->nb_pages = avio_rl16(pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Danm.c38 unsigned int nb_pages; /**< total pages in file */ member in struct:__anon2110
93 anm->nb_pages = avio_rl16(pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp376 GList *nb_pages = GTK_NOTEBOOK(m_widget)->children; local
378 if (g_list_length(nb_pages) != 0)
386 g_list_index( nb_pages, cur );

Completed in 125 milliseconds