Home
last modified time | relevance | path

Searched defs:streams (Results 1 – 20 of 20) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/dash_test/
Ddash_media_downloader_unit_test.cpp115 std::vector<StreamInfo> streams; variable
129 std::vector<StreamInfo> streams; variable
161 std::vector<StreamInfo> streams; variable
186 std::vector<StreamInfo> streams; variable
228 std::vector<StreamInfo> streams; variable
275 std::vector<StreamInfo> streams; variable
332 std::vector<StreamInfo> streams; variable
408 std::vector<StreamInfo> streams; variable
436 std::vector<StreamInfo> streams; variable
Ddash_mpd_downloader_unit_test.cpp113 std::vector<StreamInfo> streams; variable
/foundation/multimedia/camera_framework/test/fuzztest/streamcapture_fuzzer/
Dstream_capture_fuzzer.cpp63 int32_t *streams = reinterpret_cast<int32_t *>(rawData); in StreamCaptureFuzzTest() local
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
Ddeferred_processing_stub_fuzzer.cpp63 int32_t *streams = reinterpret_cast<int32_t *>(rawData); in DeferredProcessingFuzzTest() local
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
Dcamera_device_fuzzer.cpp65 int32_t *streams = reinterpret_cast<int32_t *>(rawData); in CameraDeviceFuzzTest() local
117 int32_t *streams = reinterpret_cast<int32_t *>(rawData); in CameraDeviceFuzzTestUpdateSetting() local
/foundation/multimedia/camera_framework/test/fuzztest/streammetadatastub_fuzzer/
Dstream_metadata_stub_fuzzer.cpp39 int32_t *streams = reinterpret_cast<int32_t *>(rawData); in MakeMetadata() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
Dmedia_downloader.h116 virtual Status GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo()
Dhttp_source_plugin.cpp111 Status HttpSourcePlugin::GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
Ddcamera_provider_callback_impl.cpp115 std::vector<std::shared_ptr<DCStreamInfo>> streams; in ConfigureStreams() local
/foundation/multimedia/av_codec/interfaces/plugin/
Dsource_plugin.h215 virtual Status GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo()
/foundation/multimedia/av_codec/test/unittest/http_source_test/
Dhttp_source_plugin_unit_test.cpp193 std::vector<StreamInfo> streams; variable
/foundation/multimedia/camera_framework/test/fuzztest/streamcapturestub_fuzzer/
Dstream_capture_stub_fuzzer.cpp50 int32_t *streams = reinterpret_cast<int32_t *>(rawData); in MakeMetadata() local
/foundation/multimedia/av_codec/services/media_engine/modules/source/
Dsource.cpp370 Status Source::GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
Ddownload_monitor.cpp278 Status DownloadMonitor::GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
Ddash_media_downloader.cpp351 Status DashMediaDownloader::GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo()
374 std::vector<StreamInfo> streams; in ReceiveMpdStreamInitEvent() local
Ddash_mpd_downloader.cpp2038 Status DashMpdDownloader::GetStreamInfo(std::vector<StreamInfo> &streams) in GetStreamInfo()
/foundation/multimedia/camera_framework/services/camera_service/src/
Dhcapture_session.cpp211 auto streams = streamContainer_.GetAllStreams(); in GetCurrentStreamInfos() local
1024 auto streams = streamContainer_.GetAllStreams(); in SetColorSpaceForStreams() local
1039 auto streams = streamContainer_.GetAllStreams(); in CancelStreamsAndGetStreamInfos() local
1067 auto streams = streamContainer_.GetAllStreams(); in RestartStreams() local
1104 auto streams = streamContainer_.GetAllStreams(); in CheckIfColorSpaceMatchesFormat() local
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
Ddemuxer_plugin_manager.cpp187 Status DemuxerPluginManager::InitDefaultPlay(const std::vector<StreamInfo>& streams) in InitDefaultPlay()
Dmedia_demuxer.cpp628 std::vector<StreamInfo> streams; in SetDataSource() local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
Dcamera_framework_unittest.cpp207 std::vector<StreamConfig> streams = {}; member