Lines Matching refs:expected_fu
468 expected_fu: Option<H265FragmentationUnitPacket>, in test_h265_fragmentation_unit_packet() field
506 expected_fu: Some(H265FragmentationUnitPacket { in test_h265_fragmentation_unit_packet()
524 expected_fu: Some(H265FragmentationUnitPacket { in test_h265_fragmentation_unit_packet()
549 if let Some(expected_fu) = &cur.expected_fu { in test_h265_fragmentation_unit_packet()
552 expected_fu.payload_header(), in test_h265_fragmentation_unit_packet()
557 expected_fu.fu_header(), in test_h265_fragmentation_unit_packet()
560 assert_eq!(parsed.donl(), expected_fu.donl(), "invalid DONL"); in test_h265_fragmentation_unit_packet()
561 assert_eq!(parsed.payload(), expected_fu.payload(), "invalid Payload"); in test_h265_fragmentation_unit_packet()
634 expected_fu: Option<H265PACIPacket>, in test_h265_paci_packet() field
670 expected_fu: Some(H265PACIPacket { in test_h265_paci_packet()
681 expected_fu: Some(H265PACIPacket { in test_h265_paci_packet()
694 expected_fu: Some(H265PACIPacket { in test_h265_paci_packet()
715 if let Some(expected_fu) = &cur.expected_fu { in test_h265_paci_packet()
718 expected_fu.payload_header(), in test_h265_paci_packet()
721 assert_eq!(parsed.a(), expected_fu.a(), "invalid A"); in test_h265_paci_packet()
722 assert_eq!(parsed.ctype(), expected_fu.ctype(), "invalid CType"); in test_h265_paci_packet()
723 assert_eq!(parsed.phs_size(), expected_fu.phs_size(), "invalid PHSsize"); in test_h265_paci_packet()
724 assert_eq!(parsed.f0(), expected_fu.f0(), "invalid F0"); in test_h265_paci_packet()
725 assert_eq!(parsed.f1(), expected_fu.f1(), "invalid F1"); in test_h265_paci_packet()
726 assert_eq!(parsed.f2(), expected_fu.f2(), "invalid F2"); in test_h265_paci_packet()
727 assert_eq!(parsed.y(), expected_fu.y(), "invalid Y"); in test_h265_paci_packet()
728 assert_eq!(parsed.phes(), expected_fu.phes(), "invalid PHES"); in test_h265_paci_packet()
729 assert_eq!(parsed.payload(), expected_fu.payload(), "invalid Payload"); in test_h265_paci_packet()
730 assert_eq!(parsed.tsci(), expected_fu.tsci(), "invalid TSCI"); in test_h265_paci_packet()