Searched refs:ASS (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ass_split.c | 2 * SSA/ASS spliting functions 60 .offset = offsetof(ASS, script_info), 73 .offset = offsetof(ASS, styles), 74 .offset_count = offsetof(ASS, styles_count), 105 .offset = offsetof(ASS, styles), 106 .offset_count = offsetof(ASS, styles_count), 132 .offset = offsetof(ASS, dialogs), 133 .offset_count = offsetof(ASS, dialogs_count), 206 ASS ass; 580 ASS *as in ff_ass_style_get() [all...] |
H A D | ass_split.h | 2 * SSA/ASS spliting functions 31 int play_res_x; /**< video width that ASS coords are referring to */ 32 int play_res_y; /**< video height that ASS coords are referring to */ 45 int outline_color; /**< color for outline in ASS, called tertiary in SSA */ 88 * structure containing the whole split ASS data 96 } ASS; typedef 99 * This struct can be casted to ASS to access to the split data. 104 * Split a full ASS file or a ASS header from a string buffer and store 107 * @param buf String containing the ASS formatte [all...] |
H A D | ttmlenc.c | 116 "Splitting received ASS dialog text %s failed: %s\n", in ttml_encode_frame() 251 "Failed to convert ASS style alignment %d of style %s to " in ttml_write_region() 304 ASS *ass = (ASS *)s->ass_ctx; in ttml_write_header_content()
|
H A D | movtextenc.c | 112 but will come from ASS style in the future*/ in encode_styl() 179 ASS *ass; in encode_sample_description() 216 // Populate sample description from ASS header in encode_sample_description() 217 ass = (ASS*)s->ass_ctx; in encode_sample_description() 219 // output video height and ASS script play_res_y in encode_sample_description() 261 // is avaiable in the ASS header in encode_sample_description() 453 /* If there are more than one secondary color changes in ASS, in mov_text_color_cb() 678 av_log(avctx, AV_LOG_ERROR, "Buffer too small for ASS event.\n"); in mov_text_encode_frame()
|
/third_party/ffmpeg/tests/fate/ |
H A D | subtitles.mak | 13 FATE_SUBTITLES_ASS-$(call DEMDEC, ASS, ASS) += fate-sub-ass-to-ass-transcode 122 FATE_SUBTITLES-$(call ENCMUX, ASS, ASS) += $(FATE_SUBTITLES_ASS-yes)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 688 DictScope ASS(*SW, ScopeName); in ParseSubsection()
|
Completed in 6 milliseconds