Home
last modified time | relevance | path

Searched defs:source (Results 776 - 800 of 3135) sorted by relevance

1...<<31323334353637383940>>...126

/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
H A DSimpleMultiPlayer.cpp143 void SimpleMultiPlayer::addSampleSource(SampleSource* source, SampleBuffer* buffer) { in addSampleSource() argument
/third_party/skia/third_party/externals/oboe/src/common/
H A DUtilities.cpp34 void convertFloatToPcm16(const float *source, int16_t *destination, int32_t numSamples) { in convertFloatToPcm16() argument
48 void convertPcm16ToFloat(const int16_t *source, float *destination, int32_t numSamples) { in convertPcm16ToFloat() argument
/third_party/skia/third_party/externals/oboe/src/fifo/
H A DFifoBuffer.cpp80 uint8_t *source = &mStorage[convertFramesToBytes(readIndex)]; in read() local
122 const uint8_t *source = reinterpret_cast<const uint8_t *>(buffer); in write() local
[all...]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DBrotliInputStream.cs42 public BrotliInputStream(System.IO.Stream source) in BrotliInputStream() argument
63 BrotliInputStream(System.IO.Stream source, int byteReadBufferSize) BrotliInputStream() argument
89 BrotliInputStream(System.IO.Stream source, int byteReadBufferSize, byte[] customDictionary) BrotliInputStream() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DStackContainer.h98 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUQueue.cpp117 copyExternalImageToTexture(Napi::Env, interop::GPUImageCopyExternalImage source, interop::GPUImageCopyTextureTagged destination, interop::GPUExtent3D copySize) copyExternalImageToTexture() argument
H A DGPUCommandEncoder.cpp59 copyBufferToBuffer(Napi::Env env, interop::Interface<interop::GPUBuffer> source, interop::GPUSize64 sourceOffset, interop::Interface<interop::GPUBuffer> destination, interop::GPUSize64 destinationOffset, interop::GPUSize64 size) copyBufferToBuffer() argument
77 copyBufferToTexture(Napi::Env env, interop::GPUImageCopyBuffer source, interop::GPUImageCopyTexture destination, interop::GPUExtent3D copySize) copyBufferToTexture() argument
95 copyTextureToBuffer(Napi::Env env, interop::GPUImageCopyTexture source, interop::GPUImageCopyBuffer destination, interop::GPUExtent3D copySize) copyTextureToBuffer() argument
113 copyTextureToTexture(Napi::Env env, interop::GPUImageCopyTexture source, interop::GPUImageCopyTexture destination, interop::GPUExtent3D copySize) copyTextureToTexture() argument
/third_party/openssl/crypto/ct/
H A Dct_local.h80 sct_source_t source; member
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftlzw.c67 FT_Stream source; /* parent/source stream */ member
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset.cc222 _is_table_present (hb_face_t *source, hb_tag_t tag) in _is_table_present() argument
346 hb_subset_or_fail (hb_face_t *source, const hb_subset_input_t *input) in hb_subset_or_fail() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.cc195 ReadableFontDataPtr source; in SubSerialize() local
/third_party/pulseaudio/src/modules/
H A Dmodule-pipe-source.c68 pa_source *source; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DConvertUTF.h245 convertUTF8Sequence(const UTF8 **source, const UTF8 *sourceEnd, UTF32 *target, ConversionFlags flags) convertUTF8Sequence() argument
[all...]
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc62 GzipCompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) GzipCompressHelper() argument
79 CompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, int compression_level, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) CompressHelper() argument
156 GzipUncompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) GzipUncompressHelper() argument
167 UncompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) UncompressHelper() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvlat1.cpp38 const uint8_t *source; in _Latin1ToUnicodeWithOffsets() local
124 const uint8_t *source=(const uint8_t *)pArgs->source; _Latin1GetNextUChar() local
140 const UChar *source, *sourceLimit; _Latin1FromUnicodeWithOffsets() local
328 const uint8_t *source, *sourceLimit; ucnv_Latin1FromUTF8() local
484 const uint8_t *source, *sourceLimit; _ASCIIToUnicodeWithOffsets() local
593 const uint8_t *source; _ASCIIGetNextUChar() local
621 const uint8_t *source, *sourceLimit; ucnv_ASCIIFromUTF8() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DCopyTextureForBrowserTests.cpp72 wgpu::Texture source = in TEST_F() local
162 wgpu::Texture source = TEST_F() local
222 wgpu::Texture source = TEST_F() local
[all...]
/third_party/python/Python/
H A DPython-tokenize.c39 tokenizeriter_new_impl(PyTypeObject *type, const char *source) in tokenizeriter_new_impl() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSchema.java127 abstract T merge(T destination, T source); in merge() argument
/third_party/pulseaudio/src/pulsecore/
H A Ddevice-port.c111 pa_source *source; in pa_device_port_set_available() local
234 pa_source *source; pa_device_port_set_latency_offset() local
294 pa_source *source; pa_device_port_get_source() local
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc161 LimitByteSource::LimitByteSource(ByteSource *source, size_t limit) in LimitByteSource() argument
/third_party/skia/experimental/webgpu-bazel/src/
H A Dbindings.cpp26 wgpu::ShaderModule createShaderModule(wgpu::Device device, const char* source) { in createShaderModule() argument
106 wgpu::ShaderModule makeShader(std::string source) { in makeShader() argument
/third_party/skia/modules/skottie/src/effects/
H A DGlowStyles.cpp113 sk_sp<SkImageFilter> source; variable
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Derror.rs126 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source() functions
150 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() functions
/third_party/spirv-tools/source/opt/
H A Dcontrol_dependence.h53 ControlDependence(uint32_t source, uint32_t target) in ControlDependence() argument
59 ControlDependence(uint32_t source, uint32_ argument
[all...]
H A Dcopy_prop_arrays.cpp93 std::unique_ptr<MemoryObject> source = GetSourceObjectIfAny( in FindSourceObjectIfPossible() local
132 PropagateObject(Instruction* var_inst, MemoryObject* source, Instruction* insertion_point) PropagateObject() argument
[all...]

Completed in 12 milliseconds

1...<<31323334353637383940>>...126