/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/ |
H A D | audio_capture_module.cpp | 307 Status AudioCaptureModule::Read(std::shared_ptr<AVBuffer> &buffer, size_t expectedLen) in Read() argument
|
/foundation/multimedia/av_codec/services/media_engine/modules/source/ |
H A D | source.cpp | 364 Status Source::Read(int32_t streamID, std::shared_ptr<Buffer>& buffer, uint64_t offset, size_t expectedLen) in Read() argument
|
/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_queue_producer.cpp | 34 SurfaceBufferImpl* buffer = product->RequestBuffer(isWaiting); in OnRequestBuffer() local 50 SurfaceBufferImpl buffer; in OnFlushBuffer() local 58 SurfaceBufferImpl buffer; in OnCancelBuffer() local 241 SurfaceBufferImpl* buffer = bufferQueue_->RequestBuffer(wait); RequestBuffer() local 245 EnqueueBuffer(SurfaceBufferImpl& buffer) EnqueueBuffer() argument 257 FlushBuffer(SurfaceBufferImpl* buffer) FlushBuffer() argument 273 Cancel(SurfaceBufferImpl* buffer) Cancel() argument [all...] |
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_render_test/src/ |
H A D | oh_audio_render_unit_test.cpp | 49 AudioRendererOnWriteData(OH_AudioRenderer* capturer, void* userData, void* buffer, int32_t bufferLen) AudioRendererOnWriteData() argument 65 OnWriteData(OH_AudioRenderer *renderer, void* userData, void* buffer, int32_t bufferLen) OnWriteData() argument 89 AudioRendererOnWriteDataMock(OH_AudioRenderer *renderer, void* userData, void* buffer, int32_t bufferLen) AudioRendererOnWriteDataMock() argument 100 OnWriteDataCallbackWithValidData(OH_AudioRenderer *renderer, void* userData, void* buffer, int32_t bufferLen) OnWriteDataCallbackWithValidData() argument 108 OnWriteDataCallbackWithInvalidData(OH_AudioRenderer *renderer, void* userData, void* buffer, int32_t bufferLen) OnWriteDataCallbackWithInvalidData() argument 125 OnWriteDataCbMock(OH_AudioRenderer *renderer, void* userData, void* buffer, int32_t bufferLer) OnWriteDataCbMock() argument 135 OnWriteDataCbWithValidDataMock(OH_AudioRenderer *renderer, void* userData, void* buffer, int32_t bufferLen) OnWriteDataCbWithValidDataMock() argument 145 OnWriteDataCbWithInvalidDataMock(OH_AudioRenderer *renderer, void* userData, void* buffer, int32_t bufferLen) OnWriteDataCbWithInvalidDataMock() argument [all...] |
/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_audio_codec_impl.cpp | 196 std::shared_ptr<AVBuffer> buffer; in QueueInputBuffer() local 251 std::shared_ptr<AVBuffer> buffer; in ReleaseOutputBuffer() local 362 std::shared_ptr<AVBuffer> buffer; ConsumerOutputBuffer() local 384 std::shared_ptr<AVBuffer> buffer = iter->second; ClearCache() local 397 std::shared_ptr<AVBuffer> buffer = inputIndexQueue.front(); ReturnInputBuffer() local 485 OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) OnInputBufferAvailable() argument 492 OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) OnOutputBufferAvailable() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/ |
H A D | audio_service_unit_test.cpp | 88 std::shared_ptr<OHAudioBuffer> buffer; in HWTEST() local
|
/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/ |
H A D | audio_stream_fuzzer.cpp | 116 int32_t MockPolicyProvider::InitSharedVolume(std::shared_ptr<AudioSharedMemory> &buffer) in InitSharedVolume() argument 227 std::shared_ptr<AudioSharedMemory> buffer; in InitAudioServer() local 302 std::shared_ptr<OHAudioBuffer> buffer = nullptr; in CallStreamFuncs() local
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | ipc_stream_proxy.cpp | 58 int32_t IpcStreamProxy::ResolveBuffer(std::shared_ptr<OHAudioBuffer> &buffer) in ResolveBuffer() argument
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 39 GSError OnBufferRelease(sptr<SurfaceBuffer> &buffer) in OnBufferRelease() argument 57 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in MetadataHelperFuzzTest() local 190 sptr<OHOS::SurfaceBuffer> buffer = new SurfaceBufferImpl(GetData<uint32_t>()); SurfaceFuzzTest1() local 292 sptr<OHOS::SurfaceBuffer> buffer = new SurfaceBufferImpl(seqNum); DoSomethingInterestingWithMyAPI() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_chain.cpp | 388 void AudioEffectChain::DumpEffectProcessData(std::string fileName, void *buffer, size_t len) in DumpEffectProcessData() argument
|
/foundation/multimedia/av_codec/interfaces/plugin/ |
H A D | source_plugin.h | 114 virtual Status Read(int32_t streamId, std::shared_ptr<Buffer>& buffer, uint64_t offset, size_t expectedLen) in Read() argument
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | video_decoder_adapter.cpp | 74 void VideoDecoderCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() argument 83 void VideoDecoderCallback::OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnOutputBufferAvailable() argument 293 void VideoDecoderAdapter::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() argument 334 OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) OnOutputBufferAvailable() argument [all...] |
H A D | video_capture_filter.cpp | 324 sptr<SurfaceBuffer> buffer;
in OnBufferAvailable() local 374 void VideoCaptureFilter::UpdateBufferConfig(std::shared_ptr<AVBuffer> buffer, int64_ argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_pixelmap.cpp | 39 static SurfaceBuffer* IncrementSurfaceBufferReference(sptr<SurfaceBuffer>& buffer) in IncrementSurfaceBufferReference() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_surface_capture_task_test.cpp | 837 sptr<OHOS::SurfaceBuffer> buffer = new SurfaceBufferImpl(0); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_handler.h | 73 sptr<SurfaceBuffer> buffer = nullptr;
member 107 void SetHoldBuffer(std::shared_ptr<SurfaceBufferEntry> buffer)
in SetHoldBuffer() argument 117 SetBuffer( const sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& acquireFence, const Rect& damage, const int64_t timestamp) SetBuffer() argument 172 SetBufferSizeChanged(const sptr<SurfaceBuffer>& buffer) SetBufferSizeChanged() argument [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 486 void *buffer = malloc(bufferSize); in ConstructPixmap() local 547 sptr<SurfaceBuffer> buffer; in DrawSurface() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_base_render_util_unit_test.cpp | 159 sptr<SurfaceBuffer> buffer = new SurfaceBufferImpl(); in HWTEST_F() local 244 sptr<SurfaceBuffer> buffer; in HWTEST_F() local 394 sptr<SurfaceBuffer> buffer; in HWTEST_F() local 426 sptr<SurfaceBuffer> buffer; HWTEST_F() local 456 sptr<SurfaceBuffer> buffer; HWTEST_F() local 482 sptr<SurfaceBuffer> buffer = new SurfaceBufferImpl(); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | surface_image.cpp | 86 void SurfaceImage::UpdateSurfaceInfo(uint32_t seqNum, sptr<SurfaceBuffer> buffer, const sptr<SyncFence> &acquireFence, in UpdateSurfaceInfo() argument 126 sptr<SurfaceBuffer> buffer = nullptr; in UpdateSurfaceImage() local 250 CreateEGLImage(EGLDisplay disp, const sptr<SurfaceBuffer>& buffer) CreateEGLImage() argument 320 UpdateEGLImageAndTexture(const sptr<SurfaceBuffer>& buffer) UpdateEGLImageAndTexture() argument 420 sptr<SurfaceBuffer> buffer = nullptr; AcquireNativeWindowBuffer() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/ |
H A D | js_text_blob.cpp | 215 char16_t buffer[len + 1]; in MakeFromString() local 278 static napi_value getJsTextBlob(const char* buffer, size_t bufferLen, const Point points[], in getJsTextBlob() argument 308 char* buffer = new(std::nothrow) char[bufferLen + 1]; in MakeFromPosText() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_matrix.cpp | 341 std::array<float, 9> buffer; // 9:size of buffer in OH_Drawing_MatrixGetAll() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | cache_data.cpp | 71 void *buffer = mmap(nullptr, fileSize, PROT_READ, MAP_PRIVATE, fd, 0);
in CacheReadFromFile() local 121 uint8_t *buffer = new uint8_t[cacheSize];
in WriteToFile() local 237 Serialize(uint8_t *buffer, const size_t size) const Serialize() argument 286 DeSerialize(uint8_t const *buffer, const size_t size) DeSerialize() argument [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/color_space_object_convertor/ |
H A D | js_color_space_utils.h | 331 auto buffer = std::make_unique<char[]>(len + 1); in ConvertFromJsValue() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/ |
H A D | js_fontcollection.cpp | 364 std::unique_ptr<char[]> buffer = std::make_unique<char[]>(datalen);
in GetFontFileProperties() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_matrix.cpp | 244 void SkiaMatrix::SetAll(std::array<scalar, MatrixImpl::MATRIX_SIZE>& buffer) in SetAll() argument
|