Home | History | Annotate | Download | only in libwebm

Lines Matching full:curr

1105   // a way to create the curr cluster object immediately.
1112 // As we're parsing the blocks in the curr cluster
1118 // because we adjust the pos down to the curr seek pos,
3145 // curr cluster is last among loaded
3175 // interrogate curr cluster
3251 // By consuming the payload, we are assuming that the curr
3253 // whether the payload of the curr cluster is less than what
8184 Frame& curr = *pf;
8186 curr.pos = 0; // patch later
8188 curr.len = static_cast<long>(frame_size);
8189 size += curr.len; // contribution of this frame
8207 Frame& curr = *pf;
8209 curr.pos = 0; // patch later
8234 curr.len = static_cast<long>(frame_size);
8235 size += curr.len; // contribution of this frame
8251 Frame& curr = *pf++;
8254 curr.pos = 0; // patch later
8266 curr.len = static_cast<long>(frame_size);