39 const std::string& codec_id,
40 const std::vector<uint8_t>& codec_private,
46 const std::vector<uint8_t>& codec_private);
55 friend class WebMVideoClientTest;
59 bool OnListEnd(
int id)
override;
60 bool OnUInt(
int id, int64_t val)
override;
61 bool OnBinary(
int id,
const uint8_t* data,
int size)
override;
62 bool OnFloat(
int id,
double val)
override;
64 int64_t pixel_width_ = -1;
65 int64_t pixel_height_ = -1;
66 int64_t crop_bottom_ = -1;
67 int64_t crop_top_ = -1;
68 int64_t crop_left_ = -1;
69 int64_t crop_right_ = -1;
70 int64_t display_width_ = -1;
71 int64_t display_height_ = -1;
72 int64_t display_unit_ = -1;
73 int64_t alpha_mode_ = -1;
75 int64_t matrix_coefficients_ = -1;
76 int64_t bits_per_channel_ = -1;
77 int64_t chroma_subsampling_horz_ = -1;
78 int64_t chroma_subsampling_vert_ = -1;
79 int64_t chroma_siting_horz_ = -1;
80 int64_t chroma_siting_vert_ = -1;
81 int64_t color_range_ = -1;
82 int64_t transfer_characteristics_ = -1;
83 int64_t color_primaries_ = -1;