Home
last modified time | relevance | path

Searched refs:id_byte (Results 1 – 3 of 3) sorted by relevance

/external/libaom/third_party/libwebm/common/
Dhdr_util.cc162 const uint8_t id_byte = private_data[offset++]; in ParseVpxCodecPrivate() local
166 if (id_byte == kVp9ProfileId) { in ParseVpxCodecPrivate()
175 } else if (id_byte == kVp9LevelId) { in ParseVpxCodecPrivate()
194 } else if (id_byte == kVp9BitDepthId) { in ParseVpxCodecPrivate()
203 } else if (id_byte == kVp9ChromaSubsamplingId) { in ParseVpxCodecPrivate()
/external/libwebm/common/
Dhdr_util.cc162 const uint8_t id_byte = private_data[offset++]; in ParseVpxCodecPrivate() local
166 if (id_byte == kVp9ProfileId) { in ParseVpxCodecPrivate()
175 } else if (id_byte == kVp9LevelId) { in ParseVpxCodecPrivate()
194 } else if (id_byte == kVp9BitDepthId) { in ParseVpxCodecPrivate()
203 } else if (id_byte == kVp9ChromaSubsamplingId) { in ParseVpxCodecPrivate()
/external/libvpx/third_party/libwebm/common/
Dhdr_util.cc162 const uint8_t id_byte = private_data[offset++]; in ParseVpxCodecPrivate() local
166 if (id_byte == kVp9ProfileId) { in ParseVpxCodecPrivate()
175 } else if (id_byte == kVp9LevelId) { in ParseVpxCodecPrivate()
194 } else if (id_byte == kVp9BitDepthId) { in ParseVpxCodecPrivate()
203 } else if (id_byte == kVp9ChromaSubsamplingId) { in ParseVpxCodecPrivate()