Home
last modified time | relevance | path

Searched defs:n_points (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c286 vbi3_bit_slicer_point * points, unsigned int *n_points, const uint8_t * raw) in low_pass_bit_slicer_Y8()
459 vbi3_bit_slicer_point * points, unsigned int *n_points, const uint8_t * raw) in null_function()
509 unsigned int *n_points, unsigned int max_points, const uint8_t * raw) { in vbi3_bit_slicer_slice_with_points()
Draw_decoder.h110 unsigned int n_points; member
/third_party/skia/third_party/externals/freetype/src/base/
Dftgloadr.c206 FT_UInt n_points, in FT_GlyphLoader_CheckPoints()
Dftoutln.c345 FT_Int n_points = outline->n_points; in FT_Outline_Check() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c413 FT_ULong n_points, in triplet_decode()
522 store_points( FT_ULong n_points, in store_points()
657 compute_bbox( FT_ULong n_points, in compute_bbox()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderPoints.cpp568 const unsigned int n_points = sizeof(point_data) / sizeof(point_data[0]) / n_fields_per_point; in iterate() local
DesextcTessellationShaderVertexSpacing.cpp1129 const unsigned int n_points = (unsigned int)edge.points.size(); in verifyEdges() local
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c368 FT_Int n_points; in TT_Load_Simple_Glyph() local
955 FT_Int n_points; in TT_Process_Simple_Glyph() local
Dttgxvar.c3852 FT_UInt n_points ) in TT_Vary_Apply_Glyph_Deltas()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftimage.h339 short n_points; /* number of points in the glyph */ member
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.c854 FT_UShort n_points; in gxv_ctlPoint_validate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp5786 const unsigned int n_points = 5; /* total number of points to check */ in verify() local
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h1695 FT_UShort n_points; /* number of points in zone */ member
/third_party/pulseaudio/src/modules/
Dmodule-equalizer-sink.c168 static void interpolate(float *samples, size_t length, uint32_t *xs, float *ys, size_t n_points) { in interpolate()