HomeSort by relevance Sort by last modified time
    Searched full:priv_profile (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/third_party/libwebm/common/
hdr_util.cc 167 const int priv_profile = static_cast<int>(private_data[offset++]); local
168 if (priv_profile < 0 || priv_profile > 3)
171 features->profile != priv_profile) {
174 features->profile = priv_profile;
195 const int priv_profile = static_cast<int>(private_data[offset++]); local
196 if (priv_profile != 8 && priv_profile != 10 && priv_profile != 12)
199 features->bit_depth != priv_profile) {
204 const int priv_profile = static_cast<int>(private_data[offset++]); local
    [all...]

Completed in 72 milliseconds