Home
last modified time | relevance | path

Searched refs:substreamid (Results 1 – 25 of 52) sorted by relevance

123

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dsubgen.c1074 const int substreamid = in main() local
1084 if (substreamid >= 0) in main()
1086 if (substreamid == substr) in main()
1091 if (!substream_present[substreamid]) in main()
1095 if (mode == DVD_SUB && substreamid >= DVD_SUB_CHANNEL) in main()
1098 streamid = substreamid - DVD_SUB_CHANNEL; in main()
1103 streamid = substreamid; in main()
1108 streamid = substreamid; in main()
1113 streamid = substreamid; in main()
1119 substreamid, in main()
[all …]
H A Ddvdvob.c1224 int substreamid = buf[i + 2] & 31; in FindVobus() local
1234 crs[substreamid].origmap = thisvob->progchain->colors; in FindVobus()
1240 crs[substreamid].newcolors[j] = in FindVobus()
1250 crs[substreamid].newcolors[j] = j; in FindVobus()
1261 remapbyte(&crs[substreamid], thisvob->buttoncoli + j * 8 + 0); in FindVobus()
1262 remapbyte(&crs[substreamid], thisvob->buttoncoli + j * 8 + 1); in FindVobus()
1263 remapbyte(&crs[substreamid], thisvob->buttoncoli + j * 8 + 4); in FindVobus()
1264 remapbyte(&crs[substreamid], thisvob->buttoncoli + j * 8 + 5); in FindVobus()
1309 bi->substreamid = substreamid; in FindVobus()
2402 if (b->stream[k].substreamid == sid) in FixVobus()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dac3_parser.c113 hdr->substreamid = 0; in avpriv_ac3_parse_header2()
121 hdr->substreamid = get_bits(gbc, 3); in avpriv_ac3_parse_header2()
H A Dac3.h188 int substreamid; ///< substream identification member
H A Dac3dec.h78 int substreamid; ///< substream identification member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dac3_parser.c113 hdr->substreamid = 0; in avpriv_ac3_parse_header2()
121 hdr->substreamid = get_bits(gbc, 3); in avpriv_ac3_parse_header2()
H A Dac3.h188 int substreamid; ///< substream identification member
H A Dac3dec.h78 int substreamid; ///< substream identification member
/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Da52.h40 uint8_t substreamid; member
H A Da52.c327 if( independent && info->substreamid == 0x0 ) in lsmash_setup_eac3_specific_parameters_from_frame()
385 …info->substreamid = lsmash_bits_get( bits, 3 ); /* substreamid … in eac3_parse_syncframe()
389 if( info->substreamid == 0x0 && info->number_of_independent_substreams ) in eac3_parse_syncframe()
391 info->current_independent_substream_id = info->substreamid; in eac3_parse_syncframe()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Ac3.cpp2254 int8u strmtyp=0, substreamid=0, acmod=0, bsmod=0, dsurmod=0; in Core_Frame() local
2408 Get_S1 ( 3, substreamid, "substreamid"); in Core_Frame()
3770 substreamid_Independant_Current=substreamid; in Core_Frame()
3775 if (!frmsizplus1_Max[substreamid_Independant_Current][strmtyp+substreamid]) in Core_Frame()
3778 acmod_Max[substreamid_Independant_Current][strmtyp+substreamid]=acmod; in Core_Frame()
3779 lfeon_Max[substreamid_Independant_Current][strmtyp+substreamid]=lfeon; in Core_Frame()
3780 bsmod_Max[substreamid_Independant_Current][strmtyp+substreamid]=bsmod; in Core_Frame()
4859 int8u substreamid=(Buffer[Buffer_Offset+Size+2+IsLE]>>3)&0x07; in Core_Size_Get() local
4860 if (substreamid!=substreams_Count_Independant) in Core_Size_Get()
4862 if (substreamid!=substreams_Count_Dependant) in Core_Size_Get()
[all …]
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Ac3.cpp2254 int8u strmtyp=0, substreamid=0, acmod=0, bsmod=0, dsurmod=0; in Core_Frame() local
2408 Get_S1 ( 3, substreamid, "substreamid"); in Core_Frame()
3770 substreamid_Independant_Current=substreamid; in Core_Frame()
3775 if (!frmsizplus1_Max[substreamid_Independant_Current][strmtyp+substreamid]) in Core_Frame()
3778 acmod_Max[substreamid_Independant_Current][strmtyp+substreamid]=acmod; in Core_Frame()
3779 lfeon_Max[substreamid_Independant_Current][strmtyp+substreamid]=lfeon; in Core_Frame()
3780 bsmod_Max[substreamid_Independant_Current][strmtyp+substreamid]=bsmod; in Core_Frame()
4859 int8u substreamid=(Buffer[Buffer_Offset+Size+2+IsLE]>>3)&0x07; in Core_Size_Get() local
4860 if (substreamid!=substreams_Count_Independant) in Core_Size_Get()
4862 if (substreamid!=substreams_Count_Dependant) in Core_Size_Get()
[all …]
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Ac3.cpp2254 int8u strmtyp=0, substreamid=0, acmod=0, bsmod=0, dsurmod=0; in Core_Frame() local
2408 Get_S1 ( 3, substreamid, "substreamid"); in Core_Frame()
3770 substreamid_Independant_Current=substreamid; in Core_Frame()
3775 if (!frmsizplus1_Max[substreamid_Independant_Current][strmtyp+substreamid]) in Core_Frame()
3778 acmod_Max[substreamid_Independant_Current][strmtyp+substreamid]=acmod; in Core_Frame()
3779 lfeon_Max[substreamid_Independant_Current][strmtyp+substreamid]=lfeon; in Core_Frame()
3780 bsmod_Max[substreamid_Independant_Current][strmtyp+substreamid]=bsmod; in Core_Frame()
4859 int8u substreamid=(Buffer[Buffer_Offset+Size+2+IsLE]>>3)&0x07; in Core_Size_Get() local
4860 if (substreamid!=substreams_Count_Independant) in Core_Size_Get()
4862 if (substreamid!=substreams_Count_Dependant) in Core_Size_Get()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dac3_parser.c110 hdr->substreamid = 0; in ff_ac3_parse_header()
118 hdr->substreamid = get_bits(gbc, 3); in ff_ac3_parse_header()
H A Dac3.h188 int substreamid; ///< substream identification member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dac3_parser.c110 hdr->substreamid = 0; in ff_ac3_parse_header()
118 hdr->substreamid = get_bits(gbc, 3); in ff_ac3_parse_header()
H A Dac3.h188 int substreamid; ///< substream identification member
H A Dac3dec.h80 int substreamid; ///< substream identification member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dac3_parser.c110 hdr->substreamid = 0; in ff_ac3_parse_header()
118 hdr->substreamid = get_bits(gbc, 3); in ff_ac3_parse_header()
H A Dac3.h189 int substreamid; ///< substream identification member
H A Dac3dec.h78 int substreamid; ///< substream identification member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dac3_parser.c110 hdr->substreamid = 0; in ff_ac3_parse_header()
118 hdr->substreamid = get_bits(gbc, 3); in ff_ac3_parse_header()
H A Dac3.h189 int substreamid; ///< substream identification member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3_parser.c110 hdr->substreamid = 0; in ff_ac3_parse_header()
118 hdr->substreamid = get_bits(gbc, 3); in ff_ac3_parse_header()
H A Dac3.h189 int substreamid; ///< substream identification member

123