Home
last modified time | relevance | path

Searched defs:buffer (Results 1751 - 1775 of 5931) sorted by relevance

1...<<71727374757677787980>>...238

/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dapi_test.cpp49 static OH_AVBuffer *buffer = nullptr; member
[all...]
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_decoder_inner_demo.cpp52 char buffer[TMP_BUFFER_SIZE]; // 临时buffer,仅测试vorbis时需要 in RunCase() local
188 std::shared_ptr<AVSharedMemory> buffer = signal_->inBufferQueue_.front(); in InputFunc() local
229 auto buffer = signal_->outBufferQueue_.front(); OutputFunc() local
268 OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) OnInputBufferAvailable() argument
277 OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag, std::shared_ptr<AVSharedMemory> buffer) OnOutputBufferAvailable() argument
[all...]
H A Davcodec_audio_opus_encoder_demo.cpp246 auto buffer = signal_->inBufferQueue_.front(); in InputFunc() local
H A Davcodec_audio_encoder_inner_demo.cpp161 std::shared_ptr<AVSharedMemory> buffer = signal_->inBufferQueue_.front(); in InputFunc() local
202 auto buffer = signal_->outBufferQueue_.front(); in OutputFunc() local
235 void AEnDemoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) in OnInputBufferAvailable() argument
244 OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag, std::shared_ptr<AVSharedMemory> buffer) OnOutputBufferAvailable() argument
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp971 std::shared_ptr<AVSharedMemory> buffer = CreateAVSharedMemory(testSize); in HWTEST_F() local
990 std::shared_ptr<AVSharedMemory> buffer = CreateAVSharedMemory(testSize); in HWTEST_F() local
1009 std::shared_ptr<AVSharedMemory> buffer = CreateAVSharedMemory(testSize); in HWTEST_F() local
1028 std::shared_ptr<AVSharedMemory> buffer = CreateAVSharedMemory(testSize); in HWTEST_F() local
1046 std::shared_ptr<AVSharedMemory> buffer = CreateAVSharedMemory(testSize); in HWTEST_F() local
1064 std::shared_ptr<AVSharedMemory> buffer = CreateAVSharedMemory(testSize); HWTEST_F() local
1081 std::shared_ptr<AVSharedMemory> buffer = CreateAVSharedMemory(testSize); HWTEST_F() local
1099 std::shared_ptr<AVSharedMemory> buffer = CreateAVSharedMemory(testSize); HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dmetadata_accessor_factory.cpp48 std::shared_ptr<MetadataAccessor> MetadataAccessorFactory::Create(uint8_t *buffer, const uint32_t size, in Create() argument
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.cpp64 ErrorCode ContrastEFilter::Render(EffectBuffer *buffer, std::shared_ptr<EffectContext> &context) in Render() argument
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h56 void Release(sptr<SurfaceBuffer>& buffer) in Release() argument
/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/
H A Deffect_memory.cpp54 auto *buffer = malloc(size); in Alloc() local
/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_source_plugin_unit_test.cpp45 std::shared_ptr<Buffer> buffer; member in OHOS::Media::Plugins::HttpPlugin::HttpSourcePluginUnitTest
[all...]
/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_pixel_map_adapter.cpp133 const auto* buffer = reinterpret_cast<uint8_t*>(&imageInfo); in ConvertToInner() local
187 const auto* buffer = reinterpret_cast<uint8_t*>(&imageInfo); in ConvertToInnerWithLimitedSize() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp76 DeferredPhotoProxy(const BufferHandle* bufferHandle, std::string imageId, int32_t deferredProcType, uint8_t* buffer, size_t fileSize) DeferredPhotoProxy() argument
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dcache_buffer.h42 uint8_t *buffer; member
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_audio_source.cpp103 int32_t RecorderAudioSource::AcquireBuffer(RecorderSourceBuffer &buffer, bool isBlocking) in AcquireBuffer() argument
131 int32_t RecorderAudioSource::ReleaseBuffer(RecorderSourceBuffer &buffer) in ReleaseBuffer() argument
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_haptics_attrs/
H A Dtone_haptics_settings_napi.cpp224 char buffer[1024] = {0}; in SetHapticsUri() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/moving_photo_test/src/
H A Dmoving_photo_test.cpp232 const uint8_t** buffer = const_cast<const uint8_t**>(&contentBuffer); in HWTEST_F() local
252 const uint8_t** buffer = const_cast<const uint8_t**>(&contentBuffer); in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_desc_data.cpp41 int GetObjectPropDescData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() argument
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dseek_agent.cpp37 void AudioBufferFilledListener::OnBufferFilled(std::shared_ptr<AVBuffer>& buffer) in OnBufferFilled() argument
53 void VideoBufferFilledListener::OnBufferFilled(std::shared_ptr<AVBuffer>& buffer) in OnBufferFilled() argument
203 Status SeekAgent::OnAudioBufferFilled(std::shared_ptr<AVBuffer>& buffer, in OnAudioBufferFilled() argument
225 OnVideoBufferFilled(std::shared_ptr<AVBuffer>& buffer, sptr<AVBufferQueueProducer> producer, int32_t trackId) OnVideoBufferFilled() argument
[all...]
/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dlibinput_adapter.cpp50 char buffer[256] = {}; in HiLogFunc() local
[all...]
/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp196 std::vector<uint8_t> buffer = pointerEvent->GetBuffer(); in DumpInputEvent() local
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h331 std::vector<uint8_t> buffer = event->GetBuffer(); in Print() local
/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_statistic.cpp63 char buffer[32] = {0}; in ConvertTimeToStr() local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dprocess_group_util.cpp41 char buffer[FMT_STR_BUFF_LEN] = { 0 }; in FormatString() local
/foundation/window/window_manager/utils/test/unittest/
H A Dsurface_draw_test.cpp200 sptr<OHOS::SurfaceBuffer> buffer = SurfaceDraw::GetSurfaceBuffer(layer, rect.width_, rect.height_); in HWTEST_F() local
283 sptr<OHOS::SurfaceBuffer> buffer = SurfaceDraw::GetSurfaceBuffer(layer, rect.width_, rect.height_); in HWTEST_F() local
308 sptr<OHOS::SurfaceBuffer> buffer = SurfaceDraw::GetSurfaceBuffer(layer, rect.width_, rect.height_); in HWTEST_F() local
338 sptr<OHOS::SurfaceBuffer> buffer = SurfaceDraw::GetSurfaceBuffer(layer, rect.width_, rect.height_); in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_common_test.cpp269 uint8_t buffer[] = {0}; HWTEST_F() local
[all...]

Completed in 16 milliseconds

1...<<71727374757677787980>>...238