Home
last modified time | relevance | path

Searched defs:buffer (Results 976 - 1000 of 1484) sorted by relevance

1...<<31323334353637383940>>...60

/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_capture_module.cpp307 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 Dsource.cpp364 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 Dbuffer_queue_producer.cpp34 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 Doh_audio_render_unit_test.cpp49 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 Davcodec_audio_codec_impl.cpp196 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 Daudio_service_unit_test.cpp88 std::shared_ptr<OHAudioBuffer> buffer; in HWTEST() local
/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/
H A Daudio_stream_fuzzer.cpp116 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 Dipc_stream_proxy.cpp58 int32_t IpcStreamProxy::ResolveBuffer(std::shared_ptr<OHAudioBuffer> &buffer) in ResolveBuffer() argument
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp39 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 Daudio_effect_chain.cpp388 void AudioEffectChain::DumpEffectProcessData(std::string fileName, void *buffer, size_t len) in DumpEffectProcessData() argument
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h114 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 Dvideo_decoder_adapter.cpp74 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 Dvideo_capture_filter.cpp324 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 Drs_profiler_pixelmap.cpp39 static SurfaceBuffer* IncrementSurfaceBufferReference(sptr<SurfaceBuffer>& buffer) in IncrementSurfaceBufferReference() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_test.cpp837 sptr<OHOS::SurfaceBuffer> buffer = new SurfaceBufferImpl(0); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_handler.h73 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 Ddrawing_sample_rs.cpp486 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 Drs_base_render_util_unit_test.cpp159 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 Dsurface_image.cpp86 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 Djs_text_blob.cpp215 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 Ddrawing_matrix.cpp341 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 Dcache_data.cpp71 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 Djs_color_space_utils.h331 auto buffer = std::make_unique<char[]>(len + 1); in ConvertFromJsValue() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp364 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 Dskia_matrix.cpp244 void SkiaMatrix::SetAll(std::array<scalar, MatrixImpl::MATRIX_SIZE>& buffer) in SetAll() argument

Completed in 22 milliseconds

1...<<31323334353637383940>>...60