Home
last modified time | relevance | path

Searched refs:DCA_SYNCWORD_SUBSTREAM (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_parser.c49 #define IS_EXSS_MARKER(state) ((state & 0xFFFFFFFF) == DCA_SYNCWORD_SUBSTREAM)
88 pc1->lastmarker == DCA_SYNCWORD_SUBSTREAM)) { in dca_find_frame_end()
137 case DCA_SYNCWORD_SUBSTREAM: in dca_find_frame_end()
169 pc1->lastmarker == DCA_SYNCWORD_SUBSTREAM)) { in dca_find_frame_end()
206 if (AV_RB32(buf) == DCA_SYNCWORD_SUBSTREAM) { in dca_parse_params()
293 if (AV_RB32(buf) != DCA_SYNCWORD_SUBSTREAM) in dca_parse_params()
Ddca_syncwords.h32 #define DCA_SYNCWORD_SUBSTREAM 0x64582025U macro
Ddcadec.c161 if (mrk != DCA_SYNCWORD_CORE_BE && mrk != DCA_SYNCWORD_SUBSTREAM) { in dcadec_decode_frame()
201 if (AV_RB32(input) == DCA_SYNCWORD_SUBSTREAM) { in dcadec_decode_frame()
Ddca.c67 case DCA_SYNCWORD_SUBSTREAM: in avpriv_dca_convert_bitstream()
/third_party/ffmpeg/libavformat/
Ddtsdec.c59 if (state == DCA_SYNCWORD_SUBSTREAM) { in dts_probe()
Dspdifenc.c281 case DCA_SYNCWORD_SUBSTREAM: in spdif_header_dts()