Home
last modified time | relevance | path

Searched defs:inBuffer (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dcodec_hdi_jpeg_test.cpp91 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 Dcodec_image_service.cpp67 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 Dcodec_jpeg_service.cpp53 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 Dlog_compress.cpp40 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 Davbuffer_queue_producer_proxy.cpp116 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 Dmuxer_filter_unit_test.h84 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 Daudio_data_source_filter_unit_test.h65 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 Dsurface_decoder_filter_unit_test.h119 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 Dvideo_resize_filter_unit_test.h125 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 Dsurface_encoder_adapter_unit_test.h179 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 Dpkg_algo_deflate.cpp59 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 Dpkg_algo_lz4.cpp61 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 Dcodec_component_service.cpp151 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 Dimagefreeinbuffer_fuzzer.cpp49 CodecImageBuffer inBuffer; in FreeInBuffer() local
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imageallocateinbuffer_fuzzer/
H A Dimageallocateinbuffer_fuzzer.cpp48 CodecImageBuffer inBuffer; in AllocateInBuffer() local
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Ddata_operation_callback.cpp28 const sptr<Ashmem> &inBuffer, in OnIntellVoiceDataOprEvent()
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/
H A Dimagedojpegdecode_fuzzer.cpp114 CodecImageBuffer inBuffer; in DoJpegDecode() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Doffline_stream_in_server.cpp57 …32_t OfflineStreamInServer::PrepareOfflineEffectChain(std::shared_ptr<AudioSharedMemory> &inBuffer, in PrepareOfflineEffectChain()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dhuks_aes_adapter.cpp171 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 Doffline_audio_effect_chain_impl.cpp90 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 Deffect_surface_adapter.cpp130 OHOS::sptr<SurfaceBuffer> inBuffer; in OnBufferAvailable() local
H A Dimage_effect_inner.cpp838 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 Dipc_offline_stream_proxy.cpp64 …32_t IpcOfflineStreamProxy::PrepareOfflineEffectChain(std::shared_ptr<AudioSharedMemory> &inBuffer, in PrepareOfflineEffectChain()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/include/
H A Dimage_pixel_map_napi_kits.h31 void* inBuffer; member
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_decoder_plugin.cpp207 Status Minimp3DecoderPlugin::AudioDecoderMp3Process(std::shared_ptr<Buffer> inBuffer, std::shared_p… in AudioDecoderMp3Process()

12