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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibzvbi-teletextdec.c57 int chop_top; member in struct:TeletextContext
127 static int gen_sub_text(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) argument
139 0, chop_top,
140 page->columns, page->rows-chop_top);
194 int chop_top, uint8_t transparent_color, int resx, int resy)
201 vbi_char *vc = page->text + (iy / BITMAP_CHAR_HEIGHT + chop_top) * page->columns;
225 static int gen_sub_bitmap(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) argument
228 int resy = (page->rows - chop_top) * BITMAP_CHAR_HEIGHT;
231 vbi_char *vc = page->text + (chop_top * page->columns);
254 0, chop_top, pag
193 fix_transparency(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top, uint8_t transparent_color, int resx, int resy) argument
292 int chop_top; local
[all...]

Completed in 63 milliseconds