Home
last modified time | relevance | path

Searched defs:srcBuffer (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_fail_test.cpp69 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 Dnative_buffer_test.cpp64 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 Dzip_output.cpp63 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 Dmedia_decrypt_module_service_proxy.cpp48IMediaDecryptModuleService::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 Dimage_processing_native.cpp121 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 Dimage_format_convert_utils.cpp204 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 Dimage_format_convert_ext_utils.cpp332 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 Ddump_compressor.cpp33 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 Dmedia_decrypt_module_service.cpp47 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 Dmedia_decrypt_module_service.cpp83 …IMediaDecryptModuleService::CryptInfo &cryptInfo, IMediaDecryptModuleService::DrmBuffer &srcBuffer, in DecryptMediaData()
131 OHOS::HDI::Drm::V1_0::DrmBuffer* drmDstBuffer, IMediaDecryptModuleService::DrmBuffer &srcBuffer, in SetDrmBufferInfo()
H A Dmedia_decrypt_module_service_stub.cpp92 IMediaDecryptModuleService::DrmBuffer srcBuffer; in OnRemoteRequest() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp48 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 Daudio_resample.cpp71 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 Dcolorspace_helper.cpp188 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 Dtest_util.cpp286 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 Dblockset_unittest.cpp102 std::vector<uint8_t> srcBuffer; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/convert/
H A Dffmpeg_convert.cpp57 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 Ddm_app_image_info.h78 …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 Dhdi_gfx_composition.cpp136 HdiLayerBuffer *srcBuffer = src.GetCurrentBuffer(); in BlitLayer() local
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_file.c155 const char *srcBuffer = (const char *)src; in HcFileWrite() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_pipeline.h169 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 Dhc_file_posix.c155 const char *srcBuffer = (const char *)src; in HcFileWrite() local
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp158 HdiLayerBuffer *srcBuffer = src.GetCurrentBuffer(); in BlitLayer() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_convert.cpp96 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 Dcommand_process.cpp142 …32_t DiffAndMoveCommandFn::WriteDiffToBlock(const Command &params, std::vector<uint8_t> &srcBuffer, in WriteDiffToBlock()

12