Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DAMPEG4AudioAssembler.cpp262 unsigned audioMuxVersion = bits->getBits(1); in parseStreamMuxConfig() local
265 if (audioMuxVersion == 1) { in parseStreamMuxConfig()
271 if (audioMuxVersion != 0) { in parseStreamMuxConfig()
274 CHECK_EQ(audioMuxVersion, 0u); // XXX to be implemented in parseStreamMuxConfig()
286 if (audioMuxVersion == 0) { in parseStreamMuxConfig()
339 if (audioMuxVersion == 1) { in parseStreamMuxConfig()