Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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()
H A Ddca_syncwords.h32 #define DCA_SYNCWORD_SUBSTREAM 0x64582025U macro
H A Ddca.c62 case DCA_SYNCWORD_SUBSTREAM: in avpriv_dca_convert_bitstream()
H A Ddcadec.c166 if (mrk != DCA_SYNCWORD_CORE_BE && mrk != DCA_SYNCWORD_SUBSTREAM) { in dcadec_decode_frame()
206 if (AV_RB32(input) == DCA_SYNCWORD_SUBSTREAM) { in dcadec_decode_frame()
/third_party/ffmpeg/libavformat/
H A Ddtsdec.c59 if (state == DCA_SYNCWORD_SUBSTREAM) { in dts_probe()
H A Dspdifenc.c281 case DCA_SYNCWORD_SUBSTREAM: in spdif_header_dts()

Completed in 4 milliseconds