Searched refs:bitDepthLuma (Results 1 – 3 of 3) sorted by relevance
35 uint8_t bitDepthLuma; member
81 config_.bitDepthLuma = (reader.Read8() & 0x07) + BIT_DEPTH_DIFF; in ParseContent()147 writer.Write8(((config.bitDepthLuma - BIT_DEPTH_DIFF) & 0x07) | 0xF8); in Write()
501 image->SetLumaBitNum(hvccConfig.bitDepthLuma); in ExtractImageProperties()