Home
last modified time | relevance | path

Searched refs:packetSize (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Parser.java299 int packetSize = bytes[pos + 1] & 0x3F; // last 6 bits in parseCcPacket() local
300 if (packetSize == 0) { in parseCcPacket()
301 packetSize = DTVCC_MAX_PACKET_SIZE; in parseCcPacket()
303 mDtvCcPacketCalculatedSize = packetSize * DTVCC_PACKET_SIZE_SCALE_FACTOR; in parseCcPacket()
326 int packetSize = data[pos] & 0x3f; in parseDtvCcPacket() local
327 if (packetSize == 0) { in parseDtvCcPacket()
328 packetSize = DTVCC_MAX_PACKET_SIZE; in parseDtvCcPacket()
330 int calculatedPacketSize = packetSize * DTVCC_PACKET_SIZE_SCALE_FACTOR; in parseDtvCcPacket()
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_l2cap.cc93 uint16_t packetSize = in LLVMFuzzerTestOneInput() local
95 std::vector<uint8_t> data = fdp.ConsumeBytes<uint8_t>(packetSize); in LLVMFuzzerTestOneInput()
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp183 const uint32_t packetSize = packetInfo.packetSize; in deserialize() local
189 if (data.size() != packetSize) { in deserialize()
310 if (index != packetSize) { in deserialize()
DExecutionBurstController.cpp169 const uint32_t packetSize = packetInfo.packetSize; in deserialize() local
174 if (data.size() != packetSize) { in deserialize()
229 if (index != packetSize) { in deserialize()