Searched refs:chromaFormatIdc (Results 1 – 1 of 1) sorted by relevance
223 uint8_t chromaFormatIdc = parseUEWithFallback(&reader, 0); in parseSps() local224 mParams.add(kChromaFormatIdc, chromaFormatIdc); in parseSps()225 if (chromaFormatIdc == 3) { in parseSps()425 uint8_t chromaFormatIdc, bitDepthLumaMinus8, bitDepthChromaMinus8; in makeHvcc() local426 if (!findParam8(kChromaFormatIdc, &chromaFormatIdc) in makeHvcc()455 header[16] = 0xfc | chromaFormatIdc; in makeHvcc()