| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | buffer_utils.cpp | 418 GSError DumpToFileAsync(pid_t pid, std::string name, sptr<SurfaceBuffer> &buffer) in DumpToFileAsync() argument 147 ReadSurfaceBufferImpl(MessageParcel &parcel, uint32_t &sequence, sptr<SurfaceBuffer>& buffer) ReadSurfaceBufferImpl() argument 159 WriteSurfaceBufferImpl(MessageParcel &parcel, uint32_t sequence, const sptr<SurfaceBuffer> &buffer) WriteSurfaceBufferImpl() argument [all...] |
| /foundation/multimedia/audio_framework/test/fuzztest/audioutils_fuzzer/ |
| H A D | audio_utils_fuzzer.cpp | 225 uint8_t *buffer = new uint8_t[LIMITSIZE]; in AudioBlendFuzzTest() local
|
| /foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
| H A D | stream_demuxer.cpp | 217 auto buffer = Buffer::CreateDefaultBuffer(bufferPtr->GetMemory()->GetSize()); in PullDataWithoutCache() local 344 Status StreamDemuxer::HandleReadHeader(int32_t streamID, int64_t offset, std::shared_ptr<Buffer>& buffer, in HandleReadHeader() argument 366 CheckChangeStreamID(int32_t streamID, std::shared_ptr<Buffer>& buffer) CheckChangeStreamID() argument 385 HandleReadPacket(int32_t streamID, int64_t offset, std::shared_ptr<Buffer>& buffer, size_t expectedLen) HandleReadPacket() argument 407 CallbackReadAt(int32_t streamID, int64_t offset, std::shared_ptr<Buffer>& buffer, size_t expectedLen) CallbackReadAt() argument [all...] |
| /foundation/graphic/graphic_surface/surface/test/systemtest/ |
| H A D | native_window_test.cpp | 159 OHOS::sptr<SurfaceBuffer> buffer = nullptr;
in HWTEST_F() local 187 bool NativeWindowTest::GetData(sptr<SurfaceBuffer> &buffer)
in GetData() argument 278 OHOS::sptr<SurfaceBuffer> buffer in HWTEST_F() local 386 OHOS::sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local 539 OHOS::sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local 677 OHOS::sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local 767 OHOS::sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local 884 OHOS::sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local 1046 OHOS::sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local [all...] |
| H A D | surface_ipc_with_pts_test.cpp | 77 static inline GSError OnBufferRelease(sptr<SurfaceBuffer> &buffer) in OnBufferRelease() argument 82 OHOS::GSError SurfaceIPCWithPTSTest::SetData(sptr<SurfaceBuffer> &buffer, sptr<Surface> &pSurface) in SetData() argument 97 bool SurfaceIPCWithPTSTest::GetData(sptr<SurfaceBuffer> &buffer) in GetData() argument 160 sptr<SurfaceBuffer> buffer; ChildProcessMain() local [all...] |
| H A D | surface_ipc_with_invaild_pts_test.cpp | 78 static inline GSError OnBufferRelease(sptr<SurfaceBuffer> &buffer) in OnBufferRelease() argument 122 sptr<SurfaceBuffer> buffer; in ChildProcessMain() local [all...] |
| H A D | surface_ipc_test.cpp | 67 static inline GSError OnBufferRelease(sptr<SurfaceBuffer> &buffer) in OnBufferRelease() argument 72 OHOS::GSError SurfaceIPCTest::SetData(sptr<SurfaceBuffer> &buffer, sptr<Surface> &pSurface) in SetData() argument 87 bool SurfaceIPCTest::GetData(sptr<SurfaceBuffer> &buffer) in GetData() argument 140 sptr<SurfaceBuffer> buffer = nullptr; ChildProcessMain() local 221 sptr<SurfaceBuffer> buffer = nullptr; HWTEST_F() local [all...] |
| H A D | native_window_buffer_test.cpp | 85 bool NativeWindowBufferTest::GetData(sptr<SurfaceBuffer> &buffer) in GetData() argument 241 OHOS::sptr<SurfaceBuffer> buffer = nullptr; in HWTEST_F() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/ |
| H A D | audio_capturer_test.cpp | 138 auto buffer = std::make_unique<uint8_t[]>(bufferLen); in StartCapture() local
|
| /foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/ |
| H A D | oh_audio_stream_builder_unit_test.cpp | 45 AudioRendererOnWriteDataInterrupt(OH_AudioRenderer* capturer, void* userData, void* buffer, int32_t bufferLen) AudioRendererOnWriteDataInterrupt() argument 62 AudioRendererOnWriteData(OH_AudioRenderer* capturer, void* userData, void* buffer, int32_t bufferLen) AudioRendererOnWriteData() argument 105 AudioCapturerOnReadData( OH_AudioCapturer* capturer, void* userData, void* buffer, int32_t bufferLen) AudioCapturerOnReadData() argument 115 OnWriteDataCallbackWithValidData(OH_AudioRenderer* renderer, void* userData, void* buffer, int32_t bufferLen) OnWriteDataCallbackWithValidData() argument 123 OnWriteDataCallbackWithInvalidData(OH_AudioRenderer* renderer, void* userData, void* buffer, int32_t bufferLen) OnWriteDataCallbackWithInvalidData() argument
|
| /foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/ |
| H A D | audioplayer_adapter.cpp | 184 SLresult AudioPlayerAdapter::EnqueueAdapter(SLuint32 id, const void *buffer, SLuint32 size)
in EnqueueAdapter() argument 227 SLresult AudioPlayerAdapter::GetBufferAdapter(SLuint32 id, SLuint8 **buffer, SLuint32 *size)
in GetBufferAdapter() argument
|
| H A D | audiocapturer_adapter.cpp | 136 SLresult AudioCapturerAdapter::EnqueueAdapter(SLuint32 id, const void *buffer, SLuint32 size) in EnqueueAdapter() argument 174 SLresult AudioCapturerAdapter::GetBufferAdapter(SLuint32 id, SLuint8 **buffer, SLuint32 *size) in GetBufferAdapter() argument
|
| /foundation/multimedia/audio_framework/services/audio_service/client/src/ |
| H A D | policy_provider_stub.cpp | 83 std::shared_ptr<AudioSharedMemory> buffer = nullptr; in HandleInitSharedVolume() local 176 int32_t PolicyProviderWrapper::InitSharedVolume(std::shared_ptr<AudioSharedMemory> &buffer) in InitSharedVolume() argument
|
| /foundation/multimedia/audio_lite/services/server/src/ |
| H A D | audio_capturer_server.cpp | 87 void AudioCapturerServer::CancelBuffer(SurfaceBuffer *buffer) in CancelBuffer() argument
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hcodec_state.cpp | 243 std::shared_ptr<AVBuffer> buffer; in OnMsgReceived() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
| H A D | hdi_codec.cpp | 201 Status HdiCodec::EmptyThisBuffer(const std::shared_ptr<AVBuffer> &buffer) in EmptyThisBuffer() argument 221 Status HdiCodec::FillThisBuffer(std::shared_ptr<AVBuffer> &buffer) in FillThisBuffer() argument 264 OnEmptyBufferDone(const OmxCodecBuffer &buffer) OnEmptyBufferDone() argument 269 OnFillBufferDone(const OmxCodecBuffer &buffer) OnFillBufferDone() argument 328 EmptyBufferDone(int64_t appData, const OmxCodecBuffer &buffer) EmptyBufferDone() argument 336 FillBufferDone(int64_t appData, const OmxCodecBuffer &buffer) FillBufferDone() argument [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | gpu_memory_allocator_vk.cpp | 273 void PlatformGpuMemoryAllocator::DestroyBuffer(VkBuffer buffer, VmaAllocation allocation) in DestroyBuffer() argument 237 CreateBuffer(const VkBufferCreateInfo& bufferCreateInfo, const VmaAllocationCreateInfo& allocationCreateInfo, VkBuffer& buffer, VmaAllocation& allocation, VmaAllocationInfo& allocationInfo) CreateBuffer() argument [all...] |
| /foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
| H A D | ibuffer_producer.h | 44 sptr<SurfaceBuffer> buffer; member 125 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() argument
|
| /foundation/graphic/graphic_2d/rosen/samples/composer/ |
| H A D | layer_context.cpp | 91 OHOS::sptr<SurfaceBuffer> buffer; in DrawBufferColor() local 169 OHOS::sptr<SurfaceBuffer> buffer = nullptr; FillHDIBuffer() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_uni_render_processor.cpp | 91 auto buffer = surfaceHandler->GetBuffer(); in CreateLayer() local 137 auto buffer = params.GetBuffer(); CreateLayerForRenderThread() local 180 auto buffer = surfaceHandler->GetBuffer(); CreateUIFirstLayer() local 229 GetLayerInfo(RSSurfaceRenderParams& params, sptr<SurfaceBuffer>& buffer, sptr<SurfaceBuffer>& preBuffer, const sptr<IConsumerSurface>& consumer, const sptr<SyncFence>& acquireFence) GetLayerInfo() argument 292 ProcessLayerSetCropRect(LayerInfoPtr& layerInfoPtr, RSLayerInfo& layerInfo, sptr<SurfaceBuffer> buffer) ProcessLayerSetCropRect() argument [all...] |
| H A D | rs_base_render_util.h | 46 sptr<SurfaceBuffer> buffer = nullptr; member 64 sptr<OHOS::SurfaceBuffer> buffer; member [all...] |
| H A D | rs_egl_image_manager.cpp | 86 explicit NativeWindowBufferObject(sptr<OHOS::SurfaceBuffer> buffer) in NativeWindowBufferObject() argument 137 NativeWindowBufferObject CreateNativeWindowBuffer(const sptr<OHOS::SurfaceBuffer>& buffer) in CreateNativeWindowBuffer() argument 250 GLuint RSEglImageManager::CreateImageCacheFromBuffer(const sptr<OHOS::SurfaceBuffer>& buffer, in CreateImageCacheFromBuffer() argument 213 Create( EGLDisplay eglDisplay, EGLContext eglContext, const sptr<OHOS::SurfaceBuffer>& buffer) Create() argument 270 CreateImageCacheFromBuffer(const sptr<OHOS::SurfaceBuffer>& buffer, const sptr<SyncFence>& acquireFence) CreateImageCacheFromBuffer() argument 284 MapEglImageFromSurfaceBuffer(const sptr<OHOS::SurfaceBuffer>& buffer, const sptr<SyncFence>& acquireFence, pid_t threadIndex) MapEglImageFromSurfaceBuffer() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
| H A D | rs_render_surface_frame.h | 107 sptr<SurfaceBuffer> buffer; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
| H A D | rs_render_property.cpp | 650 Drawing::Matrix::Buffer buffer; in Dump() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
| H A D | test_common.cpp | 177 auto buffer = std::make_unique<char[]>(len + 1);
in ConvertStringFromJsValue() local
|