Searched refs:write_pts (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/utils/ |
D | SkCustomTypeface.cpp | 295 auto write_pts = [&](const SkPoint pts[], int count) { in compress_write() local 305 case SkPathVerb::kMove: write_pts(&p[0], 1); break; in compress_write() 306 case SkPathVerb::kQuad: write_pts(&p[1], 2); break; in compress_write() 307 case SkPathVerb::kLine: write_pts(&p[1], 1); break; in compress_write()
|
/third_party/ffmpeg/libavformat/ |
D | mpegtsenc.c | 1385 static void write_pts(uint8_t *q, int fourbits, int64_t pts) in write_pts() function 1664 write_pts(q, flags >> 6, pts); in mpegts_write_pes() 1668 write_pts(q, 1, dts); in mpegts_write_pes()
|