Searched refs:play_res_y (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ttmlenc.c | 204 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()
|
D | ass.c | 29 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()
|
D | ass.h | 72 int play_res_x, int play_res_y,
|
D | ass_split.h | 32 int play_res_y; /**< video height that ASS coords are referring to */ member
|
D | movtextenc.c | 220 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()
|
D | ass_split.c | 64 {"PlayResY", ASS_INT, offsetof(ASSScriptInfo, play_res_y) },
|