/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_format_convert_fail_test.cpp | 69 const_uint8_buffer_type srcBuffer = src; variable 141 const_uint8_buffer_type srcBuffer = nullptr; variable 161 const_uint8_buffer_type srcBuffer = nullptr; variable 181 const_uint8_buffer_type srcBuffer = nullptr; variable 205 const_uint8_buffer_type srcBuffer = src; variable 232 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; variable 250 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; variable 268 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; variable 286 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; variable 304 uint8_t srcBuffer[LENGTH] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 }; variable [all …]
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/ |
H A D | native_buffer_test.cpp | 64 sptr<NativeBuffer> srcBuffer = new NativeBuffer(nullptr); variable 84 sptr<NativeBuffer> srcBuffer = new NativeBuffer(srcHandle); variable 103 NativeBuffer srcBuffer; variable 194 NativeBuffer srcBuffer; variable 221 NativeBuffer srcBuffer; variable 372 sptr<NativeBuffer> srcBuffer = new NativeBuffer(nullptr); variable
|
/ohos5.0/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(); in CompressAndWriteToFd() local 137 CompressBuffer* srcBuffer = srcBuffer_.get(); in CompressBigLine() local
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | media_decrypt_module_service_proxy.cpp | 48 …IMediaDecryptModuleService::DrmBuffer &srcBuffer, IMediaDecryptModuleService::DrmBuffer &dstBuffer) in ProcessDrmBuffer() 83 …IMediaDecryptModuleService::CryptInfo &cryptInfo, IMediaDecryptModuleService::DrmBuffer &srcBuffer, in DecryptMediaData()
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/ |
H A D | image_processing_native.cpp | 121 sptr<SurfaceBuffer> srcBuffer = nullptr; in ConvertColorSpace() local 148 sptr<SurfaceBuffer> srcBuffer = nullptr; in Compose() local 180 sptr<SurfaceBuffer> srcBuffer = nullptr; in Decompose() local 214 sptr<SurfaceBuffer> srcBuffer = nullptr; in GenerateMetadata() local 230 sptr<SurfaceBuffer> srcBuffer = nullptr; in EnhanceDetail() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert_utils.cpp | 204 static bool RGBAConvert(const RGBDataInfo &rgbInfo, const uint8_t *srcBuffer, uint8_t *dstBuffer, in RGBAConvert() 290 static bool YuvP010ToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcForm… in YuvP010ToRGB10() 397 static bool RGBToYuvP010(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcForma… in RGBToYuvP010() 429 static bool RGB10ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGB10ToYuv() 587 static bool YUVToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YUVToRGB10() 640 static bool YuvToYuvP010(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvToYuvP010() 698 static bool YuvP010ToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvP010ToYuv() 806 static bool YuvP010ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvP010ToRGB() 1130 static bool YuvToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvToYuv() 1155 static bool YuvToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvToRGB() [all …]
|
H A D | image_format_convert_ext_utils.cpp | 332 static bool YuvToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToRGB() 419 static bool RGBToI420ToI010ToP010(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat… in RGBToI420ToI010ToP010() 539 static bool RGB10ToRGBToI420ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat… in RGB10ToRGBToI420ToYuv() 1213 static bool RGBToI420ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFor… in RGBToI420ToYuv() 1265 static bool RGBToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToYuv()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | dump_compressor.cpp | 33 DumpStatus DumpCompressor::Compress(CompressBuffer*& srcBuffer, CompressBuffer*& destBuffer) in Compress() 92 DumpStatus DumpCompressor::FillBuffer(int& flush, CompressBuffer*& srcBuffer, char*& buffIn, in FillBuffer()
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_decrypt_module_service.cpp | 47 const DrmBuffer &srcBuffer, const DrmBuffer &destBuffer) in DecryptMediaData() 222 int32_t MediaDecryptModuleService::CopyBuffer(uint8_t *srcBuffer, uint8_t *destBuffer, in CopyBuffer()
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | media_decrypt_module_service.cpp | 83 …IMediaDecryptModuleService::CryptInfo &cryptInfo, IMediaDecryptModuleService::DrmBuffer &srcBuffer, in DecryptMediaData() 131 OHOS::HDI::Drm::V1_0::DrmBuffer* drmDstBuffer, IMediaDecryptModuleService::DrmBuffer &srcBuffer, in SetDrmBufferInfo()
|
H A D | media_decrypt_module_service_stub.cpp | 92 IMediaDecryptModuleService::DrmBuffer srcBuffer; in OnRemoteRequest() local
|
/ohos5.0/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<EffectB… in UpdateInputBufferIfNeed()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/ |
H A D | audio_resample.cpp | 71 int32_t AudioResample::Convert(const uint8_t* srcBuffer, const size_t srcLength, uint8_t*& destBuff… in Convert()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/ |
H A D | colorspace_helper.cpp | 188 ErrorCode ApplyColorSpaceIfNeed(std::shared_ptr<EffectBuffer> &srcBuffer, const std::shared_ptr<Eff… in ApplyColorSpaceIfNeed() 258 ErrorCode ColorSpaceHelper::ConvertColorSpace(std::shared_ptr<EffectBuffer> &srcBuffer, in ConvertColorSpace()
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/ |
H A D | test_util.cpp | 286 napi_value srcBuffer = nullptr; variable 318 napi_value srcBuffer = nullptr; variable 348 napi_value srcBuffer = nullptr; variable 382 napi_value srcBuffer = nullptr; variable 431 napi_value srcBuffer = nullptr; variable 466 napi_value srcBuffer = nullptr; variable 501 napi_value srcBuffer = nullptr; variable 536 napi_value srcBuffer = nullptr; variable 571 napi_value srcBuffer = nullptr; variable 1877 napi_value srcBuffer = nullptr; variable [all …]
|
/ohos5.0/base/update/updater/test/unittest/applypatch_test/ |
H A D | blockset_unittest.cpp | 102 std::vector<uint8_t> srcBuffer; variable
|
/ohos5.0/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, si… in Convert()
|
/ohos5.0/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 copy… in SetThumbnailData()
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_pipeline.h | 169 void NeonPrelerpARGB8888(uint8_t* dstBuffer, uint8_t* srcBuffer, uint8_t cover) in NeonPrelerpARGB8888() 195 void NeonPrelerpARGB8888(uint8_t* dstBuffer, uint8_t* srcBuffer, uint8_t* covers) in NeonPrelerpARGB8888() 280 void NeonLerpARGB8888(uint8_t* dstBuffer, uint8_t* srcBuffer, uint8_t cover) in NeonLerpARGB8888() 306 void NeonLerpARGB8888(uint8_t* dstBuffer, uint8_t* srcBuffer, uint8_t* covers) in NeonLerpARGB8888()
|
/ohos5.0/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
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_gfx_composition.cpp | 158 HdiLayerBuffer *srcBuffer = src.GetCurrentBuffer(); in BlitLayer() local
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | ffmpeg_convert.cpp | 96 Status Resample::Convert(const uint8_t *srcBuffer, const size_t srcLength, uint8_t *&destBuffer, si… in Convert()
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | command_process.cpp | 142 …32_t DiffAndMoveCommandFn::WriteDiffToBlock(const Command ¶ms, std::vector<uint8_t> &srcBuffer, in WriteDiffToBlock()
|