| /third_party/skia/src/codec/ |
| H A D | SkBmpBaseCodec.h | 31 uint8_t* srcBuffer() { return reinterpret_cast<uint8_t*>(fSrcBuffer.get()); } in srcBuffer() function in SkBmpBaseCodec
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_copytex.c | 49 st_copy_framebuffer_to_texture(GLenum srcBuffer, in st_copy_framebuffer_to_texture() argument
|
| /foundation/multimedia/drm_framework/services/drm_service/client/src/ |
| H A D | media_decrypt_module_service_proxy.cpp | 64 ProcessDrmBuffer(MessageParcel &data, IMediaDecryptModuleService::DrmBuffer &srcBuffer, IMediaDecryptModuleService::DrmBuffer &dstBuffer) ProcessDrmBuffer() argument 99 DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &cryptInfo, IMediaDecryptModuleService::DrmBuffer &srcBuffer, IMediaDecryptModuleService::DrmBuffer &dstBuffer) DecryptMediaData() argument [all...] |
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_cmd_copy.c | 29 vk_common_CmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferCopy *pRegions) vk_common_CmdCopyBuffer() argument 107 vk_common_CmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy *pRegions) vk_common_CmdCopyBufferToImage() argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/util/ |
| H A D | dump_compressor.cpp | 33 DumpStatus DumpCompressor::Compress(CompressBuffer*& srcBuffer, CompressBuffer*& destBuffer) in Compress() argument 92 DumpStatus DumpCompressor::FillBuffer(int& flush, CompressBuffer*& srcBuffer, char*& buffIn, in FillBuffer() argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
| H A D | zip_output.cpp | 63 CompressBuffer* srcBuffer = srcBuffer_.get(); in Execute() local 109 CompressBuffer* srcBuffer = srcBuffer_.get(); CompressAndWriteToFd() local 137 CompressBuffer* srcBuffer = srcBuffer_.get(); CompressBigLine() local [all...] |
| /base/update/updater/test/unittest/applypatch_test/ |
| H A D | blockset_unittest.cpp | 102 std::vector<uint8_t> srcBuffer;
in HWTEST_F() local
|
| /drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/ |
| H A D | native_buffer_test.cpp | 64 sptr<NativeBuffer> srcBuffer = new NativeBuffer(nullptr);
in HWTEST_F() local 84 sptr<NativeBuffer> srcBuffer = new NativeBuffer(srcHandle);
in HWTEST_F() local 103 NativeBuffer srcBuffer;
in HWTEST_F() local 194 NativeBuffer srcBuffer; HWTEST_F() local 221 NativeBuffer srcBuffer; HWTEST_F() local 372 sptr<NativeBuffer> srcBuffer = new NativeBuffer(nullptr); HWTEST_F() local [all...] |
| /foundation/multimedia/av_codec/services/engine/codec/audio/ |
| H A D | audio_resample.cpp | 70 int32_t AudioResample::Convert(const uint8_t* srcBuffer, const size_t srcLength, uint8_t*& destBuffer, in Convert() argument
|
| /foundation/multimedia/media_foundation/engine/plugin/convert/ |
| H A D | ffmpeg_convert.cpp | 57 Status Resample::Convert(const uint8_t* srcBuffer, const size_t srcLength, uint8_t*& destBuffer, size_t& destLength) in Convert() argument
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| H A D | image_format_convert_fail_test.cpp | 69 const_uint8_buffer_type srcBuffer = src; in HWTEST_F() local 141 const_uint8_buffer_type srcBuffer = nullptr; in HWTEST_F() local 161 const_uint8_buffer_type srcBuffer = nullptr; in HWTEST_F() local 181 const_uint8_buffer_type srcBuffer = nullptr; in HWTEST_F() local 205 const_uint8_buffer_type srcBuffer = src; in HWTEST_F() local 232 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; HWTEST_F() local 250 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; HWTEST_F() local 268 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; HWTEST_F() local 286 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; HWTEST_F() local 304 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; HWTEST_F() local 322 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; HWTEST_F() local 340 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; HWTEST_F() local [all...] |
| /foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/ |
| H A D | image_source_filter.cpp | 48 ErrorCode UpdateInputBufferIfNeed(std::shared_ptr<EffectBuffer> &srcBuffer, std::shared_ptr<EffectBuffer> &buffer, in UpdateInputBufferIfNeed() argument [all...] |
| /third_party/ffmpeg/libswscale/tests/ |
| H A D | colorspace.c | 40 uint8_t *srcBuffer = av_malloc(SIZE); in main() local
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_ext_rendertexture.c | 108 GLenum texFormat, srcBuffer, target; in wglBindTexImageARB() local 200 GLenum srcBuffer; in wglReleaseTexImageARB() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | IndexDataManager.h | 44 BufferD3D *srcBuffer; member
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | VideoViewsValidationTests.cpp | 227 wgpu::Buffer srcBuffer = utils::CreateBufferFromData( in TEST_F() local 248 wgpu::Buffer srcBuffer = utils::CreateBufferFromData( in TEST_F() local
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| H A D | hc_file.c | 155 const char *srcBuffer = (const char *)src; in HcFileWrite() local
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/ |
| H A D | hc_file_posix.c | 155 const char *srcBuffer = (const char *)src; in HcFileWrite() local
|
| /base/update/updater/services/applypatch/ |
| H A D | command_process.cpp | 143 int32_t DiffAndMoveCommandFn::WriteDiffToBlock(const Command ¶ms, std::vector<uint8_t> &srcBuffer,
in WriteDiffToBlock() argument
|
| /drivers/peripheral/clearplay/hdi_service/src/ |
| H A D | media_decrypt_module_service.cpp | 222 int32_t MediaDecryptModuleService::CopyBuffer(uint8_t *srcBuffer, uint8_t *destBuffer, in CopyBuffer() argument 46 DecryptMediaData(bool secure, const CryptoInfo &cryptoInfo, const DrmBuffer &srcBuffer, const DrmBuffer &destBuffer) DecryptMediaData() argument [all...] |
| /drivers/peripheral/display/composer/vdi_base/src/ |
| H A D | hdi_gfx_composition.cpp | 158 HdiLayerBuffer *srcBuffer = src.GetCurrentBuffer(); in BlitLayer() local
|
| /drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
| H A D | hdi_gfx_composition.cpp | 136 HdiLayerBuffer *srcBuffer = src.GetCurrentBuffer();
in BlitLayer() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
| H A D | ffmpeg_convert.cpp | 94 Status Resample::Convert(const uint8_t *srcBuffer, const size_t srcLength, uint8_t *&destBuffer, size_t &destLength) in Convert() argument
|
| /foundation/multimedia/drm_framework/services/drm_service/server/src/ |
| H A D | media_decrypt_module_service.cpp | 82 DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &cryptInfo, IMediaDecryptModuleService::DrmBuffer &srcBuffer, IMediaDecryptModuleService::DrmBuffer &dstBuffer) DecryptMediaData() argument 130 SetDrmBufferInfo(OHOS::HDI::Drm::V1_0::DrmBuffer* drmSrcBuffer, OHOS::HDI::Drm::V1_0::DrmBuffer* drmDstBuffer, IMediaDecryptModuleService::DrmBuffer &srcBuffer, IMediaDecryptModuleService::DrmBuffer &dstBuffer, uint32_t bufLen) SetDrmBufferInfo() argument [all...] |
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
| H A D | dm_app_image_info.h | 78 int32_t SetThumbnailData(uint8_t *srcBuffer, int32_t srcBufferLen, int32_t copyIndex, int32_t copyLen) in SetThumbnailData() argument
|