/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/ |
H A D | codec_hdi_jpeg_test.cpp | 91 struct CodecImageBuffer inBuffer; variable 99 struct CodecImageBuffer inBuffer; variable 107 struct CodecImageBuffer inBuffer; variable 117 struct CodecImageBuffer inBuffer; variable 127 struct CodecImageBuffer inBuffer; variable 139 struct CodecImageBuffer inBuffer; variable 155 struct CodecImageBuffer inBuffer; variable
|
/ohos5.0/drivers/peripheral/codec/image/hdi_service/src/ |
H A D | codec_image_service.cpp | 67 int32_t CodecImageService::DoJpegDecode(const CodecImageBuffer& inBuffer, const CodecImageBuffer& o… in DoJpegDecode() 79 int32_t CodecImageService::AllocateInBuffer(CodecImageBuffer& inBuffer, uint32_t size, CodecImageRo… in AllocateInBuffer() 95 int32_t CodecImageService::FreeInBuffer(const CodecImageBuffer& inBuffer) in FreeInBuffer()
|
/ohos5.0/drivers/peripheral/codec/image/jpeg/src/ |
H A D | codec_jpeg_service.cpp | 53 int32_t CodecJpegService::DoJpegDecode(const CodecImageBuffer& inBuffer, const CodecImageBuffer& ou… in DoJpegDecode() 73 int32_t CodecJpegService::AllocateJpegInBuffer(CodecImageBuffer& inBuffer, uint32_t size) in AllocateJpegInBuffer() 101 int32_t CodecJpegService::FreeJpegInBuffer(const CodecImageBuffer& inBuffer) in FreeJpegInBuffer()
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_compress.cpp | 40 int NoneCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress() 51 int ZlibCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress() 118 int ZstdCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress()
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/ |
H A D | avbuffer_queue_producer_proxy.cpp | 116 Status AVBufferQueueProducerProxyImpl::PushBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool a… in PushBuffer() 130 Status AVBufferQueueProducerProxyImpl::ReturnBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool… in ReturnBuffer() 144 Status AVBufferQueueProducerProxyImpl::AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFil… in AttachBuffer()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | muxer_filter_unit_test.h | 84 Status PushBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in PushBuffer() 88 Status ReturnBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in ReturnBuffer() 93 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
|
H A D | audio_data_source_filter_unit_test.h | 65 Status PushBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in PushBuffer() 69 Status ReturnBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in ReturnBuffer() 74 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
|
H A D | surface_decoder_filter_unit_test.h | 119 Status PushBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in PushBuffer() 123 Status ReturnBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in ReturnBuffer() 128 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
|
H A D | video_resize_filter_unit_test.h | 125 Status PushBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in PushBuffer() 129 Status ReturnBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in ReturnBuffer() 134 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
|
H A D | surface_encoder_adapter_unit_test.h | 179 Status PushBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in PushBuffer() 183 Status ReturnBuffer(const std::shared_ptr<AVBuffer>& inBuffer, bool available) in ReturnBuffer() 188 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
|
/ohos5.0/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algo_deflate.cpp | 59 PkgBuffer inBuffer = {}; in PackCalculate() local 122 int32_t PkgAlgoDeflate::ReadUnpackData(const PkgStreamPtr inStream, PkgBuffer &inBuffer, in ReadUnpackData() 156 PkgBuffer inBuffer = {}; in UnpackCalculate() local 213 int32_t PkgAlgoDeflate::InitStream(z_stream &zstream, bool zip, PkgBuffer &inBuffer, PkgBuffer &out… in InitStream()
|
H A D | pkg_algo_lz4.cpp | 61 PkgAlgorithmContext &context, PkgBuffer &inBuffer, PkgBuffer &outBuffer) in PackCalculate() 120 PkgBuffer inBuffer = {blockSize}; in Pack() local 137 PkgBuffer inBuffer(static_cast<size_t>(inBuffSize)); in UnpackCalculate() local 313 PkgBuffer inBuffer(inLength); in Pack() local 476 PkgBuffer inBuffer(nullptr, inLength); in Unpack() local
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 151 int32_t CodecComponentService::UseBuffer(uint32_t portIndex, const OmxCodecBuffer &inBuffer, OmxCod… in UseBuffer() 171 int32_t CodecComponentService::AllocateBuffer(uint32_t portIndex, const OmxCodecBuffer &inBuffer, in AllocateBuffer() 236 int32_t CodecComponentService::UseEglImage(uint32_t portIndex, const OmxCodecBuffer &inBuffer, in UseEglImage() 290 const OmxCodecBuffer& inBuffer) in SetParameterWithBuffer()
|
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagefreeinbuffer_fuzzer/ |
H A D | imagefreeinbuffer_fuzzer.cpp | 49 CodecImageBuffer inBuffer; in FreeInBuffer() local
|
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imageallocateinbuffer_fuzzer/ |
H A D | imageallocateinbuffer_fuzzer.cpp | 48 CodecImageBuffer inBuffer; in AllocateInBuffer() local
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | data_operation_callback.cpp | 28 const sptr<Ashmem> &inBuffer, in OnIntellVoiceDataOprEvent()
|
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/ |
H A D | imagedojpegdecode_fuzzer.cpp | 114 CodecImageBuffer inBuffer; in DoJpegDecode() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | offline_stream_in_server.cpp | 57 …32_t OfflineStreamInServer::PrepareOfflineEffectChain(std::shared_ptr<AudioSharedMemory> &inBuffer, in PrepareOfflineEffectChain()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | huks_aes_adapter.cpp | 171 int32_t HuksAesAdapter::Encrypt(std::unique_ptr<Uint8ArrayBuffer> &inBuffer, in Encrypt() 221 int32_t HuksAesAdapter::Decrypt(std::unique_ptr<Uint8ArrayBuffer> &inBuffer, in Decrypt()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/src/ |
H A D | offline_audio_effect_chain_impl.cpp | 90 int32_t OfflineAudioEffectChainImpl::Process(uint8_t *inBuffer, int32_t inSize, uint8_t *outBuffer,… in Process()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | effect_surface_adapter.cpp | 130 OHOS::sptr<SurfaceBuffer> inBuffer; in OnBufferAvailable() local
|
H A D | image_effect_inner.cpp | 838 void ImageEffect::CopyMetaData(sptr<SurfaceBuffer> &inBuffer, sptr<SurfaceBuffer> &outBuffer) { in CopyMetaData() 859 bool ImageEffect::OnBufferAvailableToProcess(sptr<SurfaceBuffer> &inBuffer, sptr<SurfaceBuffer> &ou… in OnBufferAvailableToProcess() 928 bool ImageEffect::OnBufferAvailableWithCPU(sptr<SurfaceBuffer>& inBuffer, sptr<SurfaceBuffer>& outB… in OnBufferAvailableWithCPU() 974 bool ImageEffect::ConsumerBufferAvailable(sptr<SurfaceBuffer>& inBuffer, sptr<SurfaceBuffer>& outBu… in ConsumerBufferAvailable() 999 sptr<SurfaceBuffer>& outBuffer, const OHOS::Rect& damages, int64_t timestamp) { in GetInputSurface()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | ipc_offline_stream_proxy.cpp | 64 …32_t IpcOfflineStreamProxy::PrepareOfflineEffectChain(std::shared_ptr<AudioSharedMemory> &inBuffer, in PrepareOfflineEffectChain()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/include/ |
H A D | image_pixel_map_napi_kits.h | 31 void* inBuffer; member
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/ |
H A D | minimp3_decoder_plugin.cpp | 207 Status Minimp3DecoderPlugin::AudioDecoderMp3Process(std::shared_ptr<Buffer> inBuffer, std::shared_p… in AudioDecoderMp3Process()
|