Home
last modified time | relevance | path

Searched refs:NalUnitType (Results 1 – 25 of 88) sorted by relevance

1234

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/pkg/media/h264reader/
H A Dnalunittype.go6 type NalUnitType uint8 type
10 NalUnitTypeUnspecified NalUnitType = 0 // Unspecified
12 NalUnitTypeCodedSliceDataPartitionA NalUnitType = 2 // Coded slice data partition A
13 NalUnitTypeCodedSliceDataPartitionB NalUnitType = 3 // Coded slice data partition B
17 NalUnitTypeSPS NalUnitType = 7 // Sequence parameter set
18 NalUnitTypePPS NalUnitType = 8 // Picture parameter set
19 NalUnitTypeAUD NalUnitType = 9 // Access unit delimiter
20 NalUnitTypeEndOfSequence NalUnitType = 10 // End of sequence
21 NalUnitTypeEndOfStream NalUnitType = 11 // End of stream
22 NalUnitTypeFiller NalUnitType = 12 // Filler data
[all …]
H A Dh264reader.go47 UnitType NalUnitType
190 h.UnitType = NalUnitType((firstByte & 0x1F) >> 0) // 0x1F = 0b00011111
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DNAL.h63 NalUnitType m_nalUnitType = NAL_UNIT_INVALID; ///< nal_unit_type
83 NALUnit( NalUnitType nalUnitType,
120 static bool isVclNalUnitType(NalUnitType t) in isVclNalUnitType()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DDecLibParser.h72NalUnitType m_associatedIRAPType[MAX_VPS_LAYERS]; ///< NAL unit type of the associated IRAP pict…
107 NalUnitType m_nalUnitType; ///< nal_unit_type
116 NalUnitType m_nalUnitType; ///< nal_unit_type
123 std::vector<NalUnitType> m_pictureUnitNals;
H A DSEIread.h70 … const NalUnitType nalUnitType, const uint32_t nuh_layer_id, const uint32_t temporalId,
74 …void xReadSEImessage (seiMessages& seiList, const NalUnitType nalUnitType, …
80 …void xParseSEIScalableNesting (vvdecSEI* s, const NalUnitType nalUnitType, const uin…
81 …bleNestingConstraints (const vvdecSEIScalableNesting* sei, const NalUnitType nalUnitType, co…
H A DDecLib.h90 std::vector<NalUnitType> m_pictureUnitNals;
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Ddpb.h74 void decodingRefreshMarking(int pocCurr, NalUnitType nalUnitType);
76 NalUnitType getNalUnitType(int curPoc, bool bIsKeyFrame);
H A Dnal.h58 void serialize(NalUnitType nalUnitType, const Bitstream& bs);
H A Ddpb.cpp207 void DPB::decodingRefreshMarking(int pocCurr, NalUnitType nalUnitType) in decodingRefreshMarking()
282 NalUnitType DPB::getNalUnitType(int curPOC, bool bIsKeyFrame) in getNalUnitType()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DNAL.h50 NalUnitType m_nalUnitType; ///< nal_unit_type
56 NalUnitType nalUnitType,
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Ddpb.h83 void decodingRefreshMarking(int pocCurr, NalUnitType nalUnitType);
85 NalUnitType getNalUnitType(int curPoc, bool bIsKeyFrame);
H A Dnal.h59 void serialize(NalUnitType nalUnitType, const Bitstream& bs);
H A Ddpb.cpp251 void DPB::decodingRefreshMarking(int pocCurr, NalUnitType nalUnitType) in decodingRefreshMarking()
326 NalUnitType DPB::getNalUnitType(int curPOC, bool bIsKeyFrame) in getNalUnitType()
H A Dsei.cpp39 void SEI::writeSEImessages(Bitstream& bs, const SPS& sps, NalUnitType nalUnitType, NALList& list, i… in writeSEImessages()
/dports/multimedia/x265/source/encoder/
H A Ddpb.h83 void decodingRefreshMarking(int pocCurr, NalUnitType nalUnitType);
85 NalUnitType getNalUnitType(int curPoc, bool bIsKeyFrame);
H A Dnal.h59 void serialize(NalUnitType nalUnitType, const Bitstream& bs);
H A Ddpb.cpp251 void DPB::decodingRefreshMarking(int pocCurr, NalUnitType nalUnitType) in decodingRefreshMarking()
326 NalUnitType DPB::getNalUnitType(int curPOC, bool bIsKeyFrame) in getNalUnitType()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncGOP.h110 NalUnitType m_associatedIRAPType;
145 NalUnitType getNalUnitType( Int pocCurr, Int lastIdr, Bool isField );
H A DNALwrite.h60 NalUnitType nalUnitType,
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbBitstreamUnit.h64 NalUnitType nalType);
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbBitstreamUnit.h64 NalUnitType nalType);
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x265/
H A DADM_x265.cpp59 static bool isIDRNal(NalUnitType naltype) in isIDRNal()
93 if(isIDRNal((NalUnitType)nals[i].type)) in encodeNals()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x265/
H A DADM_x265.cpp59 static bool isIDRNal(NalUnitType naltype) in isIDRNal()
93 if(isIDRNal((NalUnitType)nals[i].type)) in encodeNals()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x265/
H A DADM_x265.cpp59 static bool isIDRNal(NalUnitType naltype) in isIDRNal()
93 if(isIDRNal((NalUnitType)nals[i].type)) in encodeNals()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x265/
H A DADM_x265.cpp59 static bool isIDRNal(NalUnitType naltype) in isIDRNal()
93 if(isIDRNal((NalUnitType)nals[i].type)) in encodeNals()

1234