Home
last modified time | relevance | path

Searched refs:pjs (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dpjsdec.c68 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()
97 ff_subtitles_queue_clean(&pjs->q); in pjs_read_header()
106 ff_subtitles_queue_finalize(s, &pjs->q); in pjs_read_header()
112 PJSContext *pjs = s->priv_data; in pjs_read_packet() local
113 return ff_subtitles_queue_read_packet(&pjs->q, pkt); in pjs_read_packet()
119 PJSContext *pjs = s->priv_data; in pjs_read_seek() local
120 return ff_subtitles_queue_seek(&pjs->q, s, stream_index, in pjs_read_seek()
126 PJSContext *pjs = s->priv_data; in pjs_read_close() local
127 ff_subtitles_queue_clean(&pjs->q); in pjs_read_close()
/third_party/ffmpeg/tests/fate/
Dsubtitles.mak46 FATE_SUBTITLES_ASS-$(call DEMDEC, PJS, PJS) += fate-sub-pjs
47 fate-sub-pjs: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/PJS_capability_tester.pjs
/third_party/libwebsockets/lib/misc/
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/ffmpeg/libavcodec/
Dtextdec.c142 DECLARE_CLASS(pjs);
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h258 lws_struct_json_serialize_destroy(lws_struct_serialize_t **pjs);