| /foundation/multimedia/media_foundation/tests/unittest/avbuffer/ |
| D | avbuffer_func_unit_test.cpp | 341 int32_t offset = static_cast<size_t>( variable 381 int32_t offset = static_cast<size_t>( variable 425 int32_t offset = static_cast<size_t>( variable 719 int32_t offset = static_cast<size_t>( variable 738 int32_t offset = static_cast<size_t>( variable 755 int32_t offset = static_cast<size_t>( variable 807 int32_t offset = static_cast<size_t>( variable 831 int32_t offset = static_cast<size_t>( variable 851 int32_t offset = static_cast<size_t>( variable 1417 int32_t offset = static_cast<size_t>( variable [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| D | span_sub_test_ng.cpp | 95 Dimension offset = Dimension(0.0, DimensionUnit::PX); variable 122 Dimension offset = Dimension(0.0, DimensionUnit::VP); variable 149 Dimension offset = Dimension(0.0, DimensionUnit::FP); variable 176 Dimension offset = Dimension(0.0, DimensionUnit::LPX); variable 203 Dimension offset = Dimension(0.0, DimensionUnit::AUTO); variable 230 Dimension offset = Dimension(10.0, DimensionUnit::PX); variable 257 Dimension offset = Dimension(10.0, DimensionUnit::VP); variable 284 Dimension offset = Dimension(10.0, DimensionUnit::FP); variable 311 Dimension offset = Dimension(10.0, DimensionUnit::LPX); variable 338 Dimension offset = Dimension(10.0, DimensionUnit::AUTO); variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
| D | custom_paint_component.cpp | 87 auto task = [](RenderCustomPaint& interface, const Offset& offset) { interface.WebGLUpdate(); }; in WebGLUpdate() 99 …auto task = [rect](RenderCustomPaint& interface, const Offset& offset) { interface.FillRect(offset… in FillRect() 105 …auto task = [rect](RenderCustomPaint& interface, const Offset& offset) { interface.StrokeRect(offs… in StrokeRect() 111 …auto task = [rect](RenderCustomPaint& interface, const Offset& offset) { interface.ClearRect(offse… in ClearRect() 117 auto task = [text, textOffset](RenderCustomPaint& interface, const Offset& offset) { in FillText() 125 auto task = [text, textOffset](RenderCustomPaint& interface, const Offset& offset) { in StrokeText() 160 …auto task = [x, y](RenderCustomPaint& interface, const Offset& offset) { interface.MoveTo(offset, … in MoveTo() 166 …auto task = [x, y](RenderCustomPaint& interface, const Offset& offset) { interface.LineTo(offset, … in LineTo() 172 …auto task = [param](RenderCustomPaint& interface, const Offset& offset) { interface.BezierCurveTo(… in BezierCurveTo() 179 …RenderCustomPaint& interface, const Offset& offset) { interface.QuadraticCurveTo(offset, param); }; in QuadraticCurveTo() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| D | avrcp_ct_notification.cpp | 71 uint16_t offset = 0x0000; in AssembleParameters() local 94 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local 149 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassemblePlaybackStatus() local 166 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassembleTrackChanged() local 183 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassemblePlaybackPosChanged() local 203 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassemblePlayerApplicationSettingChanged() local 229 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassembleAddressedPlayerChanged() local 251 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassembleUidsChanged() local 268 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassembleVolumeChanged() local
|
| D | avrcp_ct_vendor.cpp | 60 uint16_t offset = AVRC_CT_VENDOR_CTYPE_OFFSET; in DisassemblePacket() local 103 uint16_t offset = 0x00; in AssembleFixedOperands() local 136 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in IsValidParameterLength() local 197 uint16_t offset = 0x0000; in AssembleParameters() local 219 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local 296 uint16_t offset = 0x0000; in AssembleParameters() local 315 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local 382 uint16_t offset = 0x0000; in AssembleParameters() local 407 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local 505 uint16_t offset = 0x0000; in AssembleParameters() local [all …]
|
| D | avrcp_ct_browse.cpp | 93 uint16_t offset = 0x0000; in AssemblePacket() local 115 uint16_t offset = 0x0000; in DisassemblePacket() local 157 void AvrcCtSbpPacket::DisassemblePacketName(uint8_t *buffer, uint16_t offset) in DisassemblePacketName() 224 uint16_t offset = 0x0000; in AssemblePacket() local 252 uint16_t offset = 0x0000; in DisassemblePacket() local 325 uint16_t offset = 0x0000; in AssemblePacket() local 367 uint16_t offset = 0x0000; in DisassemblePacket() local 422 uint16_t offset = 0x00; in DisassembleMpParameter() local 472 uint16_t AvrcCtGfiPacket::DisassembleMpParameterName(uint8_t *buffer, uint16_t offset, std::string … in DisassembleMpParameterName() 506 uint16_t offset = 0x00; in DisassembleMeParameter() local [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| D | smp_cmd.c | 28 size_t offset = 0x00; in SMP_SendPairingRequest() local 59 size_t offset = 0x00; in SMP_SendPairingResponse() local 90 size_t offset = 0x00; in SMP_SendPairingConfirm() local 114 size_t offset = 0x00; in SMP_SendPairingRandom() local 138 size_t offset = 0x00; in SMP_SendPairingFailed() local 162 size_t offset = 0x00; in SMP_SendPairingPublicKey() local 186 size_t offset = 0x00; in SMP_SendPairingDHKeyCheck() local 210 size_t offset = 0x00; in SMP_SendEncryptionInformation() local 234 size_t offset = 0x00; in SMP_SendMasterIdentification() local 263 size_t offset = 0x00; in SMP_SendIdentityInformation() local [all …]
|
| /foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/ |
| D | transcoder_unit_test.cpp | 66 int64_t offset = TRANSCODER_FILE_OFFSET; variable 99 int64_t offset = TRANSCODER_FILE_OFFSET; variable 133 int64_t offset = TRANSCODER_FILE_OFFSET; variable 168 int64_t offset = TRANSCODER_FILE_OFFSET; variable 205 int64_t offset = TRANSCODER_FILE_OFFSET; variable 236 int64_t offset = TRANSCODER_FILE_OFFSET; variable 269 int64_t offset = TRANSCODER_FILE_OFFSET; variable 313 int64_t offset = TRANSCODER_FILE_OFFSET; variable 359 int64_t offset = TRANSCODER_FILE_OFFSET; variable 406 int64_t offset = TRANSCODER_FILE_OFFSET; variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | jsShape.js | 28 offset(offset) { argument 74 offset(offset) { method in CircleShape 102 offset(offset) { method in PathShape 142 offset(offset) { method in EllipseShape
|
| /foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/ |
| D | hm_symbol_node_build_test.cpp | 129 std::pair<float, float> offset = {100, 100}; // 100, 100 is the offset variable 143 std::pair<float, float> offset = {100, 100}; // 100, 100 is the offset variable 168 std::pair<float, float> offset = {100, 100}; // 100, 100 is the offset variable 193 std::pair<float, float> offset = {100, 100}; // 100, 100 is the offset variable 218 std::pair<float, float> offset = {100, 100}; // 100, 100 is the offset variable 243 std::pair<float, float> offset = {100, 100}; // 100, 100 is the offset variable 267 std::pair<float, float> offset = {100, 100}; // 100, 100 is the offset variable 306 std::pair<double, double> offset = {100, 100}; // 100, 100 is the offset variable 329 std::pair<float, float> offset = {100, 100}; // 100, 100 is the offset variable
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| D | avrcp_tg_notification.cpp | 116 uint16_t offset = 0x0000; in AssemblePlaybackStatusChanged() local 150 uint16_t offset = 0x0000; in AssembleTrackChanged() local 184 uint16_t offset = 0x0000; in AssemblePlaybackPosChanged() local 224 uint16_t offset = 0x0000; in AssemblePlayerApplicationSettingChanged() local 272 uint16_t offset = 0x0000; in AssembleAddressedPlayerChanged() local 310 uint16_t offset = 0x0000; in AssembleUidsChanged() local 344 uint16_t offset = 0x0000; in AssembleVolumeChanged() local 374 uint16_t offset = 0x0000; in AssembleCommonChanged() local 397 uint16_t offset = AVRC_TG_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local
|
| D | avrcp_tg_browse.cpp | 54 uint16_t offset = 0x0000; in AssemblePacket() local 87 uint16_t offset = AVRC_TG_BROWSE_PARAMETER_LENGTH_OFFSET; in IsValidParameterLength() local 155 uint16_t offset = 0x0000; in AssemblePacket() local 203 uint16_t offset = 0x0000; in DisassemblePacket() local 265 uint16_t offset = 0x0000; in AssemblePacket() local 291 uint16_t offset = 0x0000; in DisassemblePacket() local 444 uint16_t offset = 0x0000; in AssembleMpPacket() local 469 void AvrcTgGfiPacket::AssembleMpItem(uint8_t *buffer, uint16_t offset) in AssembleMpItem() 573 uint16_t offset = 0x0000; in AssembleMePacket() local 598 void AvrcTgGfiPacket::AssembleMeItem(uint8_t *buffer, uint16_t offset) in AssembleMeItem() [all …]
|
| /foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
| D | stream_demuxer.cpp | 59 Status StreamDemuxer::ReadFrameData(int32_t streamID, uint64_t offset, size_t size, in ReadFrameData() 76 Status StreamDemuxer::ReadHeaderData(int32_t streamID, uint64_t offset, size_t size, in ReadHeaderData() 90 Status StreamDemuxer::GetPeekRange(int32_t streamID, uint64_t offset, size_t size, std::shared_ptr<… in GetPeekRange() 109 checkRange_ = [](int32_t streamID, uint64_t offset, uint32_t size) { in Init() 112 …peekRange_ = [this](int32_t streamID, uint64_t offset, size_t size, std::shared_ptr<Buffer>& buffe… in Init() 120 Status StreamDemuxer::PullDataWithCache(int32_t streamID, uint64_t offset, size_t size, in PullDataWithCache() 166 Status StreamDemuxer::ProcInnerDash(int32_t streamID, uint64_t offset, std::shared_ptr<Buffer>& bu… in ProcInnerDash() 192 Status StreamDemuxer::PullDataWithoutCache(int32_t streamID, uint64_t offset, size_t size, in PullDataWithoutCache() 230 Status StreamDemuxer::ReadRetry(int32_t streamID, uint64_t offset, size_t size, in ReadRetry() 255 Status StreamDemuxer::PullData(int32_t streamID, uint64_t offset, size_t size, in PullData() [all …]
|
| /foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
| D | send_object_info_data.cpp | 53 size_t offset = MTP_CONTAINER_HEADER_SIZE; in Parser() local 57 size_t offset = MTP_CONTAINER_HEADER_SIZE; in Parser() local 101 int SendObjectInfoData::ParserData(const std::vector<uint8_t> &buffer, size_t &offset) in ParserData() 137 int SendObjectInfoData::ParserDataForImageInfo(const std::vector<uint8_t> &buffer, size_t &offset) in ParserDataForImageInfo() 167 int SendObjectInfoData::ParserDataForFileInfo(const std::vector<uint8_t> &buffer, size_t &offset) in ParserDataForFileInfo()
|
| D | set_object_prop_value_data.cpp | 42 size_t offset = MTP_CONTAINER_HEADER_SIZE; in Parser() local 108 bool SetObjectPropValueData::ReadIntValue(const std::vector<uint8_t> &buffer, size_t &offset, int t… in ReadIntValue() 140 bool SetObjectPropValueData::ReadInt8Value(const std::vector<uint8_t> &buffer, size_t &offset, int … in ReadInt8Value() 163 bool SetObjectPropValueData::ReadInt16Value(const std::vector<uint8_t> &buffer, size_t &offset, int… in ReadInt16Value() 186 bool SetObjectPropValueData::ReadInt32Value(const std::vector<uint8_t> &buffer, size_t &offset, int… in ReadInt32Value() 209 bool SetObjectPropValueData::ReadInt64Value(const std::vector<uint8_t> &buffer, size_t &offset, int… in ReadInt64Value()
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| D | rosen_render_svg_text_path.cpp | 28 void RosenRenderSvgTextPath::Paint(RenderContext& context, const Offset& offset) in Paint() 34 Offset RosenRenderSvgTextPath::PaintTextPath(RenderContext& context, const Offset& offset) in PaintTextPath() 44 Offset RosenRenderSvgTextPath::MeasureTextPathBounds(const Offset& offset, Rect& bounds) in MeasureTextPathBounds() 68 Rect RosenRenderSvgTextPath::GetPaintBounds(const Offset& offset) in GetPaintBounds() 112 double offset = pathOffset.current; in OnDrawTextPath() local 129 double offset = RosenSvgPainter::MeasureTextPathBounds(svgTextInfo, pathDrawInfo, bounds); in OnMeasureTextPathBounds() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
| D | btm_snoop_filter_evt.c | 41 uint8_t offset = 0; in HciLeAdvertisingReportEventFilter() local 65 uint8_t offset = 0; in HciLeDirectedAdvertisingReportEventFilter() local 79 uint8_t offset = 0; in HciLeExtendedAdvertisingReportEventFilter() local 119 uint8_t offset = 0; in HciInquiryResultEventFilter() local 132 uint8_t offset = 0; in HciReturnLinkKeysEventFilter() local 145 uint8_t offset = 0; in HciInquiryResultWithRssiEventFilter() local 251 uint8_t offset = 0; in HciEvtFilter() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_grid_column.cpp | 56 Dimension offset = UNDEFINED_DIMENSION; in SetSpecializedAttr() local 63 Dimension offset = UNDEFINED_DIMENSION; in SetSpecializedAttr() local 87 Dimension offset = UNDEFINED_DIMENSION; in SetSpecializedAttr() local 98 Dimension offset = UNDEFINED_DIMENSION; in SetSpecializedAttr() local 112 …umn::DomGridColumn::ParseSpanAndOffset(const std::string& value, uint32_t& span, Dimension& offset) in ParseSpanAndOffset()
|
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| D | randomAccessFile_impl.cpp | 21 static int64_t CalculateOffset(int64_t offset, int64_t fPointer) in CalculateOffset() 31 static int DoWriteRAF(char* buf, size_t len, int fd, int64_t offset) in DoWriteRAF() 44 static int DoReadRAF(char* buf, size_t len, int fd, int64_t offset) in DoReadRAF() 98 std::tuple<int32_t, int64_t> RandomAccessFileImpl::WriteSync(char* buf, size_t len, int64_t offset) in WriteSync() 109 std::tuple<int32_t, int64_t> RandomAccessFileImpl::ReadSync(char* buf, size_t len, int64_t offset) in ReadSync()
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| D | debug_boundary_painter.cpp | 38 void DebugBoundaryPainter::PaintDebugBoundary(SkCanvas* canvas, const Offset& offset, const Size& l… in PaintDebugBoundary() 49 void DebugBoundaryPainter::PaintDebugBoundary(RSCanvas* canvas, const Offset& offset, in PaintDebugBoundary() 65 void DebugBoundaryPainter::PaintDebugMargin(SkCanvas* canvas, const Offset& offset, in PaintDebugMargin() 92 void DebugBoundaryPainter::PaintDebugMargin(RSCanvas* canvas, const Offset& offset, in PaintDebugMargin() 123 void DebugBoundaryPainter::PaintDebugCorner(SkCanvas* canvas, const Offset& offset, const Size& lay… in PaintDebugCorner() 156 void DebugBoundaryPainter::PaintDebugCorner(RSCanvas* canvas, const Offset& offset, in PaintDebugCorner()
|
| /foundation/filemanagement/user_file_service/test/unittest/ |
| D | js_file_access_ext_ability_ex_test.cpp | 31 int64_t offset = 0; variable 85 int64_t offset = 0; variable 139 int64_t offset = 0; variable 208 int64_t offset = 0; variable 254 int64_t offset = 0; variable 344 int64_t offset = 0; variable 407 int64_t offset = 0; variable 477 int64_t offset = 0; variable 607 int64_t offset = 0; variable 662 int64_t offset = 0; variable [all …]
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/ |
| D | media_cached_buffer.cpp | 55 inline void IncreaseStep(uint8_t*& src, uint64_t& offset, size_t& writeSize, size_t step) in IncreaseStep() 62 inline void InitChunkInfo(CacheChunk& chunkInfo, uint64_t offset) in InitChunkInfo() 158 size_t CacheMediaChunkBufferImpl::Read(void* ptr, uint64_t offset, size_t readSize) in Read() 175 size_t CacheMediaChunkBufferImpl::ReadInner(void* ptr, uint64_t offset, size_t readSize) in ReadInner() 229 uint64_t offset = inOffset; in WriteInPlace() local 274 bool CacheMediaChunkBufferImpl::WriteMergerPre(uint64_t offset, size_t writeSize, FragmentIterator&… in WriteMergerPre() 346 uint64_t offset = inOffset; in Write() local 387 bool CacheMediaChunkBufferImpl::Seek(uint64_t offset) in Seek() 422 size_t CacheMediaChunkBufferImpl::GetBufferSize(uint64_t offset) in GetBufferSize() 451 uint64_t CacheMediaChunkBufferImpl::GetNextBufferOffset(uint64_t offset) in GetNextBufferOffset() [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/ |
| D | grid_col_model_ng.cpp | 30 V2::GridContainerSize offset = V2::GridContainerSize(0); in Create() local 35 void GridColModelNG::Create(const V2::GridContainerSize &span, const V2::GridContainerSize &offset, in Create() 62 void GridColModelNG::SetOffset(const V2::GridContainerSize &offset) in SetOffset() 77 void GridColModelNG::SetOffset(FrameNode *frameNode, const V2::GridContainerSize &offset) in SetOffset()
|
| /foundation/arkui/ace_engine/frameworks/core/components/tip/ |
| D | rosen_render_tip.cpp | 37 void RosenRenderTip::Paint(RenderContext& context, const Offset& offset) in Paint() 63 void RosenRenderTip::PaintTip(RenderContext& context, const Offset& offset) in PaintTip() 89 void RosenRenderTip::PaintTopTip(SkCanvas* skCanvas, SkPaint paint, const Offset& offset) in PaintTopTip() 147 void RosenRenderTip::PaintTopTip(RSCanvas* canvas, RSBrush brush, const Offset& offset) in PaintTopTip() 211 void RosenRenderTip::PaintLeftTip(SkCanvas* skCanvas, SkPaint paint, const Offset& offset) in PaintLeftTip() 270 void RosenRenderTip::PaintLeftTip(RSCanvas* canvas, RSBrush brush, const Offset& offset) in PaintLeftTip()
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
| D | sdp_server.c | 206 uint16_t offset = 0; in SdpAddServiceRecordHandle() local 226 uint16_t offset = 0; in SdpAddServiceClassIdList() local 255 uint16_t offset = 0; in SdpAddServiceRecordState() local 274 uint16_t offset; in SdpAddServiceId() local 299 uint16_t offset = 0; in SdpAddProtocolDescriptorList() local 346 uint16_t offset = 0; in SdpAddAdditionalProtocolDescriptorList() local 398 uint16_t offset = 0; in SdpAddBrowseGroupList() local 446 uint16_t offset = 0; in SdpAddLanguageBaseAttributeIdList() local 506 uint16_t offset = SdpAddAttributeForValue(buffer, 0, value); in SdpAddServiceInfoTimeToLive() local 542 uint16_t offset = 0; in SdpAddBluetoothProfileDescriptorList() local [all …]
|