Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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()
H A Dass.c29 int play_res_x, int play_res_y, in ff_ass_subtitle_header_full()
72 play_res_x, play_res_y, font, font_size, in ff_ass_subtitle_header_full()
28 ff_ass_subtitle_header_full(AVCodecContext *avctx, int play_res_x, int play_res_y, const char *font, int font_size, int primary_color, int secondary_color, int outline_color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header_full() argument
H A Dass.h56 * @param play_res_y subtitle frame height
72 int play_res_x, int play_res_y,
H A Dass_split.h32 int play_res_y; /**< video height that ASS coords are referring to */ member
H A Dmovtextenc.c219 // output video height and ASS script play_res_y in encode_sample_description()
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()
H A Dass_split.c64 {"PlayResY", ASS_INT, offsetof(ASSScriptInfo, play_res_y) },

Completed in 5 milliseconds