Home
last modified time | relevance | path

Searched refs:Element_Size (Results 126 – 150 of 475) sorted by relevance

12345678910>>...19

/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Dts.cpp925 Element_Size=Element_Size*14/16; in Data_Parse()
1155 Element_Size=Element_Size*16/14; in Data_Parse()
1179 Element_Size=Element_Size*16/14; in Data_Parse()
1197 …int64u Core_Size=Element_Size, XCh_Sync=Element_Size, XXCh_Sync=Element_Size, X96k_Sync=Element_Si… in Core()
1240 Core_XCh(Element_Size-Element_Offset); in Core()
1247 Core_XXCh(Element_Size-Element_Offset); in Core()
1277 if (XChFSIZE==Element_Size-(Element_Offset-6)) in Core_XCh()
1336 while (Element_Offset<Element_Size) in HD()
1341 while (Next+4<=Element_Size) in HD()
1353 if (Next+4>Element_Size) in HD()
[all …]
H A DFile_Opus.cpp100 Header_Fill_Size(Element_Size); in Header_Parse()
141 if (Element_Offset<Element_Size) in Identification()
142 Skip_XX(Element_Size-Element_Offset, "unknown"); in Identification()
191 Skip_XX(Element_Size, "Data"); in Stream()
H A DFile_Flac.h55 void PADDING() {Skip_XX(Element_Size, "Data");} in PADDING()
57 void SEEKTABLE() {Skip_XX(Element_Size, "Data");} in SEEKTABLE()
59 void CUESHEET() {Skip_XX(Element_Size, "Data");} in CUESHEET()
H A DFile_Aac.cpp288 if (Element_Size==0) in Read_Buffer_Continue()
322 Skip_XX(Element_Size, "Data"); in Read_Buffer_Continue_raw_data_block()
329 if (FrameIsAlwaysComplete && Element_Offset<Element_Size) in Read_Buffer_Continue_raw_data_block()
330 Skip_XX(Element_Size-Element_Offset, "Unknown"); in Read_Buffer_Continue_raw_data_block()
727 if (FrameSize_Min>Header_Size+Element_Size) in Data_Parse()
728 FrameSize_Min=Header_Size+Element_Size; in Data_Parse()
729 if (FrameSize_Max<Header_Size+Element_Size) in Data_Parse()
730 FrameSize_Max=Header_Size+Element_Size; in Data_Parse()
741 if (File_Offset+Buffer_Offset+Element_Size==File_Size) in Data_Parse()
748 aac_frame_length_Total+=Element_Size; in Data_Parse()
H A DFile_Pcm.cpp318 Element_Size=Demux_Items[0].Size; in Header_Parse()
327 int64u Size=(Element_Size/(BitDepth*Channels/8))*(BitDepth*Channels/8); //A complete sample in Header_Parse()
328 if (Element_Size && Size==0) in Header_Parse()
336 Header_Fill_Size(Element_Size); // Unknown sample size in Header_Parse()
349 size_t Info_Offset=(size_t)Element_Size; in Data_Parse()
376 size_t Info_Offset=(size_t)Element_Size; in Data_Parse()
405 Demux(Buffer+Buffer_Offset, (size_t)Element_Size, ContentType_MainStream); in Data_Parse()
412 …Skip_XX(Element_Size, "Data"); //It is impossible to detect.… in Data_Parse()
416 FrameInfo.DUR=Element_Size*1000000000*8/BitDepth/Channels/SamplingRate; in Data_Parse()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Dts.cpp925 Element_Size=Element_Size*14/16; in Data_Parse()
1155 Element_Size=Element_Size*16/14; in Data_Parse()
1179 Element_Size=Element_Size*16/14; in Data_Parse()
1197 …int64u Core_Size=Element_Size, XCh_Sync=Element_Size, XXCh_Sync=Element_Size, X96k_Sync=Element_Si… in Core()
1240 Core_XCh(Element_Size-Element_Offset); in Core()
1247 Core_XXCh(Element_Size-Element_Offset); in Core()
1277 if (XChFSIZE==Element_Size-(Element_Offset-6)) in Core_XCh()
1336 while (Element_Offset<Element_Size) in HD()
1341 while (Next+4<=Element_Size) in HD()
1353 if (Next+4>Element_Size) in HD()
[all …]
H A DFile_Opus.cpp100 Header_Fill_Size(Element_Size); in Header_Parse()
141 if (Element_Offset<Element_Size) in Identification()
142 Skip_XX(Element_Size-Element_Offset, "unknown"); in Identification()
191 Skip_XX(Element_Size, "Data"); in Stream()
H A DFile_Flac.h55 void PADDING() {Skip_XX(Element_Size, "Data");} in PADDING()
57 void SEEKTABLE() {Skip_XX(Element_Size, "Data");} in SEEKTABLE()
59 void CUESHEET() {Skip_XX(Element_Size, "Data");} in CUESHEET()
H A DFile_Aac.cpp288 if (Element_Size==0) in Read_Buffer_Continue()
322 Skip_XX(Element_Size, "Data"); in Read_Buffer_Continue_raw_data_block()
329 if (FrameIsAlwaysComplete && Element_Offset<Element_Size) in Read_Buffer_Continue_raw_data_block()
330 Skip_XX(Element_Size-Element_Offset, "Unknown"); in Read_Buffer_Continue_raw_data_block()
727 if (FrameSize_Min>Header_Size+Element_Size) in Data_Parse()
728 FrameSize_Min=Header_Size+Element_Size; in Data_Parse()
729 if (FrameSize_Max<Header_Size+Element_Size) in Data_Parse()
730 FrameSize_Max=Header_Size+Element_Size; in Data_Parse()
741 if (File_Offset+Buffer_Offset+Element_Size==File_Size) in Data_Parse()
748 aac_frame_length_Total+=Element_Size; in Data_Parse()
H A DFile_Pcm.cpp318 Element_Size=Demux_Items[0].Size; in Header_Parse()
327 int64u Size=(Element_Size/(BitDepth*Channels/8))*(BitDepth*Channels/8); //A complete sample in Header_Parse()
328 if (Element_Size && Size==0) in Header_Parse()
336 Header_Fill_Size(Element_Size); // Unknown sample size in Header_Parse()
349 size_t Info_Offset=(size_t)Element_Size; in Data_Parse()
376 size_t Info_Offset=(size_t)Element_Size; in Data_Parse()
405 Demux(Buffer+Buffer_Offset, (size_t)Element_Size, ContentType_MainStream); in Data_Parse()
412 …Skip_XX(Element_Size, "Data"); //It is impossible to detect.… in Data_Parse()
416 FrameInfo.DUR=Element_Size*1000000000*8/BitDepth/Channels/SamplingRate; in Data_Parse()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Opus.cpp100 Header_Fill_Size(Element_Size); in Header_Parse()
141 if (Element_Offset<Element_Size) in Identification()
142 Skip_XX(Element_Size-Element_Offset, "unknown"); in Identification()
191 Skip_XX(Element_Size, "Data"); in Stream()
H A DFile_Flac.h55 void PADDING() {Skip_XX(Element_Size, "Data");} in PADDING()
57 void SEEKTABLE() {Skip_XX(Element_Size, "Data");} in SEEKTABLE()
59 void CUESHEET() {Skip_XX(Element_Size, "Data");} in CUESHEET()
H A DFile_Aac.cpp288 if (Element_Size==0) in Read_Buffer_Continue()
322 Skip_XX(Element_Size, "Data"); in Read_Buffer_Continue_raw_data_block()
329 if (FrameIsAlwaysComplete && Element_Offset<Element_Size) in Read_Buffer_Continue_raw_data_block()
330 Skip_XX(Element_Size-Element_Offset, "Unknown"); in Read_Buffer_Continue_raw_data_block()
727 if (FrameSize_Min>Header_Size+Element_Size) in Data_Parse()
728 FrameSize_Min=Header_Size+Element_Size; in Data_Parse()
729 if (FrameSize_Max<Header_Size+Element_Size) in Data_Parse()
730 FrameSize_Max=Header_Size+Element_Size; in Data_Parse()
741 if (File_Offset+Buffer_Offset+Element_Size==File_Size) in Data_Parse()
748 aac_frame_length_Total+=Element_Size; in Data_Parse()
H A DFile_Pcm.cpp318 Element_Size=Demux_Items[0].Size; in Header_Parse()
327 int64u Size=(Element_Size/(BitDepth*Channels/8))*(BitDepth*Channels/8); //A complete sample in Header_Parse()
328 if (Element_Size && Size==0) in Header_Parse()
336 Header_Fill_Size(Element_Size); // Unknown sample size in Header_Parse()
349 size_t Info_Offset=(size_t)Element_Size; in Data_Parse()
376 size_t Info_Offset=(size_t)Element_Size; in Data_Parse()
405 Demux(Buffer+Buffer_Offset, (size_t)Element_Size, ContentType_MainStream); in Data_Parse()
412 …Skip_XX(Element_Size, "Data"); //It is impossible to detect.… in Data_Parse()
416 FrameInfo.DUR=Element_Size*1000000000*8/BitDepth/Channels/SamplingRate; in Data_Parse()
/dports/biology/vcflib/vcflib-1.0.2/src/simde/arm/neon/
H A Dtypes.h41 #define SIMDE_ARM_NEON_TYPE_FLOAT_DEFINE_(Element_Size, Element_Count, Alignment) \ argument
42 typedef struct simde_float##Element_Size##x##Element_Count##_private { \
43 …SIMDE_ALIGN(Alignment) simde_float##Element_Size values SIMDE_VECTOR(sizeof(simde_float##Element_S…
44 } simde_float##Element_Size##x##Element_Count##_private;
50 #define SIMDE_ARM_NEON_TYPE_FLOAT_DEFINE_(Element_Size, Element_Count, Alignment) \
51 typedef struct simde_float##Element_Size##x##Element_Count##_private { \
52 SIMDE_ALIGN(Alignment) simde_float##Element_Size values[Element_Count]; \
53 } simde_float##Element_Size##x##Element_Count##_private;
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/simde/arm/neon/
H A Dtypes.h41 #define SIMDE_ARM_NEON_TYPE_FLOAT_DEFINE_(Element_Size, Element_Count, Alignment) \ argument
42 typedef struct simde_float##Element_Size##x##Element_Count##_private { \
43 …SIMDE_ALIGN(Alignment) simde_float##Element_Size values SIMDE_VECTOR(sizeof(simde_float##Element_S…
44 } simde_float##Element_Size##x##Element_Count##_private;
50 #define SIMDE_ARM_NEON_TYPE_FLOAT_DEFINE_(Element_Size, Element_Count, Alignment) \
51 typedef struct simde_float##Element_Size##x##Element_Count##_private { \
52 SIMDE_ALIGN(Alignment) simde_float##Element_Size values[Element_Count]; \
53 } simde_float##Element_Size##x##Element_Count##_private;
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Umf.cpp116 if (Element_Offset>=Element_Size) in Read_Buffer_Continue()
215 if (Element_Offset>=Element_Size) in Read_Buffer_Continue()
219 while (Element_Offset<Element_Size) in Read_Buffer_Continue()
231 Skip_XX(Element_Size-Element_Offset-2, "User data"); in Read_Buffer_Continue()
H A DFile_Dvdv.cpp862 if (EndAddress>=Element_Size) in VTS_PGCI()
863 EndAddress=(int32u)Element_Size-1; in VTS_PGCI()
898 if (EndAddress>=Element_Size) in VTSM_PGCI_UT()
899 EndAddress=(int32u)Element_Size-1; in VTSM_PGCI_UT()
961 if (EndAddress>=Element_Size) in VTS_TMAPTI()
1012 if (EndAddress>=Element_Size) in VTSM_C_ADT()
1039 if (EndAddress>=Element_Size) in VTSM_VOBU_ADMAP()
1062 if (EndAddress>=Element_Size) in VTS_C_ADT()
1097 if (EndAddress>=Element_Size) in VTS_VOBU_ADMAP()
1102 while (Element_Offset<Element_Size) in VTS_VOBU_ADMAP()
[all …]
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Umf.cpp116 if (Element_Offset>=Element_Size) in Read_Buffer_Continue()
215 if (Element_Offset>=Element_Size) in Read_Buffer_Continue()
219 while (Element_Offset<Element_Size) in Read_Buffer_Continue()
231 Skip_XX(Element_Size-Element_Offset-2, "User data"); in Read_Buffer_Continue()
H A DFile_Dvdv.cpp862 if (EndAddress>=Element_Size) in VTS_PGCI()
863 EndAddress=(int32u)Element_Size-1; in VTS_PGCI()
898 if (EndAddress>=Element_Size) in VTSM_PGCI_UT()
899 EndAddress=(int32u)Element_Size-1; in VTSM_PGCI_UT()
961 if (EndAddress>=Element_Size) in VTS_TMAPTI()
1012 if (EndAddress>=Element_Size) in VTSM_C_ADT()
1039 if (EndAddress>=Element_Size) in VTSM_VOBU_ADMAP()
1062 if (EndAddress>=Element_Size) in VTS_C_ADT()
1097 if (EndAddress>=Element_Size) in VTS_VOBU_ADMAP()
1102 while (Element_Offset<Element_Size) in VTS_VOBU_ADMAP()
[all …]
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Umf.cpp116 if (Element_Offset>=Element_Size) in Read_Buffer_Continue()
215 if (Element_Offset>=Element_Size) in Read_Buffer_Continue()
219 while (Element_Offset<Element_Size) in Read_Buffer_Continue()
231 Skip_XX(Element_Size-Element_Offset-2, "User data"); in Read_Buffer_Continue()
H A DFile_Dvdv.cpp862 if (EndAddress>=Element_Size) in VTS_PGCI()
863 EndAddress=(int32u)Element_Size-1; in VTS_PGCI()
898 if (EndAddress>=Element_Size) in VTSM_PGCI_UT()
899 EndAddress=(int32u)Element_Size-1; in VTSM_PGCI_UT()
961 if (EndAddress>=Element_Size) in VTS_TMAPTI()
1012 if (EndAddress>=Element_Size) in VTSM_C_ADT()
1039 if (EndAddress>=Element_Size) in VTSM_VOBU_ADMAP()
1062 if (EndAddress>=Element_Size) in VTS_C_ADT()
1097 if (EndAddress>=Element_Size) in VTS_VOBU_ADMAP()
1102 while (Element_Offset<Element_Size) in VTS_VOBU_ADMAP()
[all …]
/dports/biology/hhsuite/hh-suite-3.3.0/lib/simde/simde/arm/neon/
H A Dtypes.h41 #define SIMDE_ARM_NEON_TYPE_FLOAT_DEFINE_(Element_Size, Element_Count, Alignment) \ argument
42 typedef struct simde_float##Element_Size##x##Element_Count##_private { \
43 …SIMDE_ALIGN(Alignment) simde_float##Element_Size values SIMDE_VECTOR(sizeof(simde_float##Element_S…
44 } simde_float##Element_Size##x##Element_Count##_private;
50 #define SIMDE_ARM_NEON_TYPE_FLOAT_DEFINE_(Element_Size, Element_Count, Alignment) \
51 typedef struct simde_float##Element_Size##x##Element_Count##_private { \
52 SIMDE_ALIGN(Alignment) simde_float##Element_Size values[Element_Count]; \
53 } simde_float##Element_Size##x##Element_Count##_private;
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Image/
H A DFile_Jpeg.cpp615 Skip_XX(Element_Size, "Data"); in Data_Parse()
704 Skip_XX(Element_Size, "Data"); in Data_Parse()
1080 default : Skip_XX(Element_Size-Element_Offset, "Unknown"); in APP0()
1094 if (Element_Size>=14) in APP0_AVI1()
1109 Skip_XX(Element_Size-Element_Offset, "Unknown"); in APP0_AVI1()
1162 if (Element_Size>Element_Offset) in APP0_JFFF()
1171 if (Element_Size>Element_Offset) in APP0_JFFF_JPEG()
1172 Skip_XX(Element_Size-Element_Offset, "Data"); in APP0_JFFF_JPEG()
1246 Skip_XX(Element_Size, "Data"); in APP2()
1337 if (Count*12>Element_Size-Element_Offset) in APP2_ICC_PROFILE()
[all …]
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Image/
H A DFile_Jpeg.cpp615 Skip_XX(Element_Size, "Data"); in Data_Parse()
704 Skip_XX(Element_Size, "Data"); in Data_Parse()
1080 default : Skip_XX(Element_Size-Element_Offset, "Unknown"); in APP0()
1094 if (Element_Size>=14) in APP0_AVI1()
1109 Skip_XX(Element_Size-Element_Offset, "Unknown"); in APP0_AVI1()
1162 if (Element_Size>Element_Offset) in APP0_JFFF()
1171 if (Element_Size>Element_Offset) in APP0_JFFF_JPEG()
1172 Skip_XX(Element_Size-Element_Offset, "Data"); in APP0_JFFF_JPEG()
1246 Skip_XX(Element_Size, "Data"); in APP2()
1337 if (Count*12>Element_Size-Element_Offset) in APP2_ICC_PROFILE()
[all …]

12345678910>>...19