Searched refs:protectionAbsent (Results 1 – 7 of 7) sorted by relevance
109 uint8_t protectionAbsent; in getAdtsFrameLength() local110 if (source->readAt(offset + 1, &protectionAbsent, 1) < 1) { in getAdtsFrameLength()113 protectionAbsent &= 0x1; in getAdtsFrameLength()123 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()
73 const uint8_t protectionAbsent = syncword[1] & 0x1; in getFrameSize() local81 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc; in getFrameSize()
751 bool protectionAbsent = (adtsHeader[1] & 1); in onQueueFilled() local766 adtsHeaderSize = (protectionAbsent ? 7 : 9); in onQueueFilled()
635 bool protectionAbsent = (adtsHeader[1] & 1); in process() local650 adtsHeaderSize = (protectionAbsent ? 7 : 9); in process()
614 bool protectionAbsent = (adtsHeader[1] & 1); in onQueueFilled() local628 adtsHeaderSize = (protectionAbsent ? 7 : 9); in onQueueFilled()
472 bool protectionAbsent = (adtsHeader[1] & 1); in process() local484 adtsHeaderSize = (protectionAbsent ? 7 : 9); in process()