Home
last modified time | relevance | path

Searched refs:BitDept (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dvp9_uncompressed_header_parser.h27 enum class BitDept : uint8_t { enum
70 BitDept bit_detph = BitDept::k8Bit;
Dvp9_uncompressed_header_parser.cc59 frame_info->bit_detph = BitDept::k8Bit; in Vp9ReadColorConfig()
64 ten_or_twelve_bits ? BitDept::k12Bit : BitDept::k10Bit; in Vp9ReadColorConfig()