HomeSort by relevance Sort by last modified time
    Searched defs:SPEC (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
overlapadd.h 102 #define SPEC(ptr,w,gl) ((ptr)+((w)*(gl)))
  /frameworks/rs/api/
gen_runtime.cpp 17 /* This program processes Renderscript function definitions described in spec files.
18 * For each spec file provided on the command line, it generates a corresponding
30 * - SpecFile: Represents on spec file.
32 * spec file contains many entries for clamp, we'll only have one clamp instance.
35 * spec file. Strings that are parts of a Specification can include placeholders,
93 string specType; // The type found in the spec, e.g. "f16"
105 string specName; // e.g. x, as found in the spec file
125 /* Parse the parameter definition found in the spec file. It will generate a name if none
133 // An entire spec file and the methods to process it.
153 /* Represents a function, like "clamp". Even though the spec file contains many entries for clamp
706 Specification* spec = Specification::scanSpecification(specFile); local
900 Specification* spec = new Specification(); local
    [all...]

Completed in 70 milliseconds