Home
last modified time | relevance | path

Searched refs:outMem (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_manager_impl.cpp213 sptr<Ashmem> outMem = nullptr; in OnDataOprEvent() local
215 if (outMem != nullptr) { in OnDataOprEvent()
217 outMem->UnmapAshmem(); in OnDataOprEvent()
218 outMem->CloseAshmem(); in OnDataOprEvent()
222 int32_t ret = cb_->OnIntellVoiceDataOprEvent(type, inMem, outMem); in OnDataOprEvent()
228 return FillOprDataFromAshmem(outMem, outData); in OnDataOprEvent()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_buffer.cpp124 auto outMem = std::static_pointer_cast<Plugin::SurfaceMemory>(memory_); in Rebind() local
125 auto surfaceBuf = outMem->GetSurfaceBuffer(); in Rebind()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_encoder.h136 std::shared_ptr<Media::AbsMemory>& outMem);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp2094 …ExtEncoder::AssembleOutputSharedBuffer(SharedBuffer& outBuffer, std::shared_ptr<AbsMemory>& outMem) in AssembleOutputSharedBuffer() argument
2110 outMem = mem; in AssembleOutputSharedBuffer()