Home
last modified time | relevance | path

Searched refs:SkipBits (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestBitReader.cpp68 bitReader.SkipBits(4);
71 bitReader.SkipBits(8);
85 bitReader.SkipBits(4);
99 bitReader.SkipBits(20);
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_parameter_record.cpp108 pdu.SkipBits(); in Encode()
123 pdu.SkipBits(); in Decode()
157 len_ = pdu.SkipBits() - lenIndex - 1; in Encode()
191 pdu.SkipBits(); in Decode()
234 len_ = pdu.SkipBits() - lenIndex - 1; in Encode()
271 pdu.SkipBits(); in Decode()
374 len_ = pdu.SkipBits() - lenIndex - 1; in Encode()
416 pdu.SkipBits(); in Decode()
H A Dcdma_sms_sub_parameter.cpp143 pdu.SkipBits(); in Decode()
249 pdu.SkipBits(); in Decode()
290 pdu.SkipBits(); in Decode()
339 pdu.SkipBits(); in Decode()
600 pdu.SkipBits(); in Decode()
673 pdu.SkipBits(); in DecodeAscii7Bit()
715 pdu.SkipBits(); in DecodeGsm7Bit()
795 pdu.SkipBits(); in Decode()
999 pdu.SkipBits(); in Decode()
1143 pdu.SkipBits(); in Decode()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dbit_reader.cpp52 void BitReader::SkipBits(size_t bits) in SkipBits() function in OHOS::Media::Plugin::Ffmpeg::BitReader
77 SkipBits(skipBits); in SeekTo()
H A Dbit_reader.h73 void SkipBits(size_t bits);
H A Davc_config_data_parser.cpp237 bitReader_.SkipBits(len); in ParseSpsOrPps()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/smspdubuffer_fuzzer/
H A Dsmspdubuffer_fuzzer.cpp62 buffer->SkipBits(); in ReadBuffer()
103 buffer->SkipBits(); in WriteBuffer()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_pdu_buffer.h35 uint16_t SkipBits();
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cdma_sms_test.cpp174 EXPECT_EQ(buffer->SkipBits(), 0);
218 EXPECT_EQ(buffer->SkipBits(), index);
277 EXPECT_EQ(buffer->SkipBits(), index);
301 EXPECT_EQ(buffer->SkipBits(), index);
304 EXPECT_EQ(buffer->SkipBits(), index + 1);
372 EXPECT_EQ(buffer->SkipBits(), index);
453 EXPECT_EQ(buffer->SkipBits(), index);
477 EXPECT_EQ(buffer->SkipBits(), index);
480 EXPECT_EQ(buffer->SkipBits(), index + 1);
490 EXPECT_EQ(buffer->SkipBits(), index + 1);
H A Dcdma_sms_gtest.cpp241 EXPECT_EQ(buffer->SkipBits(), 0);
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_pdu_buffer.cpp95 uint16_t SmsPduBuffer::SkipBits() in SkipBits() function in OHOS::Telephony::SmsPduBuffer