Searched refs:play_res_y (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
H A D | ass.c | 29 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 D | ass.h | 56 * @param play_res_y subtitle frame height 72 int play_res_x, int play_res_y,
|
H A D | ass_split.h | 32 int play_res_y; /**< video height that ASS coords are referring to */ member
|
H A D | movtextenc.c | 219 // 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 D | ass_split.c | 64 {"PlayResY", ASS_INT, offsetof(ASSScriptInfo, play_res_y) },
|
Completed in 5 milliseconds