/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_depth_data.cpp | 63 void HStreamDepthData::SetStreamInfo(StreamInfo_V1_1& streamInfo)
in SetStreamInfo() function in OHOS::CameraStandard::HStreamDepthData 65 HStreamCommon::SetStreamInfo(streamInfo);
in SetStreamInfo()
|
H A D | hcamera_restore_param.cpp | 96 void HCameraRestoreParam::SetStreamInfo(std::vector<StreamInfo_V1_1> &streamInfos) in SetStreamInfo() function in OHOS::CameraStandard::HCameraRestoreParam
|
H A D | hstream_common.cpp | 169 void HStreamCommon::SetStreamInfo(StreamInfo_V1_1 &streamInfo) in SetStreamInfo() function in OHOS::CameraStandard::HStreamCommon 176 MEDIA_ERR_LOG("HStreamCommon::SetStreamInfo find format error, pixelFormat use default format"); in SetStreamInfo() 178 MEDIA_INFO_LOG("HStreamCommon::SetStreamInfo pixelFormat is %{public}d", pixelFormat); in SetStreamInfo() 194 MEDIA_DEBUG_LOG("HStreamCommon::SetStreamInfo type %{public}d, dataSpace %{public}d", streamType_, dataSpace_); in SetStreamInfo() 228 SetStreamInfo(curStreamInfo); in DumpStreamInfo()
|
H A D | hstream_metadata.cpp | 67 void HStreamMetadata::SetStreamInfo(StreamInfo_V1_1 &streamInfo) in SetStreamInfo() function in OHOS::CameraStandard::HStreamMetadata 69 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo()
|
H A D | hstream_repeat.cpp | 81 void HStreamRepeat::SetStreamInfo(StreamInfo_V1_1& streamInfo) in SetStreamInfo() function in OHOS::CameraStandard::HStreamRepeat 83 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo() 102 MEDIA_INFO_LOG("HStreamRepeat::SetStreamInfo Enter"); in SetStreamInfo() 108 MEDIA_INFO_LOG("HStreamRepeat::SetStreamInfo end"); in SetStreamInfo()
|
H A D | hstream_capture.cpp | 114 void HStreamCapture::SetStreamInfo(StreamInfo_V1_1 &streamInfo) in SetStreamInfo() function in OHOS::CameraStandard::HStreamCapture 116 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo() 134 MEDIA_INFO_LOG("HStreamCapture::SetStreamInfo Set DNG info, streamId:%{public}d", GetFwkStreamId()); in SetStreamInfo()
|
H A D | hcapture_session.cpp | 204 stream->SetStreamInfo(curStreamInfo); in GetCurrentStreamInfos() 647 stream->SetStreamInfo(curStreamInfo); in LinkInputAndOutputs() 1009 stream->SetStreamInfo(curStreamInfo); in CancelStreamsAndGetStreamInfos() 1073 curStream->SetStreamInfo(curStreamInfo); in CheckIfColorSpaceMatchesFormat()
|
H A D | hcamera_service.cpp | 1669 cameraRestoreParam->SetStreamInfo(allStreamInfos); in SaveCurrentParamForRestore()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_depth_data.h | 46 void SetStreamInfo(StreamInfo_V1_1& streamInfo) override;
|
H A D | hstream_metadata.h | 37 void SetStreamInfo(StreamInfo_V1_1& streamInfo) override;
|
H A D | hcamera_restore_param.h | 48 void SetStreamInfo(std::vector<StreamInfo_V1_1> &streamInfos);
|
H A D | hstream_common.h | 51 virtual void SetStreamInfo(StreamInfo_V1_1& streamInfo) = 0;
|
H A D | hstream_repeat.h | 54 void SetStreamInfo(StreamInfo_V1_1& streamInfo) override;
|
H A D | hstream_capture.h | 44 void SetStreamInfo(StreamInfo_V1_1 &streamInfo) override;
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | cast_engine_dfx.h | 35 static void SetStreamInfo(const std::string &streamInfoKey, const std::string &streamInfoValue);
|
/foundation/multimedia/camera_framework/test/fuzztest/camerarestoreparam_fuzzer/ |
H A D | camera_restore_param_fuzzer.cpp | 96 fuzz->SetStreamInfo(streamInfos);
in Test()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/ |
H A D | video_post_processor.h | 60 void SetStreamInfo(const StreamDescription& stream, sptr<BufferProducerSequenceable>& producer);
|
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_dfx.cpp | 47 void CastEngineDfx::SetStreamInfo(const std::string &streamInfoKey, const std::string &streamInfoValue) in SetStreamInfo() function in OHOS::CastEngine::CastEngineDfx
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | video_post_processor.cpp | 222 SetStreamInfo(stream, producer); in PrepareStreams() 245 SetStreamInfo(stream, producer); in CreateSurface() 248 void VideoPostProcessor::SetStreamInfo(const StreamDescription& stream, sptr<BufferProducerSequenceable>& producer) in SetStreamInfo() function in OHOS::CameraStandard::DeferredProcessing::VideoPostProcessor
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/ |
H A D | remote_player_controller.cpp | 152 CastEngineDfx::SetStreamInfo("mediaType", mediaInfo.mediaType); in Play()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/ |
H A D | remote_player_controller.cpp | 152 CastEngineDfx::SetStreamInfo("mediaType", mediaInfo.mediaType); in Play()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_param_utils.h | 146 static napi_status SetStreamInfo(const napi_env &env, const AudioStreamInfo &streamInfo, napi_value &result);
|
H A D | napi_param_utils.cpp | 401 napi_status NapiParamUtils::SetStreamInfo(const napi_env &env, const AudioStreamInfo &streamInfo, napi_value &result) in SetStreamInfo() function in OHOS::AudioStandard::NapiParamUtils 404 CHECK_AND_RETURN_RET_LOG(status == napi_ok, status, "SetStreamInfo napi_create_object failed"); in SetStreamInfo()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/ |
H A D | napi_audio_capturer.cpp | 370 NapiParamUtils::SetStreamInfo(env, context->streamInfo, output); in GetStreamInfo() 392 NapiParamUtils::SetStreamInfo(env, streamInfo, result); in GetStreamInfoSync()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/ |
H A D | napi_audio_renderer.cpp | 1003 NapiParamUtils::SetStreamInfo(env, context->streamInfo, output); in GetStreamInfo() 1022 NapiParamUtils::SetStreamInfo(env, streamInfo, result); in GetStreamInfoSync()
|