Home
last modified time | relevance | path

Searched defs:dstBuffer (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A Dhevc_sw_decode_param.h27 uint8_t *dstBuffer = nullptr; member
/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmedia_decrypt_module_service_proxy.cpp64 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...]
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dmemcpy_helper.cpp28 uint8_t *dstBuffer = dst.data; in CopyData() local
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmedia_decrypt_module_service.cpp82 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/multimedia/audio_framework/services/audio_service/server/src/
H A Dcapturer_in_server.cpp205 BufferDesc dstBuffer = stream_->DequeueBuffer(length); in IsReadDataOverFlow() local
235 BufferDesc dstBuffer = {nullptr, 0, 0}; in ReadData() local
[all...]
/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() argument
195 void NeonPrelerpARGB8888(uint8_t* dstBuffer, uint8_t* srcBuffer, uint8_t* covers) in NeonPrelerpARGB8888() argument
280 void NeonLerpARGB8888(uint8_t* dstBuffer, uint8_t* srcBuffer, uint8_t cover) in NeonLerpARGB8888() argument
306 void NeonLerpARGB8888(uint8_t* dstBuffer, uint8_ argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_decoder.cpp316 uint8_t *dstBuffer = static_cast<uint8_t *>(context.pixelsBuffer.buffer); in Decode() local
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing_native.cpp126 sptr<SurfaceBuffer> dstBuffer = nullptr; in ConvertColorSpace() local
158 sptr<SurfaceBuffer> dstBuffer = nullptr; in Compose() local
185 sptr<SurfaceBuffer> dstBuffer = nullptr; in Decompose() local
235 sptr<SurfaceBuffer> dstBuffer = nullptr; EnhanceDetail() local
[all...]
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
H A Dmediakeydecryptndk_fuzzer.cpp187 IMediaDecryptModuleService::DrmBuffer dstBuffer; in FuzzTestMediaKeyDecryptNdk() local
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp98 auto *dstBuffer = static_cast<char *>(dst->buffer_); in Crop() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert_utils.cpp203 static bool RGBAConvert(const RGBDataInfo &rgbInfo, const uint8_t *srcBuffer, uint8_t *dstBuffer, in RGBAConvert() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp371 uint16_t *dstBuffer = reinterpret_cast<uint16_t *>(yuvPixels.dstPixels); in ScaleP010() local
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp3037 IMediaDecryptModuleService::DrmBuffer dstBuffer; in HWTEST_F() local
3815 IMediaDecryptModuleService::DrmBuffer dstBuffer; in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp1068 void HeifDecoderImpl::setDstBuffer(uint8_t *dstBuffer, size_t rowStride, void *context) in setDstBuffer() argument
1077 void HeifDecoderImpl::setGainmapDstBuffer(uint8_t* dstBuffer, size_t rowStride) in setGainmapDstBuffer() argument
1085 void HeifDecoderImpl::setAuxiliaryDstBuffer(uint8_t* dstBuffer, size_t dstSize, size_t rowStride) in setAuxiliaryDstBuffer() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp861 uint8_t *dstBuffer = nullptr; in HeapMemAlloc() local
1275 uint8_t* dstBuffer in HeapMemAlloc() local
729 RGBxToRGB(uint8_t* srcBuffer, size_t srsSize, uint8_t* dstBuffer, size_t dstSize, size_t pixelCount) HeapMemAlloc() argument
1881 auto dstBuffer = reinterpret_cast<SurfaceBuffer*>(context.pixelsBuffer.context); HeapMemAlloc() local
1925 auto dstBuffer = reinterpret_cast<SurfaceBuffer*>(context.pixelsBuffer.context); HeapMemAlloc() local
2039 auto* dstBuffer = static_cast<uint8_t*>(context.pixelsBuffer.buffer); HeapMemAlloc() local
2210 auto* dstBuffer = static_cast<uint8_t*>(context.pixelsBuffer.buffer); HeapMemAlloc() local
[all...]

Completed in 22 milliseconds