Searched refs:otherDataLenEsc (Results 1 – 2 of 2) sorted by relevance
340 int otherDataLenEsc = 0; in CLatmDemux_ReadStreamMuxConfig() local343 otherDataLenEsc = FDKreadBits(bs,1); in CLatmDemux_ReadStreamMuxConfig()345 } while (otherDataLenEsc); in CLatmDemux_ReadStreamMuxConfig()
471 INT otherDataLenEsc = 1; in CreateStreamMuxConfig() local481 otherDataLenEsc = escCnt>0; in CreateStreamMuxConfig()483 FDKwriteBits( hBs, otherDataLenEsc, 1 ); in CreateStreamMuxConfig()486 } while(otherDataLenEsc); in CreateStreamMuxConfig()