Home
last modified time | relevance | path

Searched refs:pgs (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.c148 if (dvdspu->spu_state.pgs.palette[pal_id].A) { in dump_rle_data()
149 guint8 val = dvdspu->spu_state.pgs.palette[pal_id].A; in dump_rle_data()
267 colour = &state->pgs.palette[pal_id]; in pgs_composition_object_render()
371 PgsPresentationSegment *ps = &dvdspu->spu_state.pgs.pres_seg; in parse_presentation_segment()
484 state->pgs.palette[i].A = 0; in parse_set_palette()
500 state->pgs.palette[n].Y = Y * A; in parse_set_palette()
501 state->pgs.palette[n].U = U * A; in parse_set_palette()
502 state->pgs.palette[n].V = V * A; in parse_set_palette()
503 state->pgs.palette[n].A = A; in parse_set_palette()
545 state->pgs.win_x = GST_READ_UINT16_BE (payload + 1); in parse_set_window()
[all …]
Dmeson.build6 'gstspu-pgs.c',
Dgstdvdspu.h79 SpuPgsState pgs; member
/third_party/flutter/skia/gm/
Dpolygons.cpp64 } pgs[] = { in onOnceBeforeDraw() local
75 SkASSERT(SK_ARRAY_COUNT(pgs) == kNumPolygons); in onOnceBeforeDraw()
76 for (size_t pgIndex = 0; pgIndex < SK_ARRAY_COUNT(pgs); ++pgIndex) { in onOnceBeforeDraw()
77 fPolygons.push_back().moveTo(pgs[pgIndex].fPoints[0].fX, in onOnceBeforeDraw()
78 pgs[pgIndex].fPoints[0].fY); in onOnceBeforeDraw()
79 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw()
80 fPolygons.back().lineTo(pgs[pgIndex].fPoints[ptIndex].fX, in onOnceBeforeDraw()
81 pgs[pgIndex].fPoints[ptIndex].fY); in onOnceBeforeDraw()
/third_party/skia/gm/
Dpolygons.cpp64 } pgs[] = { in onOnceBeforeDraw() local
75 SkASSERT(SK_ARRAY_COUNT(pgs) == kNumPolygons); in onOnceBeforeDraw()
76 for (size_t pgIndex = 0; pgIndex < SK_ARRAY_COUNT(pgs); ++pgIndex) { in onOnceBeforeDraw()
78 b.moveTo(pgs[pgIndex].fPoints[0].fX, in onOnceBeforeDraw()
79 pgs[pgIndex].fPoints[0].fY); in onOnceBeforeDraw()
80 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw()
81 b.lineTo(pgs[pgIndex].fPoints[ptIndex].fX, in onOnceBeforeDraw()
82 pgs[pgIndex].fPoints[ptIndex].fY); in onOnceBeforeDraw()
/third_party/flutter/skia/third_party/externals/freetype/docs/
Dformats.txt180 for a specification given in Appendix D on pgs. 436-450. However,
/third_party/skia/third_party/externals/freetype/docs/
Dformats.txt185 for a specification given in Appendix D on pgs. 436-450. However,
/third_party/freetype/docs/
Dformats.txt185 for a specification given in Appendix D on pgs. 436-450. However,
/third_party/ffmpeg/
DChangelog337 - Support for muxing pcm and pgs in m2ts
/third_party/gstreamer/gstplugins_bad/
DChangeLog83338 * gst/dvdspu/gstspu-pgs.c:
83339 spu-pgs: Fix array memory leak
86733 * gst/dvdspu/gstspu-pgs.c:
86734 * gst/dvdspu/gstspu-pgs.h:
86745 * gst/dvdspu/gstspu-pgs.c:
86773 * gst/dvdspu/gstspu-pgs.c:
86774 dvdspu: fix pgs palette colors
86815 * gst/dvdspu/gstspu-pgs.c:
86827 * gst/dvdspu/gstspu-pgs.c:
86828 * gst/dvdspu/gstspu-pgs.h:
[all …]
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt6499 "pgs",
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6499 "pgs",
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6257 "pgs",
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h77806 struct page **pgs; member
/third_party/gstreamer/gstplugins_base/
DChangeLog124306 decodebin/uridecodebin: Recognise subpicture/x-pgs pads and output them.