Searched refs:protectionAbsent (Results 1 – 4 of 4) sorted by relevance
110 uint8_t protectionAbsent; in getAdtsFrameLength() local111 if (source->readAt(offset + 1, &protectionAbsent, 1) < 1) { in getAdtsFrameLength()114 protectionAbsent &= 0x1; in getAdtsFrameLength()124 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc; in getAdtsFrameLength()
54 const uint8_t protectionAbsent = data[offset+1] & 0x1; in getAdtsFrameSize() local63 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc; in getAdtsFrameSize()
72 const uint8_t protectionAbsent = syncword[1] & 0x1; in getFrameSize() local80 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc; in getFrameSize()
635 bool protectionAbsent = (adtsHeader[1] & 1); in onQueueFilled() local650 adtsHeaderSize = (protectionAbsent ? 7 : 9); in onQueueFilled()