Lines Matching defs:unit

377     AccessUnit unit;
379 unit.status = DemuxerStream::kOk;
388 unit.data = std::vector<uint8>(
395 unit.data.insert(unit.data.end(), padding, padding + 4);
398 return unit;
496 // Preroll the decoder job to |target_timestamp|. The first access unit
517 // Send some data with access unit timestamps before the |target_timestamp|,
621 // |kConfigChanged| access unit. If |config_unit_in_prefetch| is true, sends
625 // completed). |config_unit_index| controls which access unit is
642 // Feed and decode a standalone access unit so the player exits prefetch.
662 // |config_unit_index|, and a |kConfigChanged| unit at that index.
1278 false, 0, configs)); // Video |kConfigChanged| as first unit.
1301 // Audio |kConfigChanged| as first unit.
1431 // access unit.
1434 // Send an aborted access unit.
1664 // change access unit with unchanged configs.
1738 // such as might occur during OnPrefetchDone() if next access unit for both
1756 // Simulate audio |kConfigChanged| prefetched as standalone access unit.
1761 // Simulate video |kConfigChanged| prefetched as standalone access unit.
1797 // Simulate audio |kConfigChanged| prefetched as standalone access unit.
1802 // Simulate video |kConfigChanged| prefetched as standalone access unit.
1819 // the |kConfigChanged| unit is the very first unit in the set of units
1830 // the |kConfigChanged| unit is not the first unit in the set of units
1841 // the |kConfigChanged| unit is the very first unit in the set of units
1852 // the |kConfigChanged| unit is not the first unit in the set of units
2015 // Escape the original prefetch by decoding a single access unit.