Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_parser.c35 uint32_t lastmarker; member
86 (!pc1->lastmarker || in dca_find_frame_end()
87 pc1->lastmarker == CORE_MARKER(state) || in dca_find_frame_end()
88 pc1->lastmarker == DCA_SYNCWORD_SUBSTREAM)) { in dca_find_frame_end()
89 if (!pc1->lastmarker) in dca_find_frame_end()
93 pc1->lastmarker = EXSS_MARKER(state); in dca_find_frame_end()
95 pc1->lastmarker = CORE_MARKER(state); in dca_find_frame_end()
112 switch (pc1->lastmarker) { in dca_find_frame_end()
168 (pc1->lastmarker == CORE_MARKER(state) || in dca_find_frame_end()
169 pc1->lastmarker == DCA_SYNCWORD_SUBSTREAM)) { in dca_find_frame_end()
[all …]