Home
last modified time | relevance | path

Searched refs:OFFSET_1 (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet_tools.cpp478 PutUInt32(outBuffer, value[OFFSET_1]); in PutUInt128()
528 PutUInt32(outBuffer, static_cast<uint32_t>(value[OFFSET_1])); in PutInt128()
586 uint16_t value = (uint16_t)buffer[offset] | ((uint16_t)buffer[offset + OFFSET_1] << BIT_8); in GetUInt16()
593 uint32_t value = (uint32_t)buffer[offset] | ((uint32_t)buffer[offset + OFFSET_1] << BIT_8) | in GetUInt32()
618 value = (uint32_t)buffer[offset] | ((uint32_t)buffer[offset + OFFSET_1] << BIT_8); in GetUInt16()
630 value = (uint32_t)buffer[offset] | ((uint32_t)buffer[offset + OFFSET_1] << BIT_8) | in GetUInt32()
643 …value = buffer[offset] | (buffer[offset + OFFSET_1] << BIT_8) | (buffer[offset + OFFSET_2] << BIT_… in GetUInt64()
707 value[OFFSET_1] = static_cast<int32_t>(uValue[OFFSET_1]); in GetInt128()
918 …value[OFFSET_0], value[OFFSET_1], value[OFFSET_2], value[OFFSET_3], value[OFFSET_0], value[OFFSET_… in Int128ToString()
928 …value[OFFSET_1], value[OFFSET_2], value[OFFSET_3], value[OFFSET_0], value[OFFSET_1], value[OFFSET_… in UInt128ToString()
[all …]
H A Dheader_data.cpp46 containerLength_ = MtpPacketTool::GetUInt32(buffer[offset], buffer[offset + OFFSET_1], in Parser()
H A Dmtp_data_utils.cpp660 prop.currentValue->bin_.i128[OFFSET_1] = 0; in SetOneDefaultlPropList()
993 prop.currentValue->bin_.i128[OFFSET_1] = 0; in SetMtpOneDefaultlPropList()
H A Dproperty.cpp31 bin_.ui128[OFFSET_1] = 0; in Value()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_value_data.cpp108 int128Value_[OFFSET_1] = int128Value[OFFSET_1]; in SetPropValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_toggle_modifier.cpp31 constexpr uint32_t OFFSET_1 = 1; variable
146 …CalcDimension yDimen = CalcDimension(values[i + OFFSET_1], static_cast<DimensionUnit>(units[i + OF… in SetToggleResponseRegion()
H A Dbutton_modifier.cpp50 constexpr int32_t OFFSET_1 = 1; variable
102 …Dimension(values[offset + OFFSET_1], static_cast<OHOS::Ace::DimensionUnit>(values[offset + OFFSET_… in SetOptionalBorderRadius()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
H A Dsoftbus_transport_test.cpp30 constexpr size_t OFFSET_1 = 1; variable
205 int32_t ret = dataBufferTest_->SetRange(OFFSET_1, SIZE_2);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp60 constexpr uint32_t OFFSET_1 = 1; variable
339 *((args.out) + OFFSET_1) = in BilinearPixelProc()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_packet_tools.h36 constexpr int OFFSET_1 = 1; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp1049 const int64_t OFFSET_1 = 0; in ListFileTestLimit() local
1053 vector<pair<int64_t, int64_t>> limits = { make_pair(OFFSET_1, MAX_COUNT_1), in ListFileTestLimit()
1054 …make_pair(OFFSET_2, MAX_COUNT_1), make_pair(OFFSET_1, MAX_COUNT_2), make_pair(OFFSET_2, MAX_COUNT_… in ListFileTestLimit()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp74 constexpr static uint32_t OFFSET_1 = 1; variable
1535 return (p[OFFSET_0] << SHIFT_BITS_24) | (p[OFFSET_1] << SHIFT_BITS_16) | in HeapMemAlloc()
1576 std::string descText(desc.begin() + OFFSET_1, desc.end()); in HeapMemAlloc()