Searched refs:CC_HCR (Results 1 – 3 of 3) sorted by relevance
732 FDKwriteBits(asc, (config->flags & CC_HCR) ? 1 : 0, in transportEnc_writeGASpecificConfig()765 FDKwriteBits(hBs, (config->flags & CC_HCR) ? 1 : 0, 1); in transportEnc_writeELDSpecificConfig()
370 #define CC_HCR 0x04000000 macro
561 cc->flags |= (hAacConfig->syntaxFlags & AC_ER_HCR) ? CC_HCR : 0; in H_ALLOC_MEM()