Home
last modified time | relevance | path

Searched refs:play_res_y (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dttmlenc.c204 100, script_info.play_res_y); in ttml_get_origin()
213 script_info.play_res_y - style.margin_v : in ttml_get_extent()
214 script_info.play_res_y, in ttml_get_extent()
215 100, script_info.play_res_y); in ttml_get_extent()
310 if (script_info.play_res_x <= 0 || script_info.play_res_y <= 0) { in ttml_write_header_content()
313 script_info.play_res_x, script_info.play_res_y); in ttml_write_header_content()
324 script_info.play_res_x, script_info.play_res_y); in ttml_write_header_content()
Dass.c29 int play_res_x, int play_res_y, in ff_ass_subtitle_header_full() argument
72 play_res_x, play_res_y, font, font_size, in ff_ass_subtitle_header_full()
Dass.h72 int play_res_x, int play_res_y,
Dass_split.h32 int play_res_y; /**< video height that ASS coords are referring to */ member
Dmovtextenc.c220 if (s->frame_height && ass->script_info.play_res_y) in encode_sample_description()
221 s->font_scale_factor = (double)s->frame_height / ass->script_info.play_res_y; in encode_sample_description()
Dass_split.c64 {"PlayResY", ASS_INT, offsetof(ASSScriptInfo, play_res_y) },