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