Home
last modified time | relevance | path

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

/external/libvpx/libwebm/
Dmkvparser.cpp8040 unsigned char biased_count; in Parse() local
8042 status = pReader->Read(pos, 1, &biased_count); in Parse()
8050 m_frame_count = int(biased_count) + 1; in Parse()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp8042 unsigned char biased_count; in Parse() local
8044 status = pReader->Read(pos, 1, &biased_count); in Parse()
8052 m_frame_count = int(biased_count) + 1; in Parse()