HomeSort by relevance Sort by last modified time
    Searched refs:current_nal_pos_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/mp2t/
es_parser_h264.cc 104 current_nal_pos_(-1),
163 current_nal_pos_ = -1;
175 current_nal_pos_ = -1;
202 if (current_nal_pos_ >= 0) {
203 int nal_size = es_pos_ - current_nal_pos_;
205 RCHECK(NalParser(&raw_es[current_nal_pos_], nal_size));
207 current_nal_pos_ = es_pos_ + syncword_length;
210 int nal_header = raw_es[current_nal_pos_];
285 if (current_nal_pos_ >= 0) {
286 DCHECK_GE(current_nal_pos_, nbytes)
    [all...]
es_parser_h264.h 82 // while |current_nal_pos_| is pointing to the NAL unit
85 int current_nal_pos_; member in class:media::mp2t::EsParserH264

Completed in 1800 milliseconds