Home
last modified time | relevance | path

Searched refs:comment_field_bytes (Results 1 – 23 of 23) sorted by relevance

/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/
H A Daac.py259 comment_field_bytes = r.bits(8)
260 r.skip(8 * comment_field_bytes)
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Aac_GeneralAudio.cpp115 …nts, num_lfe_channel_elements, num_assoc_data_elements, num_valid_cc_elements, comment_field_bytes; in program_config_element() local
220 Get_B1 (comment_field_bytes, "comment_field_bytes"); in program_config_element()
221 if (comment_field_bytes) in program_config_element()
222 Get_UTF8(comment_field_bytes, comment_field_data, "comment_field_data"); in program_config_element()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Aac_GeneralAudio.cpp115 …nts, num_lfe_channel_elements, num_assoc_data_elements, num_valid_cc_elements, comment_field_bytes; in program_config_element() local
220 Get_B1 (comment_field_bytes, "comment_field_bytes"); in program_config_element()
221 if (comment_field_bytes) in program_config_element()
222 Get_UTF8(comment_field_bytes, comment_field_data, "comment_field_data"); in program_config_element()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Aac_GeneralAudio.cpp115 …nts, num_lfe_channel_elements, num_assoc_data_elements, num_valid_cc_elements, comment_field_bytes; in program_config_element() local
220 Get_B1 (comment_field_bytes, "comment_field_bytes"); in program_config_element()
221 if (comment_field_bytes) in program_config_element()
222 Get_UTF8(comment_field_bytes, comment_field_data, "comment_field_data"); in program_config_element()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libfaad/libfaad/
H A Dstructs.h134 uint8_t comment_field_bytes; member
H A Dsyntax.c309 pce->comment_field_bytes = (uint8_t)faad_getbits(ld, 8 in program_config_element()
312 for (i = 0; i < pce->comment_field_bytes; i++) in program_config_element()
/dports/audio/faad/faad2-c626366/libfaad/
H A Dstructs.h134 uint8_t comment_field_bytes; member
H A Dsyntax.c309 pce->comment_field_bytes = (uint8_t)faad_getbits(ld, 8 in program_config_element()
312 for (i = 0; i < pce->comment_field_bytes; i++) in program_config_element()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libfaad/
H A Dstructs.h134 uint8_t comment_field_bytes; member
H A Dsyntax.c309 pce->comment_field_bytes = (uint8_t)faad_getbits(ld, 8 in program_config_element()
312 for (i = 0; i < pce->comment_field_bytes; i++) in program_config_element()
/dports/audio/aacgain/aacgain-1.8/faad2/libfaad/
H A Dstructs.h131 uint8_t comment_field_bytes; member
H A Dsyntax.c303 pce->comment_field_bytes = (uint8_t)faad_getbits(ld, 8 in program_config_element()
306 for (i = 0; i < pce->comment_field_bytes; i++) in program_config_element()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/faad2/libfaad/
H A Dstructs.h134 uint8_t comment_field_bytes; member
H A Dsyntax.c309 pce->comment_field_bytes = (uint8_t)faad_getbits(ld, 8
312 for (i = 0; i < pce->comment_field_bytes; i++)
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/libfaad/
H A Dstructs.h134 uint8_t comment_field_bytes; member
H A Dsyntax.c309 pce->comment_field_bytes = (uint8_t)faad_getbits(ld, 8 in program_config_element()
312 for (i = 0; i < pce->comment_field_bytes; i++) in program_config_element()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/
H A Davparse.h252 u8 comment_field_bytes; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Davparse.h559 u8 comment_field_bytes; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Davparse.h559 u8 comment_field_bytes; member
/dports/audio/aacgain/aacgain-1.8/aacgain/
H A Dsyntax.c299 pce->comment_field_bytes = (uint8_t)faad_getbits(ld, 8 in program_config_element()
302 for (i = 0; i < pce->comment_field_bytes; i++) in program_config_element()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dav_parsers.c1287 cfg->comment_field_bytes = gf_bs_read_int(bs, 8); in gf_m4a_parse_config()
1288 gf_bs_read_data(bs, (char *)cfg->comments, cfg->comment_field_bytes); in gf_m4a_parse_config()
1524 gf_bs_write_int(bs, cfg->comment_field_bytes, 8); in gf_m4a_write_config_bs()
1525 gf_bs_write_data(bs, (char *)cfg->comments, cfg->comment_field_bytes); in gf_m4a_write_config_bs()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dav_parsers.c1327 cfg->comment_field_bytes = gf_bs_read_int(bs, 8); in gf_m4a_parse_config()
1328 gf_bs_read_data(bs, (char *)cfg->comments, cfg->comment_field_bytes); in gf_m4a_parse_config()
1565 gf_bs_write_int(bs, cfg->comment_field_bytes, 8); in gf_m4a_write_config_bs()
1566 gf_bs_write_data(bs, (char *)cfg->comments, cfg->comment_field_bytes); in gf_m4a_write_config_bs()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dav_parsers.c1327 cfg->comment_field_bytes = gf_bs_read_int(bs, 8); in gf_m4a_parse_config()
1328 gf_bs_read_data(bs, (char *)cfg->comments, cfg->comment_field_bytes); in gf_m4a_parse_config()
1565 gf_bs_write_int(bs, cfg->comment_field_bytes, 8); in gf_m4a_write_config_bs()
1566 gf_bs_write_data(bs, (char *)cfg->comments, cfg->comment_field_bytes); in gf_m4a_write_config_bs()