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

  /external/chromium_org/media/formats/mp2t/
es_parser_h264.cc 69 off_t start_code_offset; local
72 es, size, &start_code_offset, &start_code_size);
73 *stream_pos += start_code_offset;
76 if (!start_code_found || start_code_offset + start_code_size >= size)
83 if (es[start_code_offset + start_code_size] == H264NALU::kAUD)
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 679 int32_t start_code_offset = Offset::kFormat4EndCount + local
681 return start_code_offset;
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 679 int32_t start_code_offset = Offset::kFormat4EndCount + local
681 return start_code_offset;
    [all...]

Completed in 2524 milliseconds