Home
last modified time | relevance | path

Searched defs:headerLength (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/system/media/audio_utils/spdif/
H A DFrameScanner.cpp30 uint32_t headerLength) in FrameScanner()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp47 uint32_t headerLength = len; in DecodeWapPushPduData() local
94 uint32_t headerLength = 0; in DecodeWapPushPdu() local
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp194 int32_t headerLength = kOutputBufferSize; in main() local
/aosp12/system/logging/liblog/
H A Dlogd_writer.cpp121 static const unsigned headerLength = 1; in LogdWrite() local
H A Dpmsg_writer.cpp71 static const unsigned headerLength = 2; in PmsgWrite() local
/aosp12/system/core/libstats/push_compat/
H A Dstatsd_writer.c159 static const unsigned headerLength = 1; in statsdWrite() local
/aosp12/packages/modules/StatsD/lib/libstatssocket/
H A Dstatsd_writer.c183 static const unsigned headerLength = 1; in statsdWrite() local
/ohos5.0/drivers/interface/camera/metadata/src/
H A Dmetadata_utils.cpp415 const int32_t headerLength = sizeof(common_metadata_header_t); in EncodeToString() local
487 const uint32_t headerLength = sizeof(common_metadata_header_t); in DecodeFromString() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java208 int headerLength = (int) pduDecoder.getValue32(); in decodeWapPdu() local
/aosp12/frameworks/base/core/java/android/util/
H A DEventLog.java169 int headerLength = getHeaderSize(); in withNewData() local
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp108 uint32_t headerLength = 0; in DecodePart() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c288 …uint8_t headerLength = (modemSts->breakSignal) ? RFCOMM_MSC_HAVEBREAK_HEADER_LEN : RFCOMM_MSC_NO_B… in RfcommSendUihMsc() local
368 uint8_t headerLength = portConfig ? RFCOMM_RPN_CMDHEADER_LEN : RFCOMM_RPN_REQHEADER_LEN; in RfcommSendUihRpn() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduComposer.java1046 final int headerLength = attachment.getLength(); in makeMessageBody() local
H A DPduParser.java875 int headerLength = parseUnsignedInt(pduDataStream); in parseParts() local
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduComposer.java1018 int headerLength = attachment.getLength(); in makeMessageBody() local
H A DPduParser.java847 int headerLength = parseUnsignedInt(pduDataStream); in parseParts() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp136 static constexpr int headerLength = 24; // NOLINT member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp516 …const size_t headerLength = static_cast<size_t>(data - image->fileBytes_.get()) + sizeof(uint32_t); in Load() local
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduParser.java841 int headerLength = parseUnsignedInt(pduDataStream); in parseParts() local
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp870 size_t headerLength = 4 * (data[2] << 8 | data[3]) + 4; in parseRTCP() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp328 int32_t headerLength = lseek(fpTtf, 0, SEEK_END); in GetTtfInfoFromTtf() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c88 uint8_t headerLength; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c608 uint16_t headerLength; in L2capLeSegmentPacketWithCredit() local
H A Dl2cap_core.c885 uint16_t headerLength; in L2capBuildIFrame() local
/aosp12/frameworks/minikin/tests/unittest/
H A DCmapCoverageTest.cpp196 const size_t headerLength = sizeof(uint16_t) /* format */ + sizeof(uint32_t) /* length */ + in buildCmapFormat14Table() local

12