/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 996 size_t kMax = 1024; in HWTEST_F() local 998 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1005 size_t kMax = 1024; in HWTEST_F() local 1007 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1015 size_t kMax = 1024; in HWTEST_F() local 1017 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1025 size_t kMax = 1024; in HWTEST_F() local 1027 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1039 size_t kMax = 1024; in HWTEST_F() local 1041 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMi in HWTEST_F() 1058 size_t kMax = 1024; HWTEST_F() local 1076 size_t kMax = 1024; HWTEST_F() local 1092 size_t kMax = 1024; HWTEST_F() local 1108 size_t kMax = 1024; HWTEST_F() local 1124 size_t kMax = 1024; HWTEST_F() local 1144 size_t kMax = 1024; HWTEST_F() local 1159 size_t kMax = 1024; HWTEST_F() local 1174 size_t kMax = 1024; HWTEST_F() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_queue.cpp | 26 RtpPacketSortor::RtpPacketSortor(int32_t sampleRate, size_t kMax, size_t kMin) in RtpPacketSortor() argument 27 : sampleRate_(sampleRate), kMin_(kMin), kMax_(kMax) in RtpPacketSortor()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_manager.cpp | 94 txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 154 prev, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 165 0, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 174 prev, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 238 extent, next, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 456 txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight);
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_queue.h | 31 RtpPacketSortor(int32_t sampleRate, size_t kMax = 1024, size_t kMin = 16);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | txt_paragraph.cpp | 301 index, next, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); in GetCharacterWidth() 431 index, next, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); in AdjustIndexForward() 496 prev, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); in ComputeOffsetForCaretUpstream() 508 0, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); in ComputeOffsetForCaretUpstream() 518 prev, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); in ComputeOffsetForCaretUpstream() 605 extent, next, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); in ComputeOffsetForCaretDownstream() 684 : txt::Paragraph::RectHeightStyle::kMax; in GetRectsForRangeInner() 892 auto boxes = paragrah->GetRectsForRange(0, 1, txt::Paragraph::RectHeightStyle::kMax, in HandleCaretWhenEmpty()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 219 txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); in PaintSelectCaret() 337 txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 1307 txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 1367 prev, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 1378 0, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 1387 prev, extent, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight); 1450 extent, next, txt::Paragraph::RectHeightStyle::kMax, txt::Paragraph::RectWidthStyle::kTight);
|
/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | constants_converter.cpp | 278 return txt::Paragraph::RectHeightStyle::kMax; in ConvertTxtRectHeightStyle() 320 return txt::Paragraph::RectWidthStyle::kMax; in ConvertTxtRectWidthStyle()
|