/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
H A D | linear_layout_utils.cpp | 197 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in AdjustChildOnDirection() local 226 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local 243 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local 265 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in LayoutCondition() local 294 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in LayoutCondition() local 315 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in LayoutCondition() local 343 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in LayoutCondition() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_paint_method.cpp | 26 auto frameSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in PaintEdgeEffect() local 51 auto frameSize = geometryNode->GetPaddingSize(); in UpdateContentModifier() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_utils.cpp | 63 float GridUtils::GetMainGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis a… in GetMainGap() 68 float GridUtils::GetCrossGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis … in GetCrossGap()
|
H A D | grid_paint_method.cpp | 26 auto frameSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in PaintEdgeEffect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 180 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in HandleBorderRadius() local 210 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in PerformMeasureSelf() local 249 const LayoutConstraintF& layoutConstraint, SizeF& frameSize, const float& defaultHeight) in HandleLabelCircleButtonFrameSize() 272 SizeF frameSize = { -1, -1 }; in MeasureCircleButton() local 326 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in MarkNeedFlushMouseEvent() local 356 auto frameSize = geometryNode->GetFrameSize(); in NeedAgingMeasure() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/common_view/ |
H A D | common_view_layout_algorithm.h | 35 auto frameSize = child->GetGeometryNode()->GetFrameSize(); in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_layout_algorithm.cpp | 59 OptionalSizeF frameSize; in Measure() local 78 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_paint_method.cpp | 67 auto frameSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in UpdateOverlayModifier() local 117 auto frameSize = geometryNode->GetPaddingSize(); in UpdateContentModifier() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_paint_method.cpp | 57 auto frameSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in PaintFade() local 128 auto frameSize = geometryNode->GetPaddingSize(); in ClipPadding() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | volume_tools.cpp | 201 size_t frameSize = buffer.bufLength / byteSizePerFrame; in Process() local 266 size_t frameSize = buffer.bufLength / byteSizePerFrame; in CountU8Volume() local 310 size_t frameSize = buffer.bufLength / byteSizePerFrame; in CountS16Volume() local 354 size_t frameSize = buffer.bufLength / byteSizePerFrame; in CountS24Volume() local 401 size_t frameSize = buffer.bufLength / byteSizePerFrame; in CountS32Volume() local 449 size_t frameSize = buffer.bufLength / byteSizePerFrame; in CountF32Volume() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/distributed_audio/ |
H A D | _audio_parameter.md | 74 ### frameSize subsection
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/ |
H A D | minimp4_demuxer_plugin.cpp | 275 unsigned int frameSize = 0; in GetMediaInfo() local 290 void MiniMP4DemuxerPlugin::FillADTSHead(std::shared_ptr<Memory> &data, unsigned int frameSize) in FillADTSHead() 354 unsigned int frameSize = 0; in ReadFrame() local 390 unsigned int frameSize = 0; in SeekTo() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_paint_method.cpp | 39 auto frameSize = geometryNode->GetPaddingSize(); in ClipPadding() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.cpp | 149 uint16_t frameSize = AVRC_TG_SBP_MIN_RSP_FRAME_SIZE + folderNamesSize + folderNameLength; in AssemblePacket() local 405 uint16_t frameSize = AVRC_TG_GFI_MIN_RSP_FRAME_SIZE + AVRC_TG_GFI_FIXED_RSP_PARAMETER_LENGTH; in CountMpFrameSize() local 439 uint16_t frameSize = CountMpFrameSize(); in AssembleMpPacket() local 527 uint16_t frameSize = AVRC_TG_GFI_MIN_RSP_FRAME_SIZE + AVRC_TG_GFI_FIXED_RSP_PARAMETER_LENGTH; in CountMeFrameSize() local 568 uint16_t frameSize = CountMeFrameSize(); in AssembleMePacket() local 790 uint16_t frameSize = AVRC_TG_GIA_MIN_RSP_FRAME_SIZE + AVRC_TG_GIA_FIXED_RSP_PARAMETER_LENGTH; in AssemblePacket() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_algorithm.cpp | 53 SizeF frameSize = { -1.0f, -1.0f }; in Measure() local 83 …const RefPtr<TextPickerPattern>& textPickerPattern, SizeF& frameSize, const RefPtr<PickerTheme>& p… in GetGradientPercent() 112 … const RefPtr<PickerTheme>& pickerTheme, const RefPtr<DialogTheme>& dialogTheme, SizeF& frameSize, in GetColumnSize() 216 SizeF frameSize = { -1.0f, -1.0f }; in ChangeTextStyle() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/ |
H A D | _audio_sample_attributes_v10.md | 60 ### frameSize subsection
|
H A D | _audio_sample_attributes_v20.md | 71 ### frameSize subsection
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/adm_common/src/ |
H A D | audio_adm_common.cpp | 92 …mRenderFramePrepare(const std::string& path, char *&frame, uint32_t& readSize, uint32_t& frameSize) in AdmRenderFramePrepare() 145 uint32_t frameSize = 0; in WriteFrameToSBuf() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_layout_algorithm.cpp | 109 auto frameSize = idealSize.ConvertToSizeT(); in Measure() local 162 void TabBarLayoutAlgorithm::MeasureFixedMode(LayoutWrapper* layoutWrapper, SizeF frameSize) in MeasureFixedMode() 230 void TabBarLayoutAlgorithm::MeasureScrollableMode(LayoutWrapper* layoutWrapper, SizeF frameSize) in MeasureScrollableMode() 308 …nstraintF TabBarLayoutAlgorithm::GetChildConstraint(LayoutWrapper* layoutWrapper, SizeF& frameSize) in GetChildConstraint() 605 SizeF& frameSize) in MeasureItemSecond() 964 auto frameSize = geometryNode->GetPaddingSize(); in Layout() local 979 void TabBarLayoutAlgorithm::LayoutChildren(LayoutWrapper* layoutWrapper, const SizeF& frameSize, Of… in LayoutChildren() 1053 const BarGridColumnOptions& option, const SizeF& frameSize, int32_t columns) const in GetGridWidth() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_paint_method.cpp | 48 auto frameSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in PaintScrollEffect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/ |
H A D | text_area_layout_algorithm.cpp | 94 OptionalSizeF frameSize; in Measure() local 129 …d TextAreaLayoutAlgorithm::ConstraintHeight(LayoutWrapper* layoutWrapper, OptionalSizeF& frameSize, in ConstraintHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/ |
H A D | grid_adaptive_layout_algorithm.cpp | 120 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in Layout() local 173 auto frameSize = layoutWrapper->GetGeometryNode()->GetMarginFrameSize(); in CalculateChildOffset() local
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/adm_common/include/ |
H A D | audio_adm_common.h | 80 uint32_t frameSize; member 91 uint32_t frameSize; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
H A D | render_node_layout_algorithm.cpp | 38 OptionalSizeF frameSize; in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_paint_method.cpp | 27 auto frameSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in PaintEdgeEffect() local 48 auto frameSize = renderContext->GetPaintRectWithoutTransform().GetSize(); in UpdateContentModifier() local
|