Home
last modified time | relevance | path

Searched refs:bytesForValue (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/ts/
H A DLatmReader.java306 int bytesForValue = data.readBits(2); in latmGetValue() local
307 return data.readBits((bytesForValue + 1) * 8); in latmGetValue()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/ts/
H A DLatmReader.java306 int bytesForValue = data.readBits(2); in latmGetValue() local
307 return data.readBits((bytesForValue + 1) * 8); in latmGetValue()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/ts/
H A DLatmReader.java306 int bytesForValue = data.readBits(2); in latmGetValue() local
307 return data.readBits((bytesForValue + 1) * 8); in latmGetValue()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libMpegTPDec/src/
H A Dtpdec_latm.cpp110 UCHAR bytesForValue = 0, tmp = 0; in CLatmDemux_GetValue() local
113 bytesForValue = (UCHAR)FDKreadBits(bs, 2); in CLatmDemux_GetValue()
115 for (UINT i = 0; i <= bytesForValue; i++) { in CLatmDemux_GetValue()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libMpegTPDec/src/
H A Dtpdec_latm.cpp110 UCHAR bytesForValue = 0, tmp = 0; in CLatmDemux_GetValue() local
113 bytesForValue = (UCHAR)FDKreadBits(bs, 2); in CLatmDemux_GetValue()
115 for (UINT i = 0; i <= bytesForValue; i++) { in CLatmDemux_GetValue()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Aac_Main.cpp1057 int8u valueTmp, bytesForValue; in LatmGetValue() local
1058 Get_S1(2, bytesForValue, "bytesForValue"); in LatmGetValue()
1060 for (int8u i=0; i<=bytesForValue; i++) in LatmGetValue()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Aac_Main.cpp1057 int8u valueTmp, bytesForValue; in LatmGetValue() local
1058 Get_S1(2, bytesForValue, "bytesForValue"); in LatmGetValue()
1060 for (int8u i=0; i<=bytesForValue; i++) in LatmGetValue()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Aac_Main.cpp1057 int8u valueTmp, bytesForValue; in LatmGetValue() local
1058 Get_S1(2, bytesForValue, "bytesForValue"); in LatmGetValue()
1060 for (int8u i=0; i<=bytesForValue; i++) in LatmGetValue()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libfaad/libfaad/
H A Dsyntax.c2456 uint8_t bytesForValue; in latm_get_value() local
2458 bytesForValue = (uint8_t)faad_getbits(ld, 2); in latm_get_value()
2460 for(l=0; l<bytesForValue; l++) in latm_get_value()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libfaad/
H A Dsyntax.c2457 uint8_t bytesForValue; in latm_get_value() local
2459 bytesForValue = (uint8_t)faad_getbits(ld, 2); in latm_get_value()
2461 for(l=0; l<bytesForValue; l++) in latm_get_value()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/faad2/libfaad/
H A Dsyntax.c2456 uint8_t bytesForValue;
2458 bytesForValue = (uint8_t)faad_getbits(ld, 2);
2460 for(l=0; l<bytesForValue; l++)
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/libfaad/
H A Dsyntax.c2456 uint8_t bytesForValue; in latm_get_value() local
2458 bytesForValue = (uint8_t)faad_getbits(ld, 2); in latm_get_value()
2460 for(l=0; l<bytesForValue; l++) in latm_get_value()
/dports/audio/faad/faad2-c626366/libfaad/
H A Dsyntax.c2508 uint8_t bytesForValue; in latm_get_value() local
2510 bytesForValue = (uint8_t)faad_getbits(ld, 2); in latm_get_value()
2512 for(l=0; l<bytesForValue; l++) in latm_get_value()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dav_parsers.c1384 u32 bytesForValue = gf_bs_read_int(bs, 2); in gf_latm_get_value() local
1385 for (i = 0; i <= bytesForValue; i++) { in gf_latm_get_value()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dav_parsers.c1425 u32 bytesForValue = gf_bs_read_int(bs, 2); in gf_latm_get_value() local
1426 for (i = 0; i <= bytesForValue; i++) { in gf_latm_get_value()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dav_parsers.c1425 u32 bytesForValue = gf_bs_read_int(bs, 2); in gf_latm_get_value() local
1426 for (i = 0; i <= bytesForValue; i++) { in gf_latm_get_value()