Home
last modified time | relevance | path

Searched refs:ASS_DEFAULT_PLAYRESY (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsrtdec.c42 const int scaled_y = cy * (int64_t)ASS_DEFAULT_PLAYRESY / 480; in srt_to_ass()
47 const int scaled_y = y1 * (int64_t)ASS_DEFAULT_PLAYRESY / 480; in srt_to_ass()
Dass.h29 #define ASS_DEFAULT_PLAYRESY 288 macro
Dass.c90 ASS_DEFAULT_PLAYRESX, ASS_DEFAULT_PLAYRESY, in ff_ass_subtitle_header()
Dmovtextdec.c445 m->frame_height = ASS_DEFAULT_PLAYRESY; in mov_text_init()
Dccaption_dec.c487 y = ASS_DEFAULT_PLAYRESY * (0.1 + 0.0533 * i); in capture_screen()