OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destPtr
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
copy_set_operations.c
56
int16_t*
destPtr
= dest;
61
*
destPtr
-- = *sourcePtr++;
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
CryptoPlugin.cpp
128
void*
destPtr
= NULL;
141
destPtr
= static_cast<void *>(base + destination.nonsecureMemory.offset);
145
destPtr
= static_cast<void *>(handle);
172
memcpy(reinterpret_cast<uint8_t*>(
destPtr
) + offset,
184
static_cast<uint8_t*>(
destPtr
), toVector(subSamples), &bytesDecrypted);
/external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp
360
deUint8*
destPtr
= reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr());
361
deMemcpy(data,
destPtr
, static_cast<size_t>(bufferSize));
649
deUint8*
destPtr
= reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr());
650
deMemcpy(
destPtr
, data, static_cast<size_t>(bufferSize));
720
deUint8*
destPtr
= reinterpret_cast<deUint8*>(getBoundMemory().getHostPtr());
721
destPtr
+= imageLayout.offset;
722
destPtr
+= offset.z * imageLayout.depthPitch;
723
destPtr
+= offset.y * imageLayout.rowPitch;
724
destPtr
+= offset.x;
727
imageLayout.rowPitch, imageLayout.depthPitch, data,
destPtr
);
[
all
...]
/external/icu/icu4c/source/common/
rbbitblb.cpp
[
all
...]
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc
[
all
...]
Completed in 167 milliseconds