Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c49 AVSubtitleRect *sub_rect; member
142 static void subtitle_rect_free(AVSubtitleRect **sub_rect) in subtitle_rect_free() argument
144 av_freep(&(*sub_rect)->data[0]); in subtitle_rect_free()
145 av_freep(&(*sub_rect)->data[1]); in subtitle_rect_free()
146 av_freep(&(*sub_rect)->ass); in subtitle_rect_free()
147 av_freep(sub_rect); in subtitle_rect_free()
167 static int gen_sub_text(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_text() argument
219 sub_rect->type = SUBTITLE_ASS; in gen_sub_text()
220 sub_rect->ass = create_ass_text(ctx, buf.str); in gen_sub_text()
222 if (!sub_rect in gen_sub_text()
295 gen_sub_ass(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) gen_sub_ass() argument
412 fix_transparency(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top, int resx, int resy) fix_transparency() argument
451 gen_sub_bitmap(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) gen_sub_bitmap() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffplay.c985 AVSubtitleRect *sub_rect = sp->sub.rects[i]; in video_image_display() local
987 sub_rect->x = av_clip(sub_rect->x, 0, sp->width ); in video_image_display()
988 sub_rect->y = av_clip(sub_rect->y, 0, sp->height); in video_image_display()
989 sub_rect->w = av_clip(sub_rect->w, 0, sp->width - sub_rect->x); in video_image_display()
990 sub_rect->h = av_clip(sub_rect in video_image_display()
1650 AVSubtitleRect *sub_rect = sp->sub.rects[i]; video_refresh() local
[all...]

Completed in 5 milliseconds