Home
last modified time | relevance | path

Searched defs:bufferType (Results 1 – 17 of 17) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_engine/node/include/
Dhpae_node.h264 …>::Connect(const std::shared_ptr<HpaeNode> &node, OutputPort<T>* output, HpaeBufferType bufferType) in Connect()
286 void InputPort<T>::DisConnect(OutputPort<T>* output, HpaeBufferType bufferType) in DisConnect()
340 void OutputPort<T>::WriteDataToOutput(T data, HpaeBufferType bufferType) in WriteDataToOutput()
378 bool OutputPort<T>::RemoveInput(InputPort<T> *input, HpaeBufferType bufferType) in RemoveInput()
/foundation/multimedia/audio_framework/services/audio_engine/node/src/
Dhpae_source_input_node.cpp119 void HpaeSourceInputNode::SetBufferValid(const HpaeSourceBufferType &bufferType, const uint64_t &re… in SetBufferValid()
134 void HpaeSourceInputNode::DoProcessInner(const HpaeSourceBufferType &bufferType, const uint64_t &re… in DoProcessInner()
148 void HpaeSourceInputNode::DoProcessMicInner(const HpaeSourceBufferType &bufferType, const uint64_t … in DoProcessMicInner()
199 void HpaeSourceInputNode::DoProcessMicInner(const HpaeSourceBufferType &bufferType, const uint64_t … in DoProcessMicInner()
/foundation/multimedia/image_effect/test/unittest/
DTestEffectMemoryManager.cpp100 BufferType bufferType = BufferType::SHARED_MEMORY; variable
DTestUtils.cpp712 BufferType bufferType = CommonUtils::SwitchToEffectBuffType(gainMap.get()->GetAllocatorType()); variable
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
Dscreen_capture_unit_test_state.cpp87 …AVScreenCaptureBufferType bufferType = AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_INVALI… in DumpAudioBuffer() local
177 AVScreenCaptureBufferType bufferType, int64_t timestamp) in OnBufferAvailable()
215 AVScreenCaptureBufferType bufferType) in DumpBuffer()
264 AVScreenCaptureBufferType bufferType) in ProcessAudioBuffer()
286 …tTestCallback::InitCaptureTrackInfo(FILE *file, int32_t flag, AVScreenCaptureBufferType bufferType) in InitCaptureTrackInfo()
/foundation/multimedia/image_effect/interfaces/inner_api/native/memory/
Deffect_memory.h34 BufferType bufferType = BufferType::DEFAULT; member
/foundation/multimedia/image_effect/frameworks/native/utils/common/
Dcommon_utils.cpp122 BufferType bufferType = CommonUtils::SwitchToEffectBuffType(pixelMap->GetAllocatorType()); in CreateExtraInfo() local
243 BufferType bufferType = CommonUtils::SwitchToEffectBuffType(pixelMap->GetAllocatorType()); in ParsePixelMapData() local
500 BufferType bufferType = BufferType::DEFAULT; in SwitchToEffectBuffType() local
538 ErrorCode GetPixelsContext(std::shared_ptr<MemoryData> &memoryData, BufferType bufferType, void **c… in GetPixelsContext()
1034 BufferType bufferType = SwitchToEffectBuffType(allocatorType); in ModifyPixelMapProperty() local
1071 BufferType bufferType = SwitchToEffectBuffType(allocatorType); in ModifyPixelMapPropertyForTexture() local
/foundation/multimedia/image_effect/frameworks/native/capi/
Dimage_effect_filter.cpp155 std::unique_ptr<ImageEffect_BufferType[]> bufferType = in OH_EffectFilterInfo_GetSupportedBufferTypes() local
162 for (const auto &bufferType : info->supportedBufferTypes) { in OH_EffectFilterInfo_GetSupportedBufferTypes() local
220 …std::unique_ptr<ImageEffect_Format []> bufferType = std::make_unique<ImageEffect_Format[]>(formats… in OH_EffectFilterInfo_GetSupportedFormats() local
Dnative_common_utils.cpp177 ImageEffect_BufferType bufferType = ImageEffect_BufferType::EFFECT_BUFFER_TYPE_UNKNOWN; in SwitchToOHEffectInfo() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
Dcodec_utils.cpp222 uint32_t bufferType; in GetOmxBufferType() local
/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/
Deffect_memory.cpp245 std::unique_ptr<AbsMemory> EffectMemory::CreateMemory(BufferType bufferType) in CreateMemory()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
Deffect_buffer.h78 BufferType bufferType = BufferType::DEFAULT; member
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
Dfcodec.cpp898 int32_t FCodec::UpdateBuffers(uint32_t index, int32_t bufferSize, uint32_t bufferType) in UpdateBuffers()
1657 uint32_t bufferType = isOutputBuffer ? INDEX_OUTPUT : INDEX_INPUT; in SwapOutBuffers() local
1688 uint32_t bufferType = isOutputBuffer ? INDEX_OUTPUT : INDEX_INPUT; in SwapInBuffers() local
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
Dscreen_capture_capi_mock.cpp64 OH_AVScreenCaptureBufferType bufferType, int64_t timestamp, void *userData) in OnBufferAvailable()
/foundation/multimedia/audio_framework/test/fuzztest/hpaesinkoutputnode_fuzzer/
Dhpae_sink_output_node_fuzzer.cpp424 HpaeSourceBufferType bufferType = g_fuzzUtils.GetData<HpaeSourceBufferType>(); in HpaeSourceInputNodeSetBufferValidFuzzTest() local
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
Dhevc_decoder.cpp1799 uint32_t bufferType = isOutputBuffer ? INDEX_OUTPUT : INDEX_INPUT; in SwapOutBuffers() local
1844 uint32_t bufferType = isOutputBuffer ? INDEX_OUTPUT : INDEX_INPUT; in SwapInBuffers() local
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
Dnative_avscreen_capture.cpp161 …void OnBufferAvailable(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureBufferType bufferType) in OnBufferAvailable()
211 OH_AVScreenCaptureBufferType bufferType) in OnProcessAudioBuffer()