Searched defs:transformType (Results 1 – 6 of 6) sorted by relevance
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | VorbisUtil.java | 111 public final int transformType; field in VorbisUtil.Mode 114 public Mode(boolean blockFlag, int windowType, int transformType, int mapping) { in Mode() 348 int transformType = bitArray.readBits(16); in readModes() local
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | VorbisUtil.java | 111 public final int transformType; field in VorbisUtil.Mode 114 public Mode(boolean blockFlag, int windowType, int transformType, int mapping) { in Mode() 342 int transformType = bitArray.readBits(16); in readModes() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | VorbisUtil.java | 120 public final int transformType; field in VorbisUtil.Mode 123 public Mode(boolean blockFlag, int windowType, int transformType, int mapping) { in Mode() 396 int transformType = bitArray.readBits(16); in readModes() local
|
/external/brotli/java/org/brotli/dec/ |
D | Transform.java | 109 int transformType = triplets[transformOffset + 1]; in transformDictionaryWord() local
|
/external/icu/icu4c/source/tools/gendict/ |
D | gendict.cpp | 124 int32_t transformType; member in DataDict
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_ext_params.cpp | 2121 GLenum transformType, in CaptureCoverFillPathInstancedCHROMIUM_paths() 2135 GLenum transformType, in CaptureCoverFillPathInstancedCHROMIUM_transformValues() 2149 GLenum transformType, in CaptureCoverStrokePathInstancedCHROMIUM_paths() 2163 GLenum transformType, in CaptureCoverStrokePathInstancedCHROMIUM_transformValues() 2178 GLenum transformType, in CaptureStencilStrokePathInstancedCHROMIUM_paths() 2193 GLenum transformType, in CaptureStencilStrokePathInstancedCHROMIUM_transformValues() 2208 GLenum transformType, in CaptureStencilFillPathInstancedCHROMIUM_paths() 2223 GLenum transformType, in CaptureStencilFillPathInstancedCHROMIUM_transformValues() 2239 GLenum transformType, in CaptureStencilThenCoverFillPathInstancedCHROMIUM_paths() 2256 GLenum transformType, in CaptureStencilThenCoverFillPathInstancedCHROMIUM_transformValues() [all …]
|