Searched refs:CC_RVLC (Results 1 – 3 of 3) sorted by relevance
730 FDKwriteBits(asc, (config->flags & CC_RVLC) ? 1 : 0, in transportEnc_writeGASpecificConfig()764 FDKwriteBits(hBs, (config->flags & CC_RVLC) ? 1 : 0, 1); in transportEnc_writeELDSpecificConfig()
368 #define CC_RVLC 0x01000000 macro
580 cc->flags |= (hAacConfig->syntaxFlags & AC_ER_RVLC) ? CC_RVLC : 0; in H_ALLOC_MEM()