Searched refs:profilePtr (Results 1 – 4 of 4) sorted by relevance
46 auto profilePtr = GetModeViaId(activeModeId_); in GetActiveRefreshRate() local47 if (!profilePtr) { in GetActiveRefreshRate()52 return profilePtr->GetRate(); in GetActiveRefreshRate()135 auto profilePtr = GetModeViaId(activeModeId_); in IfSwitchToRate() local138 if (!profilePtr) { in IfSwitchToRate()142 if (rate == profilePtr->GetRate() || sceneId < 0) { in IfSwitchToRate()161 auto profilePtr = GetModeViaId(activeModeId_); in GetModeIdViaRate() local162 if (!profilePtr) { in GetModeIdViaRate()168 …int32_t mode = GetModeIdViaResolutionAndRate(profilePtr->GetWidth(), profilePtr->GetHeight(), rate… in GetModeIdViaRate()
72 auto profilePtr = FindTagInMap<AudioAacProfile>(Tag::AUDIO_AAC_PROFILE, tagStore); in ConfigAacCodec() local73 if (profilePtr != nullptr) { in ConfigAacCodec()74 auto ffProfile = ConvAacProfileToFfmpeg(*profilePtr); in ConfigAacCodec()
171 auto profilePtr = FindTagInMap<VideoH264Profile>(Tag::VIDEO_H264_PROFILE, tagStore); in ConfigH264Codec() local172 if (profilePtr != nullptr) { in ConfigH264Codec()173 auto profile = ConvH264ProfileToFfmpeg(*profilePtr); in ConfigH264Codec()
964 std::shared_ptr<Profile> profilePtr = nullptr; in CanAddOutput() local967 … profilePtr = output->IsTagSetted(CaptureOutput::DYNAMIC_PROFILE) ? GetPreconfigPreviewProfile() in CanAddOutput()971 … profilePtr = output->IsTagSetted(CaptureOutput::DYNAMIC_PROFILE) ? GetPreconfigPhotoProfile() in CanAddOutput()975 … profilePtr = output->IsTagSetted(CaptureOutput::DYNAMIC_PROFILE) ? GetPreconfigVideoProfile() in CanAddOutput()979 profilePtr = output->GetDepthProfile(); in CanAddOutput()987 if (profilePtr == nullptr) { in CanAddOutput()990 return ValidateOutputProfile(*profilePtr, outputType); in CanAddOutput()