Searched refs:raw_pes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/mp2t/
H A Dts_section_pes.cc110 const uint8* raw_pes; local
111 pes_byte_queue_.Peek(&raw_pes, &raw_pes_size);
152 const uint8* raw_pes; local
153 pes_byte_queue_.Peek(&raw_pes, &raw_pes_size);
162 (static_cast<int>(raw_pes[4]) << 8) |
163 (static_cast<int>(raw_pes[5]));
175 bool parse_result = ParseInternal(raw_pes, raw_pes_size);
183 bool TsSectionPes::ParseInternal(const uint8* raw_pes, int raw_pes_size) { argument
184 BitReader bit_reader(raw_pes, raw_pes_size);
302 return es_parser_->Parse(&raw_pes[es_offse
[all...]
H A Dts_section_pes.h38 bool ParseInternal(const uint8* raw_pes, int raw_pes_size);

Completed in 246 milliseconds