Home
last modified time | relevance | path

Searched refs:SetStreamInfo (Results 1 - 25 of 26) sorted by relevance

12

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_depth_data.cpp63 void HStreamDepthData::SetStreamInfo(StreamInfo_V1_1& streamInfo) in SetStreamInfo() function in OHOS::CameraStandard::HStreamDepthData
65 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo()
H A Dhcamera_restore_param.cpp96 void HCameraRestoreParam::SetStreamInfo(std::vector<StreamInfo_V1_1> &streamInfos) in SetStreamInfo() function in OHOS::CameraStandard::HCameraRestoreParam
H A Dhstream_common.cpp169 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 Dhstream_metadata.cpp67 void HStreamMetadata::SetStreamInfo(StreamInfo_V1_1 &streamInfo) in SetStreamInfo() function in OHOS::CameraStandard::HStreamMetadata
69 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo()
H A Dhstream_repeat.cpp81 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 Dhstream_capture.cpp114 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 Dhcapture_session.cpp204 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 Dhcamera_service.cpp1669 cameraRestoreParam->SetStreamInfo(allStreamInfos); in SaveCurrentParamForRestore()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_depth_data.h46 void SetStreamInfo(StreamInfo_V1_1& streamInfo) override;
H A Dhstream_metadata.h37 void SetStreamInfo(StreamInfo_V1_1& streamInfo) override;
H A Dhcamera_restore_param.h48 void SetStreamInfo(std::vector<StreamInfo_V1_1> &streamInfos);
H A Dhstream_common.h51 virtual void SetStreamInfo(StreamInfo_V1_1& streamInfo) = 0;
H A Dhstream_repeat.h54 void SetStreamInfo(StreamInfo_V1_1& streamInfo) override;
H A Dhstream_capture.h44 void SetStreamInfo(StreamInfo_V1_1 &streamInfo) override;
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Dcast_engine_dfx.h35 static void SetStreamInfo(const std::string &streamInfoKey, const std::string &streamInfoValue);
/foundation/multimedia/camera_framework/test/fuzztest/camerarestoreparam_fuzzer/
H A Dcamera_restore_param_fuzzer.cpp96 fuzz->SetStreamInfo(streamInfos); in Test()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h60 void SetStreamInfo(const StreamDescription& stream, sptr<BufferProducerSequenceable>& producer);
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_dfx.cpp47 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 Dvideo_post_processor.cpp222 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 Dremote_player_controller.cpp152 CastEngineDfx::SetStreamInfo("mediaType", mediaInfo.mediaType); in Play()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dremote_player_controller.cpp152 CastEngineDfx::SetStreamInfo("mediaType", mediaInfo.mediaType); in Play()
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.h146 static napi_status SetStreamInfo(const napi_env &env, const AudioStreamInfo &streamInfo, napi_value &result);
H A Dnapi_param_utils.cpp401 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 Dnapi_audio_capturer.cpp370 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 Dnapi_audio_renderer.cpp1003 NapiParamUtils::SetStreamInfo(env, context->streamInfo, output); in GetStreamInfo()
1022 NapiParamUtils::SetStreamInfo(env, streamInfo, result); in GetStreamInfoSync()

Completed in 25 milliseconds

12