Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c49 AVSubtitleRect *sub_rect;
142 static void subtitle_rect_free(AVSubtitleRect **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()
295 static int gen_sub_ass(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_ass()
412 static void fix_transparency(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, in fix_transparency()
451 static int gen_sub_bitmap(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_bitmap()
H A Ddvdsubenc.c119 const AVSubtitleRect *r) in count_colors()
236 static void copy_rectangle(AVSubtitleRect *dst, AVSubtitleRect *src, int cmap[]) in copy_rectangle()
264 AVSubtitleRect vrect; in encode_dvd_subtitles()
H A Davcodec.h2277 typedef struct AVSubtitleRect { struct
2303 } AVSubtitleRect; typedef
2310 AVSubtitleRect **rects;
2367 * Get the AVClass for AVSubtitleRect. It can be used in combination with
H A Dass.c121 AVSubtitleRect **rects = sub->rects, *rect; in ff_ass_add_rect2()
H A Dxsubdec.c55 AVSubtitleRect *rect; in decode_frame()
H A Doptions.c221 #define SROFFSET(x) offsetof(AVSubtitleRect,x)
235 .class_name = "AVSubtitleRect",
H A Dpgssubdec.c162 static int decode_rle(AVCodecContext *avctx, AVSubtitleRect *rect, in decode_rle()
532 AVSubtitleRect *const rect = av_mallocz(sizeof(*rect)); in display_end_segment()
H A Davcodec.c423 AVSubtitleRect *const rect = sub->rects[i]; in avsubtitle_free()
H A Ddvdsubdec.c375 sub_header->rects[0] = av_mallocz(sizeof(AVSubtitleRect)); in decode_dvd_subtitles()
H A Ddvbsubdec.c663 static void compute_default_clut(DVBSubContext *ctx, uint8_t *clut, AVSubtitleRect *rect, int w, int h) in compute_default_clut()
735 AVSubtitleRect *rect; in save_subtitle_set()
/third_party/ffmpeg/fftools/
H A Dffplay.c985 AVSubtitleRect *sub_rect = sp->sub.rects[i]; in video_image_display()
1650 AVSubtitleRect *sub_rect = sp->sub.rects[i]; in video_refresh()
H A Dffmpeg.c192 AVSubtitleRect *r) in sub2video_copy_rect()

Completed in 25 milliseconds