Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
Dscreen_capture_unit_test_state.cpp94 …AVScreenCaptureBufferType bufferType = AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_INVALI… in DumpAudioBuffer() local
178 AVScreenCaptureBufferType bufferType, int64_t timestamp) in OnBufferAvailable()
221 AVScreenCaptureBufferType bufferType) in DumpBuffer()
270 AVScreenCaptureBufferType bufferType) in ProcessAudioBuffer()
285 …tTestCallback::InitCaptureTrackInfo(FILE *file, int32_t flag, AVScreenCaptureBufferType bufferType) in InitCaptureTrackInfo()
/foundation/multimedia/image_effect/test/unittest/
DTestEffectMemoryManager.cpp100 BufferType bufferType = BufferType::SHARED_MEMORY; variable
/foundation/multimedia/image_effect/frameworks/native/utils/common/
Dcommon_utils.cpp308 BufferType bufferType = BufferType::DEFAULT; in SwitchToEffectBuffType() local
341 ErrorCode GetPixelsContext(std::shared_ptr<MemoryData> &memoryData, BufferType bufferType, void **c… in GetPixelsContext()
591 BufferType bufferType = SwitchToEffectBuffType(allocatorType); in ModifyPixelMapProperty() local
628 BufferType bufferType = SwitchToEffectBuffType(allocatorType); in ModifyPixelMapPropertyForTexture() local
/foundation/multimedia/image_effect/interfaces/inner_api/native/memory/
Deffect_memory.h34 BufferType bufferType = BufferType::DEFAULT; member
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
Dcodec_utils.cpp223 uint32_t bufferType; in GetOmxBufferType() local
/foundation/multimedia/drm_framework/services/drm_service/ipc/
Di_mediadecryptmodule_service.h56 uint32_t bufferType; member
/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/frameworks/native/capi/
Dimage_effect_filter.cpp314 std::unique_ptr<ImageEffect_BufferType[]> bufferType = in OH_EffectFilterInfo_GetSupportedBufferTypes() local
321 for (const auto &bufferType : info->supportedBufferTypes) { in OH_EffectFilterInfo_GetSupportedBufferTypes() local
379 …std::unique_ptr<ImageEffect_Format []> bufferType = std::make_unique<ImageEffect_Format[]>(formats… in OH_EffectFilterInfo_GetSupportedFormats() local
Dnative_common_utils.cpp173 ImageEffect_BufferType bufferType = ImageEffect_BufferType::EFFECT_BUFFER_TYPE_UNKNOWN; in SwitchToOHEffectInfo() local
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
Deffect_buffer.h67 BufferType bufferType = BufferType::DEFAULT; member
/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/player_framework/frameworks/native/capi/screencapture/
Dnative_avscreen_capture.cpp92 …void OnBufferAvailable(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureBufferType bufferType) in OnBufferAvailable()
142 OH_AVScreenCaptureBufferType bufferType) in OnProcessAudioBuffer()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
Dfcodec.cpp747 int32_t FCodec::UpdateBuffers(uint32_t index, int32_t bufferSize, uint32_t bufferType) in UpdateBuffers()