Home
last modified time | relevance | path

Searched refs:sr (Results 1 - 13 of 13) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
H A Drtcp_unit_test.cpp182 auto sr = std::make_shared<RtcpSR>(); in HWTEST_F() local
183 EXPECT_NE(sr, nullptr); in HWTEST_F()
188 auto sr = RtcpSR::Create(1); in HWTEST_F() local
189 EXPECT_NE(sr, nullptr); in HWTEST_F()
194 auto sr = std::make_shared<RtcpSR>(); in HWTEST_F() local
195 EXPECT_NE(sr, nullptr); in HWTEST_F()
196 auto &ret = sr->SetSsrc(0); in HWTEST_F()
197 EXPECT_EQ(&ret, sr.get()); in HWTEST_F()
202 auto sr = std::make_shared<RtcpSR>(); in HWTEST_F() local
203 EXPECT_NE(sr, nullpt in HWTEST_F()
210 auto sr = std::make_shared<RtcpSR>(); HWTEST_F() local
218 auto sr = std::make_shared<RtcpSR>(); HWTEST_F() local
226 auto sr = std::make_shared<RtcpSR>(); HWTEST_F() local
236 auto sr = std::make_shared<RtcpSR>(); HWTEST_F() local
246 auto sr = std::make_shared<RtcpSR>(); HWTEST_F() local
256 auto sr = std::make_shared<RtcpSR>(); HWTEST_F() local
266 auto sr = std::make_shared<RtcpSR>(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/
H A Dcolormatrix_fuzzer.cpp43 scalar sr = GetObject<scalar>(); in ColorMatrixFuzzTest001() local
47 colorMatrix.SetScale(sr, sg, sb, sa); in ColorMatrixFuzzTest001()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_color_matrix.h31 virtual void SetScale(scalar sr, scalar sg, scalar sb, scalar sa) {} in SetScale() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_matrix.cpp105 void ColorMatrix::SetScale(scalar sr, scalar sg, scalar sb, scalar sa) in SetScale() argument
112 array_[0] = sr; // 0 means red vector scale in SetScale()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_matrix.h64 void SetScale(scalar sr, scalar sg, scalar sb, scalar sa);
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dquaternion_util.h43 const float sr = Math::sin(roll * 0.5f); in FromEulerRad() local
45 return Quat(cy * cp * sr - sy * sp * cr, sy * cp * sr + cy * sp * cr, sy * cp * cr - cy * sp * sr, in FromEulerRad()
46 cy * cp * cr + sy * sp * sr); in FromEulerRad()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.cpp191 bool sr = NfcSdkCommon::GetHexStrBytesLen(payload) < SHORT_RECORD_SIZE; in NdefRecordToString() local
194 | (sr ? FLAG_SR : 0) | (il ? FLAG_IL : 0)) | (char)tnf; in NdefRecordToString()
197 if (sr) { in NdefRecordToString()
216 layout.sr = (head & FLAG_SR) != 0; in ParseRecordLayoutHead()
250 if (layout.sr) { in ParseRecordLayoutLength()
H A Dndef_message.h38 bool sr; // short record member
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h142 explicit AudSampleRate(int32_t sr) : RecorderParam(RecorderPublicParamType::AUD_SAMPLERATE), sampleRate(sr) {} in AudSampleRate()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp259 VideoRotation sr = static_cast<VideoRotation>(val); in ConfigureSurface() local
260 CHECK_AND_RETURN_LOG(sr == VideoRotation::VIDEO_ROTATION_0 || sr == VideoRotation::VIDEO_ROTATION_90 || in ConfigureSurface()
261 sr == VideoRotation::VIDEO_ROTATION_180 || sr == VideoRotation::VIDEO_ROTATION_270, in ConfigureSurface()
579 VideoRotation sr = static_cast<VideoRotation>(val); in SetSurfaceParameter() local
580 CHECK_AND_RETURN_LOG(sr == VideoRotation::VIDEO_ROTATION_0 || sr == VideoRotation::VIDEO_ROTATION_90 || in SetSurfaceParameter()
581 sr == VideoRotation::VIDEO_ROTATION_180 || sr in SetSurfaceParameter()
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp185 VideoRotation sr = static_cast<VideoRotation>(val); in ConfigureSurface() local
186 CHECK_AND_RETURN_LOG(sr == VideoRotation::VIDEO_ROTATION_0 || sr == VideoRotation::VIDEO_ROTATION_90 || in ConfigureSurface()
187 sr == VideoRotation::VIDEO_ROTATION_180 || sr == VideoRotation::VIDEO_ROTATION_270, in ConfigureSurface()
546 VideoRotation sr = static_cast<VideoRotation>(val); in SetSurfaceParameter() local
547 CHECK_AND_RETURN_LOG(sr == VideoRotation::VIDEO_ROTATION_0 || sr == VideoRotation::VIDEO_ROTATION_90 || in SetSurfaceParameter()
548 sr == VideoRotation::VIDEO_ROTATION_180 || sr in SetSurfaceParameter()
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_proxy_test.cpp436 sptr<IServiceRegistry> sr = ServiceRegistry::GetInstance(); in HWTEST_F() local
437 EXPECT_EQ(sr, nullptr); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dfunc_test.cpp2000 int32_t sr = 0;
2010 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_AUD_SAMPLE_RATE, &sr));
2011 ASSERT_EQ(sr, 44100);

Completed in 13 milliseconds