Home
last modified time | relevance | path

Searched defs:pfloat (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c508 GParamSpecFloat *pfloat = G_PARAM_SPEC_FLOAT (spec); in _add_properties() local
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c562 GParamSpecFloat *pfloat = G_PARAM_SPEC_FLOAT (param); in print_object_properties_info() local
/third_party/ejdb/src/jbl/
Dbinn.c3024 BOOL binn_get_double(binn *value, double *pfloat) { in binn_get_double()