Home
last modified time | relevance | path

Searched refs:pjs (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dpjsdec.c25 * @see http://subs.com.ru/page.php?al=pjs
68 PJSContext *pjs = s->priv_data; in pjs_read_header() local
95 sub = ff_subtitles_queue_insert(&pjs->q, p, strlen(p), 0); in pjs_read_header()
104 ff_subtitles_queue_finalize(s, &pjs->q); in pjs_read_header()
109 .name = "pjs",
115 .extensions = "pjs",
/third_party/ffmpeg/tests/fate/
H A Dsubtitles.mak53 FATE_SUBTITLES_ASS-$(call DEMDEC, PJS, PJS) += fate-sub-pjs
54 fate-sub-pjs: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/PJS_capability_tester.pjs
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c517 lws_struct_json_serialize_destroy(lws_struct_serialize_t **pjs) in lws_struct_json_serialize_destroy() argument
519 if (!*pjs) in lws_struct_json_serialize_destroy()
522 lws_free(*pjs); in lws_struct_json_serialize_destroy()
524 *pjs = NULL; in lws_struct_json_serialize_destroy()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-struct.h258 lws_struct_json_serialize_destroy(lws_struct_serialize_t **pjs);

Completed in 3 milliseconds