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