Home
last modified time | relevance | path

Searched refs:DCA_SYNCWORD_XLL (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_syncwords.h31 #define DCA_SYNCWORD_XLL 0x41A29547U macro
Ddca_parser.c241 if (get_bits_long(&gb, 32) != DCA_SYNCWORD_XLL) in dca_parse_params()
Ddca_xll.c772 if (get_bits_long(&s->gb, 32) != DCA_SYNCWORD_XLL) { in parse_common_header()