Searched refs:res_flags (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 927 int extension_flag, ret, ep_config, res_flags; in decode_ga_specific_config() local 984 res_flags = get_bits(gb, 3); in decode_ga_specific_config() 985 if (res_flags) { in decode_ga_specific_config() 988 res_flags); in decode_ga_specific_config() 1015 int ret, ep_config, res_flags; in decode_eld_specific_config() local 1030 res_flags = get_bits(gb, 3); in decode_eld_specific_config() 1031 if (res_flags) { in decode_eld_specific_config() 1034 res_flags); in decode_eld_specific_config()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 1812 const RESIDENT_ATTR_FLAGS res_flags, in insert_resident_attr_in_mft_record() 1898 a->resident_flags = res_flags; in insert_resident_attr_in_mft_record() 1809 insert_resident_attr_in_mft_record(MFT_RECORD *m, const ATTR_TYPES type, const char *name, u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const RESIDENT_ATTR_FLAGS res_flags, const u8 *val, const u32 val_len) insert_resident_attr_in_mft_record() argument
|
Completed in 12 milliseconds